#slideshow #slidesContainer {
  margin:0 auto;
  width:100%;
  height:335px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  background-color:#000;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:900px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:300px;
}

.boxgrid{
	width: 300px;
	height: 300px;
	float:left;
	margin-right:3px;
	background:#ff0000;
	overflow: hidden;
	position: relative;
}

.boxgrid img{
	position: absolute;
	top: 0;
	left: -2px;
	border: 0;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	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)";
}
 	
.captionfull .boxcaption {
 	top: 260;
 	left: 0;
 }
 
.caption .boxcaption {
 	top: 220;
 	left: 0;
 }	
 
 .cover h3 {	
 	margin-top:20px;
 	margin-left:20px;
 	color:#fff;
 	font-size:25px;
 }
 
 .cover p {	
 	color:#fff;
 	text-align:center;
 }
 
 .cover a {	
 	font-weight:bold;
 	text-decoration:none;
 	color:#fff;
 }
