/* $Id: scrollable_content.css,v 1.1.2.1 2009/12/23 17:13:57 goodman Exp $ */
#gallery {
	margin-bottom: 30px;
}
#gallery h2 {
	display: none;
}
#scrollable {
	direction:ltr;
	height:200px;
	overflow:hidden;
	position:relative;
	width:520px;
	float:left;
}
#thumbs {
	clear:both;
	position:absolute;
	width:20000em;
}

/* custom positioning for navigational links */
a.prev, a.next {
	margin-top:80px;	
	cursor:pointer;
	display:block;
	float:left;
	margin:80px 3px;
	height:24px;
	width:24px;
}
a.prev {
	background:url(images/left.gif);
}
a.next {
	background-image:url(images/right.gif);
	clear:right;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* single item */
#thumbs div {
	background-color:#060606;
	color:#fff;
  cursor:pointer;
	height:200px;
	position:relative;
	text-align:center;
	width:520px;
}
div.horizontal #thumbs div {
  float:left;
}

#thumbs a {
  color:#fff;
  display:block;
}
#thumbs img {
	height:200px;
	width:520px;
}
#thumbs h3 {
	background-color:#231F20;
	color:#fff;
	font-size:140%;
	right:0;
	bottom:0;
	padding:10px 30px;
	position: absolute;
	text-align:right;
	width:400px;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	z-index:10px;
}

#thumbs p, #thumbs span {
	display: none;
}