
#box6{
	position: absolute;
	width: 240px;
}

#box6 span{
	display: block;
}

#handles6_1{
	float: right;
}

#handles6_2{
	float: left;
}

.mask6{
	float: left;
	position: absolute;
	width: 320px;
	height: 240px;
	margin: 3px 0 0 15px;
	overflow: hidden;
}

.panelt {
	width: 540px;
}

.panelt div{
	display: block;
	width: 125px;
	height: 100px;
	margin: 3px 0;
	padding-top: 20px;
}

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

.thumbs{
	width: 54px;
}

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

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

.info{
	width: 320px;
	height: 30px;
	background: #000000;
	position: absolute;
	bottom: 0;
}

.info p, .info h4{
	color: #FFFFFF;
	padding: 3px 8px;
	font-family: Arial;
}

.info h4{
	font-size: 14px;
}

.info h4 a{
	float: right;
	background: #FFFFFF;
	color: #000000;
	font-size: 10px;
	padding: 0 3px;
	text-decoration: none;
}

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