/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:590px;
	height:357px;
	float:left;
	background:#111;
	overflow:hidden;
}
#box4 div p{
	width:560px;
}
.mask3{
	position:relative;
	width:590px;
	height:297px;
	overflow:hidden;
}
.buttons{padding:5px;margin-top:5px}
.buttons span{color:#eee;padding:0 5px;cursor:pointer;font:12px Verdana;}
.buttons span.active, .buttons span:hover{background:#727784;color:#fff}
/* ------------------------------------------*/
#box6{
	position:absolute; 
	/*width:590px;*/
	width:4135px;
  height:357px;
  background:#111;
}
#box6 span{
	display:block;float:left;
}
#box6 div{
	display:block;float:left;width:590px
}
#handles6{
	float:left;
	height:114px;
}
.mask6{
	position:absolute; 
	width:590px;
	height:357px;
	overflow:hidden;
	background:#111;
}
.thumbs{
  border-top:1px #0D1514 solid;
  position:absolute;
  background:#0D1514;
  top:410px;
	width:590px;
  height:110px;
  margin:0;
}
.thumbs div{
  background:#040404;
	display:block; float:left;
	width:56px;
	height:110px;
	padding:0;
	margin-top:2px;
	margin-right:4px;
	cursor:pointer;
}
.thumbs div img{
	display:block;
	width:100%;height:100%;
	border:none;
}
span img{
	display:block;
	border:none;
}
