/* -------------------------------------------------------------- 
  
   Sliding Boxes
   -------------------------------------------------------------- */
*{ padding:0px; margin:0px; }

span.caption{ 
	margin: 10px 12px; 
	color:#ff9933; 
	display:block; 
	font-size:1.3em; 
}

div.icons {margin:10px;}
a.icon {margin:0 5px 0 0;}

.boxgrid{ 
	/*width: 325px; 
	height: 260px; */
	/*margin:10px; */
	float:left; 
	/*background:#161613; 
	border: solid 2px #8399AF;*/
	overflow: hidden; 
	position: relative; 
	margin-bottom:10px;
	cursor:pointer;
}
.gridview {
	margin-bottom:0;
	height:210px;
	display:block;
}
.gridview .boxcaption {
	bottom:-170px;
	/*opacity: .9; */
	/* For IE 5-7 */
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
	/* For IE 8 */
	/*-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/
	height:200px;
	width:300px;
	display:block;
	border-bottom:10px solid #ff9933;
}
.boxgrid img{ 
	/*position: absolute; 
	top: 0; 
	left: 0; */
	border: 0; 
}
.boxgrid p{ 
	padding: 0 12px; 
	color:#afafaf; 
	font-weight:normal; 
	font-size:0.8em;
	line-height:14px;
}
	
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100%; 
	width: 100%; 
}
.captionfull .boxcaption {
	bottom: -66;
	left: 0;
}
.caption .boxcaption {
	bottom: -100%;
	left: 0;
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	