.zoomimage {
	position: absolute;
	/*top:-350px;
	left:550px;*/
	display: none;
	z-index: 5000;
	outline: none;
    cursor: url(../images/zoomout.cur), default;
}

.zoomimage a, a.lightwindow {
	text-decoration:none;
}

.zoomimage_focused {
	z-index: 51000;
}

.zoomimage_focused img{
	/*display:none;*/
	position:relative;
	/*position:absolute;
	top:0px;
	left:555px;*/
}

.zoomimage_s {
	position: absolute;
	top:-120px;
	left:-88px;
	display: none;

}
.zoomimage_st {
	position: absolute;
	width: 672px;
	height: 75px;
}
.zoomimage_stl {
	position: absolute;
	top: 0;
	left: 0;
	width: 74px;
	height: 75px;
	background:transparent url(../images/ol.png) no-repeat scroll;
}
.zoomimage_stc {
	position: absolute;
	width:526px;
	height: 75px;
	left:74px;
	background: transparent url(../images/om.png) no-repeat scroll;
}
.zoomimage_str {
	position: absolute;
	width: 72px;
	height: 75px;
	left:600px;
	background:transparent url(../images/or.png) no-repeat scroll;
}
.zoomimage_sc {
	position: absolute;
	top:75px;
	width: 672px;
	height: 393px;
}
.zoomimage_scl {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	height: 393px;
	width: 74px;
	background: transparent url(../images/ml.png) no-repeat scroll;
}
.zoomimage_scr {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 600px;
	height: 393px;
	width: 72px;
	background:transparent url(../images/mr.png) no-repeat scroll;
}
.zoomimage_scc {
	position: absolute;
	background-color:#000000;
	width:526px;
	height:393px;
	left:74px;
}
.zoomimage_sb {
	position: absolute;
	width:672px;
	height:71px;
	top: 468px;
}
.zoomimage_sbl {
	position: absolute;
	width: 74px;
	height: 71px;
	background:transparent url(../images/bl.png) no-repeat scroll;
}
.zoomimage_sbc {
	position: absolute;
	width: 526px;
	height: 71px;
	background:transparent url(../images/bm.png) no-repeat scroll center;
	left:74px;
}
.zoomimage_sbr {
	position: absolute;
	width: 72px;
	height: 71px;
	background:transparent url(../images/br.png) no-repeat scroll 0pt 0px;
	left:600px;
}

.lightwindow img{
	border:0;
	background:transparent;
}
/*.zoomimage img{
	position: absolute;
	top: -526px;
	left: 526px;
	display: none;
	border: 0;
}*/

.zoomimage_caption {
	position: absolute;
	background-color: #000;
	color: #FFF;
	width: 100%;
	top:242px;
}

.zoomimage_caption p {
	padding: 10px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}

.zoomimage_loading {
	background-image: url(../images/ajax_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
}

.zoomimage_move {
	cursor: move;
}

.zoomimage_controls {
	position: absolute;
	margin-top:279px;
	top:315ppx;
	/*background-color: #FFFFFF;*/
	background-color: transparent;
	height: 30px;
	overflow: hidden;
}

/*.zoomimage_controls {
	position: absolute;
	background: #fff;
	height: 30px;
	overflow: hidden;
}

.zoomimage_prev {
	background: #fff url(../images/zoomimage_prev.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
.zoomimage_next {
	background: #fff url(../images/zoomimage_next.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	right: 10px;
}*/
.zoomimage_prev {
	/*background: transparent url(../images/new_zoomimage_prev.gif) no-repeat center;*/
	/*background: transparent url(../images/new_zoomimage_prev.gif) no-repeat center;*/
	background: transparent url(../images/prev_1.png) no-repeat center;
	width: 30px;
	height: 30px;
	/*width: 40px;
	height: 40px;*/
	position: absolute;
	bottom: 1px;
	left: 10px;
}
.zoomimage_next {
	/*background: transparent url(../images/new_zoomimage_next.gif) no-repeat center;*/
	/*background: transparent url(../images/new_zoomimage_next.gif) no-repeat center;*/
	background: transparent url(../images/next_1.png) no-repeat center;
	width: 30px;
	height: 30px;
	/*width: 40px;
	height: 40px;*/
	position: absolute;
	bottom: 1px;
	right: 10px;
}