
/*  starting hover galleries ------------------------  */
#hoverfilter {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 890px; /* height needs to be computed by js - this is useful for ie6 to! */
	background: white;
	opacity: .8; /**/
	filter: alpha(opacity=80); /**/
	/* filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80, Style=0); should work in ie8*/
}
#hoverframe {
	background: White;
}
#hovershadow {
	position: relative;
	width: 850px;
	min-height: 160px;
	top: 3px;
	left: 3px;
	padding: 7px;
}
#hovercontent {
	position: relative;
	width: 845px;
	height: 100%;
/*	margin: 17px; */
    padding: 10px 0;
	background: #f2f2f2;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#hoverframe img {
	border: none;
}
#hoverframe h3 {
	margin: 20px 20px 10px 20px;
	font-size: 16px;
	color: #333333;
	font-variant: normal;
}

#hoverframe .sidebar {
	float: left;
	width: 150px;
	font-size: 11px;
	position: relative;
}
#gallerycontrol small {
	display: block;
	margin: 5px 0px 0px 0px;
}
#gallerycontrol button {
	width: 27px;
	height: 27px;
	border: none;
	cursor:	pointer;
}
#gallerycontrol button.previous {
	background: transparent url(/includes/images/gallery/previous.png) no-repeat 0px 0px;
}
#gallerycontrol button.previous.active {
	background: transparent url(/includes/images/gallery/previous-active.png) no-repeat 0px 0px;
}
#gallerycontrol button.next {
	background: transparent url(/includes/images/gallery/next.png) no-repeat 0px 0px;
}
#gallerycontrol button.next.active {
	background: transparent url(/includes/images/gallery/next-active.png) no-repeat 0px 0px;
}
#hoverframe h4 {
	font-size: 12px;
	font-weight: bold;
}
#hoverframe .credit {
	bottom:0px;
	font-size:11px;
	position:absolute;
	right:-160px;
	text-align:left;
	width:150px;
}
#sushibar {
	margin: 20px 0px 20px 20px;
	background: #cccccc;
	width: 770px;
	padding: 15px;
	position: relative;
}
.clear {
	width: 100%;
	height: 1px;
	clear: both;
	float: none;
}
#sushibar button {
	display: none;
	position: absolute;
	top: 40px;
	width: 22px;
	height: 23px;
	border: none;
	cursor: pointer;
}
#sushibar button.previous {
	left: 10px;
	background: transparent url(/includes/images/gallery/previous.gif) no-repeat 0px 0px;
}
#sushibar button.previous.active {
	background: transparent url(/includes/images/gallery/previous-active.gif) no-repeat 0px 0px;
}
#sushibar button.next {
	background: transparent url(/includes/images/gallery/next.gif) no-repeat 0px 0px;
	right: 10px;
}
#sushibar button.next.active {
	background: transparent url(/includes/images/gallery/next-active.gif) no-repeat 0px 0px;
}
#sushibar ul {
	padding: 0px;
	margin: 0px;
	position: relative;
	left: 35px;
	top: 4px;
}
#sushibar li {
	padding: 0px;
	margin: 3px;
	float: left;
	list-style: none;
	display: none;
	height: 62px;
	width: 82px;
	position: relative;
	text-align: center;
}
#sushibar li.visible {
	display: block;
	opacity: .7; /**/
	filter: alpha(opacity=70); /**/
}
#sushibar li.visible.active {
	opacity: 1; /**/
	filter: alpha(opacity=100); /**/
}
#sushibar li img {
	border: 1px solid white;
	margin: 0px;
}
#hoverframe .main-pic {
	width: 640px;
	text-align: center;
	float: left;
	background: #cccccc;
	margin:0px 10px 0px 20px;
	position: relative;
}
#hoverframe .close {
	font-size:11px;
	position:absolute;
	right:5px;
	top:5px;
}
#hoverframe .close a {
	color: #999999;
	padding: 0px 20px 0px 0px;
	background: transparent url(/includes/images/gallery/close.png) no-repeat 60px 3px;
}
#layer.gallery {
    border: none;
}
#layer_wrapper.gallery {
    border: none;
    width: 880px;
    height: 575px;
}
#layer_wrapper.gallery iframe {
    border: none;
    width: 100%;
    height: 100%;
}
