

.info{
	width:350px;
	height:50px;
	background:#000;
	position:absolute;
	text-align:center;
}
.info p, .info h4{
	color:#fff;
	padding-top:12px;
	font-family:Arial;
	font-weight:bold;
}
.info h4{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

#info5{
	bottom:0;
}



.mask6{
	position:absolute;
	left:50%;
	margin-left:-175px;
	width:350px;
	height:390px;
	overflow:hidden;
}

.mask6_1{
	position:absolute;
	/*left:50%;
	margin-left:-255px;*/
	width:500px;
	height:390px;
	overflow:hidden;
}



/* Sample 7*/
#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:866px;
	clear:both;
	height:80px;
	overflow:hidden;
	left:50%;
	margin-left:-433px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:80px;
	margin-left:0px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:86px;
	height:80px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:80px;
	float:right;
}
#thumbs_handles7 span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1800px;
	background:url(thumbs_mask.gif) no-repeat center top;
}


#thumbs7_1{
	position:relative;
	width:866px;
	clear:both;
	height:80px;
	overflow:hidden;
	left:50%;
	margin-left:-433px;
}
#thumbs7_1 .thumbs, #thumbs_handles7_1, #thumbs_mask7_1{
	position:absolute;
	top:0;
	width:100%;
	height:80px;
	margin-left:301px;
}
#thumbs7_1 .thumbs div, #thumbs_handles7_1 span{
	display:block;
	width:86px;
	height:80px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7_1 .thumbs div img{
	width:80px;
	float:right;
}
#thumbs_handles7_1 span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask7_1{
	width:1800px;
	background:url(thumbs_mask.gif) no-repeat center top;
}


#thumbs8{
	position:relative;
	width:866px;
	clear:both;
	height:80px;
	overflow:hidden;
	left:50%;
	margin-left:-433px;
}
#thumbs8 .thumbs, #thumbs_handles8, #thumbs_mask8{
	position:absolute;
	top:0;
	width:100%;
	height:80px;
	margin-left:301px;
}
#thumbs8 .thumbs div, #thumbs_handles8 span{
	display:block;
	width:86px;
	height:80px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs8 .thumbs div img{
	width:80px;
	float:right;
}
#thumbs_handles8 span{
	background:url(thumb_invisible.gif) no-repeat;
}
#thumbs_mask8{
	width:1800px;
	background:url(thumbs_mask.gif) no-repeat center top;
}



.thumbs{
	width:80px;
}
.thumbs div{
	display:block;
	width:80px;
	height:80px;
	margin:3px 0;
	cursor:pointer;
}

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

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