.boxgrid{ 
	width: 520px; 
	height: 330px; 
	overflow: hidden; 
	position: relative; 	
	border-top:1px solid #999999;
}
.boxgrid img{ 
	position: absolute; 
	top: 30px; 
	left: 0; 
	border: 0; 
}

.boxgrid img.new_window_icon {
	position:static;
}

.boxgrid p{ 
	padding: 0 10px; 
	color:#fff; 
	font-weight:bold; 
	font:10pt Arial, sans-serif;
	line-height:normal;
	letter-spacing:normal; 
}
	
.boxcaption{ 	
	position: absolute; 
	background: #000; 
	height: 160px; 
	width: 100%; 
	background:url(../../templates/allcss/images/content_bg2.png);
	/*
	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: 300px;
	left: 0;
}

.caption .boxcaption {
	top: -140px;
	left: 0;
	padding:5px;
}

.caption .handle {
	position:absolute;
	bottom:5px;
	left:10px;
	width:500px;
	padding:9px 0 0;	
	border-top:1px solid #fff;
	background:url(../../templates/allcss/images/info-icon.png) bottom right no-repeat;
}

.thumbs ul li{
	float:left;
}

.thumbs {
	margin-top:10px;
}

.thumbs a {
	display: -moz-inline-stack; /* for ff2 inline-block issue */
	display:inline-block;	
	border:2px solid #333;
	width:50px;
	height:40px;
}

.thumbs a:hover, a.activeSlide {
	border:2px solid #3f64b5;
}

.slideshow_height { /* for non js browsers */
	height:330px;		
}

.thumbs {
	display:none;
}

.visit_site {
	position:absolute;
	right:10px;
	bottom:38px;
	text-align:right;
	padding-right:15px;
}

#main_content #page_content .visit_site a {
	color:#CCCCCC;
}

.slideshow_item {
	display:none;
}
