#opusgallery {
	padding: 0px;
	margin: 0px;
	float: left;
	min-height: 400px;
	font-size: 10px;
	width: 700px;
	background-color: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#gallery_alert {
	border-color: #cccccc;
	border-style: solid;
	border-width: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/ajax-loader.gif);
	left: 250px;
	line-height: 50px;
	top: -260px;
	clear: none;
	visibility: visible;
	height: 100px;
	z-index: 500;
	position: relative;
	width: 200px;
	background-color: white;
	text-align: center;
	color: #999999;
}

#opusgallery #gallery_large {
	display: block;
	float: left;
	height: 330px;
	width: 370px;
}

#opusgallery ul#gallery_thumbnails {
	padding: 0px;
	margin: 0px;
	display: block;
	list-style-type: none;
	width: 330px;
	float: right;
}

#opusgallery ul#gallery_thumbnails li {
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 110px;
	width: 110px;
}

#opusgallery #gallery_bar {
	height: 10px;
	background-color: #cccccc;
	clear: both;
	display: block;
}

#opusgallery #gallery_info {
	list-style-type: none;
	display: block;
	clear: both;
}

#opusgallery #gallery_title {
	height: 30px;
	color: #999999;
	line-height: 20px;
	font-size: 16px;
}

#opusgallery a img {
	border-style: none;
}

#opusgallery ul#ocInfo {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#opusgallery ul#ocInfo li {
	color: #999999;
	display: block;
	clear: both;
	float: left;
	line-height: 20px;
	height: 20px;
}

#opusgallery #gallery_shadow {
	border-top-color: #ededed;
	border-top-style: solid;
	border-top-width: 1px;
	float: left;
	clear: both;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/gallery_shadow.gif);
	height: 30px;
	width: 700px;
}

#opusgallery ul#ocInfo li a {
	text-decoration: none;
	color: #999999;
}

#opusgallery ul#ocInfo li a:hover {
	text-decoration: underline;
	color: #666666;
}

#opusgallery ul#ocInfo li.details a {
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/infologo.gif);
	padding-left: 20px;
}
