/* Sample 4*/
#box4{
	position:absolute;
}
.box4_div{
	width:180px;
	height:200px;
	display:block;
	float:left;
}

#box4 h3, #box4 p, #box4 ul{
	padding:5px 10px;
}
#box4 p{
	text-indent:16px;
}
#box4 img{
	width:170px;
	width:150px;
	margin:0 10px 10px 15px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default;
}

.buttons{padding:2px;}
.buttons span{color:#c05149;padding:2px;cursor:pointer;font:11px Verdana}
.buttons span.active, .buttons span:hover{background:#c05149;color:#fff}
/* ********************************** */

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

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

.mask3{
	position:relative;
	width:180px;
	height: 230px;
	overflow:hidden;
	z-index:100;
	
}

