/* Sample 6*/
#box6{
	position: absolute;
	width: 400px;
}
#box6 span{
	display: block;
}
#box6 img{
	width: 400px;
	height: 135px;
}
#handles6_1{
	float: left;
}
#handles6_2{
	position: relative;
	float: right;
}
.mask6{
	position: absolute;
	/*left: 50%;
	margin-left: -240px;*/
	width: 400px;
	height: 135px;
	overflow: hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}

.thumbs6{
	width: 100px;
}
.thumbs6 div{
	display: block;
	width: 100px;
	height: 45px;
	margin: 0;
	cursor: default;
}
.thumbs6 div img{
	display: block;
	width: 100%;
	height: 100%;
	border: none
}
.thumbs6 p{
	margin-left: 10px;
	padding-top: 5px;
	font-size: 9px;
	line-height: 120%;
}
#selector{
	background: url("../carousel/images/car_sel.png") no-repeat right;
	color: #FFFFFF;
}
#selector.nosel{
	background: url("../carousel/images/car_nosel.png") no-repeat right;
	color: #1A5798;
}

.info6{
	width: 400px;
	height: 50px;
	background: #000;
	position: absolute;
	bottom: 0;
	visibility: hidden;
}
.info6 p, .info6 h4{
	color: #fff;
	padding: 3px 8px;
	font-family: Arial;
	margin: 0;
}
.info6 h4{
	font-size: 14px;
}
.info6 h4 a{
	float: right;
	background: #fff;
	color: #000;
	font-size: 10px;
	padding: 0 3px;
	text-decoration: none;
}

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

