/* Used for the containing div */
div.topbox {
  width: 942px; 
  height: 420px; 
  overflow: hidden; 
  position: relative;
  margin-top: -3px;
  border: 1px solid #c4c4c4;
}

/* Used for the image transition */
img.topbox_image {
  position: absolute; 
  top: 0px; 
  left: 0px;
  -moz-opacity: 1.0; 
  filter: alpha(opacity=100); 
}

div.thumb_container {
	width: 105px;
	height: 97px;
	margin: 9px 0px;
	padding: 1px 1px 1px 9px;
	border:0px solid red; 
	background: none; /*url('/images/gallery/thumb-bg.png') no-repeat;*/
	opacity: 0.5; 
	filter: alpha(opacity=50);
	}

img.thumb_container {
	border:0px solid red; 
	}

/* Text styles */
span.text_topbox_headline { font-size: 20px; color: #FFFFFF; font-weight: bold; }
span.text_topbox_headline a { color: #FFFFFF; text-decoration: none; }
span.text_topbox_headline a:hover { color: #FFFFFF; text-decoration: underline; }
span.text_topbox_subhead { font-size: 12px; color: #FFFFFF; }

