

.mask-box{
	border:1px #000 solid !important;
	position:relative;	
	width:350px;
	height:350px;
	overflow:hidden;
}


#box{
	position:absolute;
}
#box span{
	display:block;
	float:left;
}

#thumbs{
	
	position:relative;
	width:750px;
	clear:both;
	height:120px;
	overflow:hidden;
	float:left;
	bottom:0;
}
#thumbs .thumbs, #thumbs_handles, #thumbs_mask{
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
#thumbs .thumbs div, #thumbs_handles span{
	border:0 #000 solid;
	display:block;
	width:107px;
	height:85px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs .thumbs div img{
	border:1px #000 solid;
	width:84px;
	float:left;
}
#thumbs_handles span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask{
	width:1200px;
	background:url(thumbs_mask.gif) no-repeat center top;
}


.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:74px;
	height:61px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:90%;
	height:100%;
	border:none
}

.info{
	width:350px;
	height:20px;
	background:#fff;
	position:absolute;
	top:0;
}
.info p, .info h4{
	color:#000;
	font-family:Arial;
}
.info h4{
	position:relative;
	font:0.9em century gothic, arial, sans-serif; font-weight:bold !important;
	margin-bottom: 5px !important;
	padding:3px 0 10px 10px;
}
.info h4 a{
	float:right;
	color:#000 !important;
	font:0.8em century gothic, arial, sans-serif !important;
	margin-right:5px;
	padding:2px 0 10px 0;
	text-decoration:none
}


span img{
	display:block;
	border:none;
}
