﻿
/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:722px;
	height:340px;
	float:left;
}


#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
}


.mask3{
	position:relative;
	width:722px;
	height:340px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

.buttons{padding:5px;}
.buttons span{color:#261501;padding:0 5px;cursor:pointer;}
.buttons span.active, .buttons span:hover{background:#D97C0B;color:#fff}