#box4{
	position:absolute;
}
#box4 div{
	width:700px;
	height:280px;
	float:left;
	background:#FFF;
}

#box4 h3, #box4 p, #box4 ul
{
	padding:35px 20px 0px 10px;
	margin:0;
}
#box4 p
{
	padding-top:5px;
	padding-bottom:15px;
}
#box4 h3
{
	font-size:18px;
	font-weight:bold;
	color:#3399CC;
}
#box4 p
{
	font-size:0.8em;
}
#box4 img{
	width:280px;
	float:left;
	margin:0 20px 0px 0px;
}
#box4 a
{
	background-color:#3399CC;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	font-size:10px;
	padding:2px 6px;
	text-transform:uppercase;
}
#box4 a:hover
{
	background-color:#1A74B3;
	font-style:italic;
	text-decoration:none;
	font-weight:bold;
	color:#99FFFF;
	font-size:10px;
	padding:2px 6px;
	text-transform:uppercase;
}

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

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

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

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

.mask1{
	position:relative;
	width:700px;
	height:280px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:350px;
	height:280px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:700px;
	height:280px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}
.buttons
{
	padding:0;
	margin:0;
	margin-left:300px;
	font-size:9px;
color:#66CCFF;
cursor:pointer;
font-weight:bold;
}
.buttons span
{
font-size:9px;
color:#326799;	
}
.buttons span:hover
{
color:#66CCFF;	
}
