/* Sample 6*/
#cont{
	/*border:1px solid red;*/
	margin-left:50px;
	width:700px;
	height:500px;
	overflow:auto;
	padding:4px;
	text-align:center;
}

#box6{
	position:absolute;
	width:480px;
	height:360px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left;
	position:relative;
	border:0px solid red;
}
#handles6_2{
	float:right;
	position:relative;
}
.mask6{
	position:relative;
	/*left:50%;*/
	/*margin-left:-240px;*/
	margin:0 auto;
	width:480px;
	height:360px;
	overflow:hidden;
	display:block;
	border:0px solid red;
/*	clear:both;*/
	text-align:left;
}

.cont_mask6 {
	border:0px solid red;
	display:block;
	width:540px;
	text-align:center;
	margin:0 auto;
}


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

.scroll {
	width:54px;
	background-color:#eee;
	text-align:center;
	cursor:pointer;
	clear:both;
}

.scroll:hover {
	background-color:#ccc;
}

#cont_l {
	float:left;
	text-align:left;
}

#cont_r {
	float:right;
	text-align:right;
}

#cont_l, #cont_r {
	border:0px solid red;
	width:54px;
	display:block;
}

.thumbs{
	width:54px;
	height:322px;
	overflow:hidden;
}

.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:480px;
	min-height:50px;
	background:#000;
	/*position:absolute;*/
	margin:0 auto;
	clear:both;
	position:relative;
	/*top:109px;*/
}
.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;
}

#buttons_cont {
	text-align:center;
	clear:both;
	position:relative;
	top:10px;
}

.buttons span {
	background-color:#ccc;
	cursor:pointer;
	padding:3px 8px;
}

.buttons span:hover {
	background-color:red;
	color:#fff;
}

* {margin:0;padding:0}
div,p,li{font-size:12px; font-family:Arial, Helvetica, sans-serif;}
