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


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

.info{
	width:450px;
	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:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:450px;
	height:250px;
	overflow:hidden;
	border: 1px solid #999999;
}
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}

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

.sample{
	padding:10px 20px; 
	margin:4px 0 10px 0; 
	border:1px solid #e1e1e1; 
	width:450px;
}
h4.stitle{
	color:#666;
	margin:0px 0px 5px 0px;
}
h2{
	color:#000;
	font-size:14px;
	font-weight:normal; 
	font-family:Verdana, Arial, Helvetica, sans-serif
}
.description{
	padding:16px;
	margin:10px 0;
	background:#eee
}
.links {
	padding:10px;
	margin-top:20px;
}
.links a{
	font-size:14px;
	color:#0080FF;
	text-decoration:none;
}
.links a:hover{font-weight:bold}

#cont{width:330px;margin:0 auto;background:#fff;text-align:left;padding-top:10px}

.buttons{padding:0px; text-align:center;}
.buttons span{color:#0080FF;padding:0px 5px;cursor:pointer;font:10px Verdana;}
.buttons span.active, .buttons span:hover{background:#0080FF;color:#fff;}