/* Sample 4*/
#box4{
	position:absolute;
}
#box4 div{
	width:327px;
	height:218px;
	float: left;
}

#box4 h3, #box4 p, #box4 ul{
	padding: 0px;
	margin: 0px;
}

#box4 h3 {
	color: #C2002B;
	margin-bottom: 2px;
	font-size: 14px;
}

#box4 h3 a:link, #box4 h3 a:visited, #box4 h3 a:active {
	color: #C2002B;
	margin-bottom: 2px;
	font-size: 14px;
	text-decoration: none;	
}

#box4 h3 a:hover {
	color: #C2002B;
	margin-bottom: 2px;
	font-size: 14px;
	text-decoration: underline;
}

#box4 .subhead {
	color: black;
	font-size: 10px;
}

#box4 p{
	text-indent: 0px;
	padding-top: 8px;
	font-size: 11px;
	color: #5F5F5F;
	line-height: 18px;
	clear: both;
}
#box4 img{
/*	width:200px;
	width:150px;*/
	float:left;
	margin: 0px;
}
#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}

.mask4{
	position:relative;
	margin: 0;
	padding: 0;
	width:327px;
	height:218px;
	overflow:hidden;
}

#handles4 {
	display: block; 
	width: 327px; 
	overflow: hidden; 
	height: 38px; 
	margin: 0; 
	padding: 0; 
	background-color: #CCCCCC; 
	background-image: url(../img/noobg.gif);
	padding-left: 15px; 
	padding-right: 15px;
}

#handles4 a:link, #handles4 a:visited, #handles4 a:active{
	display: block;
	width: 15px;
	height: 38px;
	margin-right: 5px;
	float: left;
	line-height: 49px;
	font-weight: bold;
	text-decoration: none;
	text-indent: 2px;
	color: #929292;
	outline: none;
}

#handles4 a:hover, #handles4 a.active {
	display: block;
	width: 15px;
	height: 38px;
	margin-right: 5px;
	float: left;
	color: #FFFFFF;
	background-image: url(../img/noob.gif);
	line-height: 49px;	
	font-weight: bold;	
	text-decoration: none;	
	text-indent: 2px;	
	outline: none;	
}

