/*Featured*/
.boxgrid{
	width: 420px;
	height: 200px;
	margin:2px;
	float:left;
	background:#161613;
	border: solid 2px #8399AF;
	position: relative;
	overflow: hidden;
	visibility: inherit;
			}
				.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 420px;
	height: 200px;
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}
				
			.boxcaption{
	float: left;
	position: absolute;
	height: 100px;
	width: 100%;
	opacity: .7;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	bottom: 0px;
	background-color: #00202F;
	color:#FFF
 			}
						.boxcaption a:hover{
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .5;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	bottom: 300px;
 			}
			.boxcaption h2 a:link , a:visited{
	color: #F8F8F8;
	padding-left: 10px;
	margin: 2px;
	clear: both;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	}
				.boxcaption h2 a:hover{	
	color: #FFF;
		padding-left: 10px;
	margin: 2px;
	clear: both;
	float: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	
	}
 				.captionfull .boxcaption {
 					top: 260;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 220;
 					left: 0;
 				}
	