/* Sample 6*/
#gallery{
	float:right; 
	position:relative; 
	width:500px; 
	height:330px;
	}
#box6{
	position:absolute;
	width:403px; 
	}
#box6 span{
	display:block;
	height:302px;
	}
#handles6_1{float:left; width:77px; height:300px; overflow:auto;}
#handles6_2{float:right}
.mask6{
	position:absolute;
	margin-left:-120px;
	width:403px;
	height:302px;
	right:10px;
	overflow:hidden;
	}
.sample6 .buttons{
	clear:both;
	text-align:center;
	}
.sample6{
	width:484px; 
	float:right;
	}

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

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

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

/*.info{
	width:403px;
	height:42px;
	background:#000;
	position:absolute;
	color:#FFF;
	}*/
.info p, .info h4{
	color:#FFF;
	padding:3px 8px;
	font-family:Arial;
	}
.info h4{
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
	}

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