/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:720px;
	float:left;
	overflow: hidden;
}

#box4 div h3, #box4 div p, #box4 div ul{
	padding:0;
	margin: 0;
}

#box4 div p{
	margin: 0 0 0 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{
	font-size:14px;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0 3px;
	text-decoration:none
}

span img{
	display:block;
	border:none;
}

.mask3{
	position:relative;
	width:720px;
	height:152px;
	overflow:hidden;
}

#handles4{
	margin: 0 0 0 10px !important;
}

#handles4.buttons span{
	font-size: 12px;
	cursor: pointer;
	margin-right: 5px;		
}

#handles4.buttons span.active, #handles4.buttons span:hover{
	background:#C1272D;
	color:#fff
}
