/* Sample 6*/
#box6{
	position:absolute;
	width:421px;  
}
#box6 span{
	display:block;
	border-right: 4px solid #CCC;
	border-left: 4px solid #CCC;
	
}
#handles6_1{ 
}
#handles6_2{ 
}
.mask6{
	position:absolute;  
	width:421px; 
	height:260px;
	overflow:hidden; background:#e0e0e0;
} 

/* Sample 8*/
#box8{
	position:absolute; 
}
#box8 div{
	width:830px;
	float:left; 
}
#box8 .buttons{
	text-align:left;
}
#box8 .next{
	padding:2px 4px;
	float:right;
	cursor:pointer;
	color:#Fff;
	font:bold 12px "Palatino Linotype", "Book Antiqua";
	background:#3a7bbd;
	margin: 2px 0px 0px;
}
#box8 h3	{
	font-size:15px;
}

#box8 p	{
	font-size:13px;
}
.buttons{
	text-align:center;
	clear:both;
}

.mask1{ position:absolute; width:830px; height:380px; overflow:hidden; left: 18%; }
/* ********************************** */

.thumbs{
	width:54px;
}
.thumbs div{
	display:block;
	width:54px;
	height:40px;
	margin:3px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	top:170px;
	width:390px;
	height:70px;
	background:#000;
	position:absolute;
	padding:2px 10px;
}

.info span, .info h4{
	color:#fff;	
	font-family: "Trebuchet MS", "Palatino Linotype", Arial, Helvetica, sans-serif;
	margin:0px;
}

.info h4{	 
	font-size:25px;
	font-weight:bold;
}
.info span	{
	font-size:13px; 
	width:90%;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}
 

span img{
	display:block;
	border:none;
}