
/* Sample 7*/

.intro {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}

#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:520px;
	clear:both;
	height:21px;
	overflow:hidden;
	margin: 160px 0 0 0;
  /*left: -6px;*/
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:21px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:102px;
	height:21px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:100px;
	float:right;
}
#thumbs_handles7 span{
	background:url(intro/thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	background:url(intro/thumbs_mask.gif) no-repeat center top;
}

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


.mask6{
	position:absolute;
	/*left:50%;
	margin-left:-260px;*/
	width:520px;
	height:150px;
	overflow:hidden;
}
/*
.thumbs{
	width:100px;
}
.thumbs div{
	display:block;
	width:100px;
	height:20px;
	cursor:pointer;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none;
}

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