#mid960gallery { background: #222; float: left; width: 960px; }
#galleryhead { border-bottom: 1px solid #666; color: #fff; margin: 0 0 10px 0; padding: 0 0 10px 0; width: 940px; }
#galleryhead h2 { color: #fff; }
#galleryhead p { font-size: 1.2em; padding: 0; }

.galleria { float: left; list-style: none; width: 940px; }
.galleria ul {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 940px;
	}
.galleria li { display: block; width: 60px; height: 60px; overflow: hidden; float: left; margin: 0 10px 0 0; }
.galleria li a { display: none; }
.galleria li div { position: absolute; display: none; top: 0; left: 0; }
.galleria li div img { cursor: pointer; }
.galleria li.active div img, .galleria li.active div { display: block; }
.galleria li img {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
	/* CSS3 standard */
  	opacity: 0.3;
  	/* for IE */
  	filter: alpha(opacity=30);
  	}
 .galleria li.active img {
	/* for IE */
  	filter:alpha(opacity=100);
  	/* CSS3 standard */
  	opacity: 1.0;
  	}
.galleria li .caption { font-size: 1.2em; display: block; padding-top: .5em; text-align: left; }
#main_image {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 10px auto;
	height: auto;
	text-align: left;
	width: 600px;
	}
#main_image img { border: 0; height: 450px; margin: 0 auto 4px auto; text-align: center; width: auto; }
#main_image .caption { font-size: 1.1em; line-height: 1.2em; }
* html .galleria li div span { width: 400px; } /* MSIE bug */

