@CHARSET "UTF-8";

.picSlider{	
	padding:9px 0px 0px;
	display:block;
	position:relative;
	float:left;	
	z-index:2;
	/*margin-left:80px !imporrant;*/
	margin-left:0px;	
	width:719px ;		
	overflow: hidden;
	background: url(../img/datails_tray.png) 0 0 no-repeat;
	
	width:719px; 
	height:284px;
}
ul.ulSlider{	
	position:relative;
	height: 266px;
	overflow: hidden;	
}
#pictureSlider{
	left:80px;
	position:absolute;
	overflow: hidden;
	width: 555px;	
	border-left:1px #b900b8 solid;	
}
#pictureSlider ul{
	position:relative;
	padding-left:0px;
	overflow: hidden;
	
}

ul.ulSlider li.liSlider{
	/*width: 568px!;*/
	height: 266px;
	overflow: hidden;
}

.slidePic{	
	display:block;
	position:relative;
	float:left;	
	width:183px; 
	height:266px;		
	overflow:hidden;
	z-index:2;
}

.slidePic img{
	display:block;
	position:relative;
	float:left;	
	width:183px;
	height:266px;
	margin:0px 3px 0px 1px;
}

* html .slidePic img{ 
    height: expression( this.scrollHeight > 266 ? 266 : true);
	width: 183px;
	width: expression(this.width > 183 ? 183: true);
	/*height: expression( this.scrollHeight > 145 ? 145 : true);
	width: 193px;
	width: expression(this.width > 193 ? 193: true);*/
}

#prevBtn {
	display:block;
	position:absolute;
	/*left:-37px;*/
	left:0px;
	top:0px;
	width:80px;
	height:266px;	
	z-index:3;
	
}
#prevBtn a{
	display:block;
	position:absolute;
	width:16px;
	height:32px;
	top:120px;
	left:30px;
	background:url(../img/left_arrow.gif) no-repeat 0px 0px;
}

#nextBtn {
	display:block;
	position:absolute;
	/*left:-37px;*/
	left:650px;
	top:0px;
	width:80px;
	height:266px;	
	z-index:3;
	
}

#nextBtn a{
	position:absolute;
	/*left:576px;*/
	left:20px;	
	top:120px;
	width:16px;
	height:32px;	
	z-index:3;
	background:url(../img/right_arrow.gif) no-repeat 0 0;	
}




