* {
	margin:0; 
	padding:0
}
#gallery {
	position:relative; 
	width:100%; 
	margin:0 auto; 
	background:none;
	z-index:0;
}
#gallery #imagearea{
	padding:0 10px 0 9px;
}
#slider{
	width:754px;
	overflow:hidden;
	background:url(../images/thumb_slide.gif) repeat-x 0 100%;
	height:294px;
	padding-bottom: 35px!important;
}
#slider ul li{float:left;}
.imgnav{
	position:absolute; 
	height:375px; 
	z-index:100; 
	height:60px; 
	width:39px; 
	z-index:100; 
	outline:none; 
	cursor:pointer;
}
.imgnav a{
	display:block;
	height:60px;
}
#previmg{
	left:10px;
	top: 100px;
}
#previmg a{
	background:url(../images/left.png) no-repeat 0 100%; 
}
#previmg a:hover{
	background:url(../images/left.png) no-repeat 0 0; 
}
#nextimg{
	right:14px;
	top: 100px;
	float:right;
}
#nextimg a{
	background:url(../images/right.png) no-repeat 100% 100%; 
}
#nextimg a:hover {
	background:url(../images/right.png) no-repeat 100% 0; 
}

* html #nextimg a,
* html #previmg a,
* html #previmg a:hover,
* html #nextimg a:hover,
* html .face_thumb{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "pixel_trans.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
	cursor:pointer;
}
ol#controls{
	margin:-40px 0 0;
	padding:0;
	float:right;
}
ol#controls li{
	margin:0 5px 0 0 ; 
	padding:0;
	float:left;
	list-style:none;
	position:relative;
	z-index:0;
	overflow:hidden;
}
ol#controls #pause,
ol#controls #play{
	margin:0 10px 0 20px;
}
ol#controls li a{
	float:left;
/*	border:1px solid #ccc;*/
	padding:1px;
	text-decoration:none;
	display:block;
}
ol#controls li.current a{
	border:1px solid #ED1717;
	color:#fff;
	padding:0;
}
img.face_thumb{
	position:absolute;
	top:1px;
	left:-42px;
	cursor:pointer;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
