body{
	font-family:'Lucida Sans Unicode',Arial,sans-serif;   /*	padding:50px 0;*/
}
#cont{
	width: 750px; height:1270px ;
	margin:auto; 
	background:none;
	padding:0px;		
}
.mask1{
	position:absolute;
	width:448px;
	height:299px;
	overflow:hidden;
	
}
#box1{
	position:absolute;	
}	

#box1 span{
	
	float:left;			
}
#thumbs1{
	position:relative;
	width:365px;
	clear:both;
	height:41px;
	overflow:hidden;
 	
}	
#thumbs1 .thumbs, #thumbs_handles1, #thumbs_mask1{
	position: absolute;
	width:100%;
	height:41px;
	
}
#thumbs1 .thumbs div, #thumbs_handles1 span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs1 .thumbs div img{
	width:54px;
	float:right;
}
#thumbs_handles1 span{
	background: url(../images/thumb_invisible.gif) no-repeat;
}
#thumbs_mask1{
	width:1200px;
	background: url(../images/thumbs_mask.gif) no-repeat center top;
}
.thumbs div{
	display:block;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}
.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}
span img{
	display:block;
	border:none;
}
