/* Sample 6*/
#box6{
	position:absolute;
	width:450px;
	height:338px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{
	float:right
}
.mask6{
	position:absolute;
	width:450px;
	height:388px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}

/

/* ********************************** */

.thumbs{
	display:block;
	width:106px;
	height:97px;
}

.thumbs div{
	display:table-row;
	width:106px;
	height:97px;
	vertical-align: top;
	margin:0px 0;
	cursor:pointer;
	background-color: #ffffff;
	border:solid #ffcd00 0px;
}

.thumbs div img{
	display:block;
	width:106px;
	height:79px;
	border:none;
}

.info{
	width:450px;
	height:50px;
	background-color: #000;
    filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100);
	position:absolute;
	margin-top: 338px;
}
.info h4{
	color:#ffcd00;
	padding:0px 12px;
	font-family:Tahoma;
	margin-top: 5px;
}
.info p{
	color:#ffcd00;
	padding:0px 12px;
	font-family:Tahoma;
	margin-top: 10px;
}
.info h4{
	font-size:12px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:12px;
	padding:0 3px;
	text-decoration:none
}

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