

/* Sample 5*/
#box5{
	position:relative;
	width:240px;

}
#box5 span{
	display:block;
}
#info5{
top : 0;
	height :15 px ;
		padding:5px 5px 5px 5 px;
		
	
}



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

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

.thumbs div img{
	display:block;
	width:150px;
	border:none ;
}

.info{
	width:470px;
	height:20px;
	background:#000;
	position:absolute;
}
.info p, .info h4{
	color:white;
	padding:4px 4px;
	font-family:Arial;
	
}
.info h4{
	font-family:Arial;
	font-size:14px;
	text-align:center;
}
.info h4 a{
	float:right;
	background:#fff;
	color:#000;
	font-size:10px;
	padding:0px 3px;
	text-decoration:none
}

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:450px;
	height:300px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:540px;
	height:500px;
	overflow:hidden;
}

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