.boxgrid
{
	width: 245px;
	height: 260px;
	float:left;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	cursor: pointer;
	border: 1px solid #C0E391;
}
.boxgrid.slideright .boxhoverimage 
{
	float: left;
	height: 300px;
	width: 325px;
}
.boxgrid.slideright .boxhoverimage img 
{
	float: left;
	position: static;
}
.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; 
}
.boxcaption
{
	float: left;
	position: absolute;
	height: 100px;
	width: 100%;
	opacity: .8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	background-color: #99714D;
}
.captionfull .boxcaption 
{
    top: 260;
 	left: 0;
 }
.boxgrid.slideright .2thumb 
{
	float: left;
	height: 260px;
	width: 325px;
}
.caption .boxcaption 
{
    top: 220;
    left: 0;
}
.box 
{
	width: 256px;
	height: 330px;
	float:left;
	margin-right: 0px;
	margin-bottom: 0px;
}
#box .captionarea 
{
	float: left;
	width: 246px;
	padding-bottom: 0px;
}
