/* Sample 1*/
#box1{
	position:absolute;
}
#box1 span{
	display:block;
	float:left;
}

/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:600px;
	height:218px;
	float:left;
	background:#eee;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	float:left;
	margin:15px 10px 10px 15px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}
p.buttons span {
}
p.buttons span.buton {
	margin:3px 0 3px 16px;
	padding:5px 10px;
	font:bold 14px Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#FFF;
	background:#b51b27;
	border:1px solid #b51b27;
	cursor:pointer;
}
	p.buttons span.buton:hover {
		color:#b51b27;
		border:1px solid #b51b27;
		background:#FFF;
	}
	p.buttons span.buton a {
		padding:5px 10px;
		font:bold 14px Arial, Helvetica, sans-serif;
		line-height:20px;
		color:#FFF;
		background:#b51b27;
		border:1px solid #b51b27;
		text-decoration:none;
	}
	p.buttons span.buton a:hover {
		color:#b51b27;
		border:1px solid #b51b27;
		background:#FFF;
	}

/* Sample 5*/
#box5{
	position:absolute;
	width:240px;
}
#box5 span{
	display:block;
}
#info5{
	bottom:0;
}
/* ********************************** */

.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:250px;
	height:94px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:240px;
	height:160px;
	overflow:hidden;
	background:#FFF;
	margin:0 16px 16px 16px;
	top:16px;
}
.mask3{
	position:relative;
	width:600px;
	height:218px;
	overflow:hidden;
}

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