.zoomimage {
	position: absolute;
	display: none;
	z-index: 5000;
	outline: none;
    cursor: url(../images/zoomout.cur), default;
}
.zoomimage_focused {
	z-index: 51000;
}
.zoomimage_s {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
.zoomimage_st {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	overflow: hidden;
}
.zoomimage_stl {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
}
.zoomimage_stc {
	overflow: hidden;
	height: 6px;
	margin: 0 6px;
}
.zoomimage_str {
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 6px;
	overflow: hidden;
}
.zoomimage_sc {
	position: absolute;
	top: 6px;
	width: 100%;
	left: 0;
	overflow: hidden;
}
.zoomimage_scl {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 6px;
}
.zoomimage_scr {
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 0;
	height: 100%;
	width: 6px;
}
.zoomimage_scc {
	margin: 0 6px;
	height: 100%;
	overflow: hidden;
}
.zoomimage_sb {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
}
.zoomimage_sbl {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	left: 0;
	top: 0;
}
.zoomimage_sbc {
	height: 6px;
	overflow: hidden;
	margin: 0 6px;
}
.zoomimage_sbr {
	position: absolute;
	overflow: hidden;
	width: 6px;
	height: 6px;
	right: 0;
	top: 0;
}
.zoomimage img {
	position: absolute;
	top: 6px;
	left: 6px;
	display: none;
	border: 0px solid #FFFFFF;
}

.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: 2;
	left: 2;
}
.zoomimage_move {
	cursor: move;
}
.zoomimage_hidden {
	display:none;
}
.zoomimage_controls {
	position: absolute;
	background: #651112;
	height: 24px;
	overflow: hidden;
	
	border-bottom: #FFF solid 1px;
}


.zoomimage_test {
	/*
	width: 250px;
	height: 20px;
	*/
	position: absolute;
	height: 26px;
	overflow: hidden;
	/*
	left: 0%;
	top:0;
	margin:0;
	padding: 0;
	float: left;
	text-align: left;
	z-index:1;
	*/
}

.zoomimage_test p {
	padding: 0;
	margin: 0;
	color: #fff;
	padding-top:12px;
	padding-left:10px;
	font-size: 14px;
	font-family: arial;
	float: left;
	text-align: left;
	width: 250px;
	z-index:1;
}
.zoomimage_prev {
	background: url(../images/zoomimage_prev.gif) no-repeat center;
	width: 30px;
	height: 24px;
	position: absolute;
	right: 50%;
	top:0;
	padding:0;
	margin:0;
}
.zoomimage_next {
	background: url(../images/zoomimage_next.gif) no-repeat center;
	width: 30px;
	height: 24px;
	position: absolute;
	left: 50%;
	top:0;
	margin:0;
	padding:0;
}

.zoom_close {
	background: url(../images/zoomimage_close.gif) no-repeat center;
	width: 24px;
	height: 24px;	
	position: absolute;
	bottom: 0;
	right: 0%;
	padding: 0;
	margin: 0;
}