/**Author Name:esdz 
   Copyright at wotoon.com 
   ProjectName:wotoondesign **/
.boxgrid {
	width: 230px;
	height: 230px;
	margin:0 6px 6px 0;
	float:left;
	background:#161613;
	border:0;
	overflow: hidden;
	position: relative;
}
.boxgridnews {
	width: 230px;
	height: 230px;
	margin:0 6px 6px 0;
	float:left;
	background:#E3E3E3;
	border:0;
	overflow: hidden;
	position: relative;
}
.boxgridnews h3 {
	margin: 20px 20px 0 20px;
	color:#5C5C5C;
	font:14px Arial, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
	text-align:left;
}
.boxgridnews em {
	margin: 0 20px 0 20px;
	color:#5C5C5C;
	font-size:10px;
	font-style:normal;
	text-align:left;
	float:left;
	width:100%;
}

.boxgrids {
	width: 1px;
	height: 1px;
	margin:0 6px 6px 0;
	float:left;
	background:#161613;
	border:0;
	overflow: hidden;
	position: relative;
}
.boxgrid a {
	text-align:left;
	color:#C8DCE5;
}
.boxgrid h3 {
	margin: 10px 10px 0 10px;
	color:#FFF;
	font:14px Arial, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
	text-align:left;
}
.boxgrid em {
	margin: 0 10px 0 10px;
	color:#FFF;
	font-size:10px;
	font-style:normal;
	text-align:left;
	float:left;
	width:100%;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
	text-align:left;
}
.boxgrid .pictitle {
	padding: 0 10px;
	color:#ffffff;
	font:12px Arial, sans-serif;
	text-align:left;
	margin-top:4px;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 100%;
	opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.captionfull .boxcaption {
	top: 230;
	left: 0;
}
.caption .boxcaption {
	top: 220;
	left: 0;
}
