@charset "utf-8";

ul.imgList {
	text-align: left;
	margin-top: 10px;
}

ul.imgList li {
	text-align: left;
	border: solid 1px #CCC;
	display: inline-block;
	padding:5px;
	
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 35px;
	border-radius: 5px;
}

ul.imgList li img {
	border: none;
	
	
}

@-moz-document url-prefix(){
	ul.imgList li img{		
	width: 100%;
	height: 100%; 
	}
}


ul.imgList li a.miniImg {
	outline: none;
	text-align: left;
}

a.imgZoom { /*	position: relative;*/
	display: inline-block; 
	*zoom: 1; 
	*display: inline;
	text-decoration: none;
	color: #CCC;
	cursor: url(../images/zoomin.cur), pointer;
	/*	position: relative;*/
	outline: none;
	padding-bottom: 0;
}

a.imgZoom:hover {
	text-decoration: none;
}

a.imgZoom span.loading {
	display: lock;
	width: 130px;
	height: 16px;
	line-height: 16px;
	padding-left: 35px;
	margin: 2px 0;
	font-size: 9px;
	background: #FFF url(../images/loading.gif) no-repeat 10px 0;
	filter: alpha(opacity =70);
	opacity: 0.7;
	margin: 50%;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: center;
}

.imgZoomBox { 
	/*	position: relative;*/	
}

.imgZoomBox .tool {
	display: block;
	width: 100%;
	/*	visibility: hidden;
	float: left;
	position: absolute;
	top: 8px;
	left: 8px;
	*/
	background: #EEE;
	overflow: hidden;
}

.imgZoomBox.js_hover .tool { 
	/*	visibility: visible;*/
	display: block;
	width: 100%;
}

.imgZoomBox .tool a {
	float: left;
	display: block;
	height: 24px;
	width: 24px;
	text-indent: -9999em;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
	/*	background-color: #3A6EA5;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	*/
	background: #EEE url(../images/photoTool.gif);
	background-repeat: no-repeat;
	outline: none;
	margin-right: 5px;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
}

.imgZoomBox .tool a:hover { 
	filter: alpha(opacity = 80);
	opacity: 0.8;	
}

.imgZoomBox .tool a.hideImg { 
	/*	display: none;*/
	background-position: -24px -24px;
}

.imgZoomBox .tool a.imgLeft {
	background-position: 0 0;
}

.imgZoomBox .tool a.imgRight {
	background-position: -24px 0;
}

.imgZoomBox .tool a.viewImg {
	background-position: 0 -24px;
}

.imgZoomBox a.maxImgLink {
	cursor: url(../images/zoomout.cur), pointer;
	display: inline-block; 
	*zoom: 1; 
	*display: inline;
	outline: none;
	text-align: center;
	padding: 5px;
}

.imgZoomBox a.maxImgLink .maxImg {
	background: #FFF;
}

a.miniImg:hover,.imgZoomBox .maxImgLink .maxImg,.imgZoomBox .tool span {
	/*	border-color: #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 3px rgba(58, 110, 165, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(58, 110, 165, 0.5);
	box-shadow: 0 0 3px rgba(58, 110, 165, 0.5);
	*/
	
}