.sample {
	width: 535px;
	height: auto;
	padding-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #4E5579;
	border-bottom-color: #4E5579;
}
.buttons{
	width: 400px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px;
	height: auto;
}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer;font:10px Verdana}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}/* Sample 1*/

/* Sample 6*/
#box6{
	position:absolute;
	width:400px;
	height: 391px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{
	float:right
}
.mask6{
	margin-left:4px;
	width:400px;
	height:391px;
	overflow:hidden;
	float: left;
	display: block;
	position: relative;
	border: 1px solid #71799C;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}

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

.thumbs{
	width:60px;
	height: auto;
}
.thumbs div{
	display:block;
	width:58px;
	height:auto;
	cursor:pointer;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.thumbs div img{
	display:block;
	width:58px;
	border:none
}

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

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