
/* Sample 6*/
#box6{
	position:absolute;
	width:650px;
}
#box6 span{
	display:block;
	z-index: -1;
}

#box6 span a{
  z-index: -1;
}

#handles6_1{
	float:left;
}
#handles6_2{
	float:right;
}
.mask6{
	position:absolute;
	/*left:40%;*/
	/*margin-left:-80px;*/
	width:750px;
	height:294px;
	overflow:hidden;
}

/* ********************************** */

.thumbs{
	width:90px;
}
.thumbs div{
	display:block;
	width:90px;
	height:46px;
	margin:10px 5px 10px 0;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	width:650px;
	height:70px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	font-family:Arial;
}
.info h4{
	font-size:14px;
}
.info p{
  margin-left: 20px;
}

.info h4 a{
	/*float:left;
	margin-left: 10%;
	background:#fff;*/
	color:#fff;
	font-size:14px;
	padding:3px 3px;
	text-decoration:none
}

span img{
	display:block;
	border:none;
}

.blackHref:link { color:Black; TEXT-DECORATION: none; }
.blackHref:visited { color:Black; TEXT-DECORATION: none; }
.blackHref:active { color:Black; TEXT-DECORATION: none; }
.blackHref:hover { color:Black; TEXT-DECORATION: none; }