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

/* Sample 4*/
#box4{
	position:absolute;
	text-align:left;
}
#box4 div{
	width:720px;
	height:500px;
	float:left;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
	text-align:right;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	width:200px;
	float:left;
	margin:0px 42px 20px 90px;
	padding-bottom:800px;
}
#info4{
	background:#fff !important;
	color:#96a9b0 !important;
	cursor:default;
	text-transform:uppercase;
	letter-spacing:1.5px;	
}

#box7{
	position:absolute;
}

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

#thumbs7{
	position:relative;
	margin:0auto;
	width:760px;
	clear:both;
	overflow:visible;
	overflow-style:auto;
	margin-top:450px;;
}

#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	margin:0auto;
	top:0;
	width:100%;
	height:60px;
}

#thumbs7 .thumbs div{
	display:block;
	width:100px;
	height:60px;
	margin:0;
	float:left;
	cursor:pointer;
	padding-bottom:30px;
	border-bottom:none;	

}

#thumbs_handles7 span{
	display:block;
	width:100px;
	height:60px;
	margin:0;
	float:left;
	cursor:pointer;
	padding-bottom:30px;	

}

#thumbs7 .thumbs div img{
	width:100px;
	float:right;	
}
#thumbs_handles7 span{
	background:url(images/thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	background:url(images/thumbs_mask.gif) no-repeat center top;

}
.mask7{
	position:absolute;
	margin-left:-30px;
	width:760px;
	height:415px;
	top:0px;
	overflow:hidden;
	border-bottom:1px solid #fed551;
}


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

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

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

.mask3{
	position:relative;
	width:759px;
	height:600px;
	overflow:hidden;
	margin-left:0px;
	top:4px;
	border:1px solid #96a9b0;
}

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