/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:516px;
	height:240px;
	float:left;
	background:#eee;
	background-image: url(http://www.guam-style.com/img/noobbg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#box4 p{
	padding:0 5px;
}

#box4 h3{
	padding:5px;
	text-decoration:none
}

#box4 img{
	width:200px;
	width:150px;
	float:left;
	margin:0 10px 10px 10px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}


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

.info{
	width:240px;
	height:50px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:#fff;
	padding:3px 8px;
	font-family:Arial;
}
.info h4{

}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

.mask3{
	position:relative;
	width:516px;
	height:240px;
	overflow:hidden;
	margin-top:10px;
}

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

.buttons{padding:5px;}
.buttons span{color:#0080FF;padding:0 5px;cursor:pointer}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff}
