
/*Featured box sliders*/

	.boxgrid h3{ 
		margin:17px 0 10px 10px; 
		color:#FFF; 
		font-size:18px; 
		font-family: 'Droid Sans', Arial, sans-serif; 
		font-weight: 400;   
	}
	.boxgrid{ 
		width: 280px; 
		height: 230px; 
		margin:0 10px 0 13px; 
		float:left; 
		background:#161613; 
		overflow: hidden; 
		position: relative; 
	}
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid img:hover{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
	.boxgrid p{ 
		padding: 0 10px;
		color:#fff; 
		font-size:12px; 
		font-family:Arial, Helvetica, sans-serif;
		line-height:15px;
	}
	.boxcaption{ 
		float: left; 
		position: absolute; 
		background:url(../images/featured-arrow.png) 245px 18px no-repeat #008b99;
		border-top:2px solid #fff;
		height: 230px; 
		width: 100%; 
 	}
	div#featured div.boxgrid a{
		text-decoration:none;
	} 
 	.captionfull .boxcaption {
 		top: 260px;
 		left: 0;
 	}
 	.caption .boxcaption {
 		top: 175px;
 		left: 0;
 	}
	.moreLink {
		display:block; 
		height:29px; 
		width:68px; 
		background:url(more.png); 
		text-indent:-9999px; 
		position:absolute; top:65px; right:10px; outline:none
	}
	
	