.scrollable {
	position:relative;
	overflow:hidden;
	width: 980px;
	height:181px;
	margin-top:8px;
	border:0;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:relative;
	clear:both;
}

.items div {
	float:left;
	width:980px;
}

/* single scroller item */
.scrollable img {
	float:left;
	/* top right bottom left */
	margin:8px 0px 5px 9px;
	border:1px solid #303a4a;
	width:161px;
	height:92px;
}

/* active item */
.scrollable .active {
	background-image: url(../images/bkgd_scroll_item.png);
	font-size: 10px;
	position: relative;
	color: #fff;
}

.scrollable .thumb {
	background: url(../images/bkgd_scroll_item.png) no-repeat;
	text-align:center;
	padding-top:7px;
	margin-left:7px;
	margin-right:7px;
	width:181;
	height:181;
	font-size: 12px;
	color: #fff;
}

.scrollable .thumbName {
	font-size: 17px;
	font-weight:bold;
}

.thumb a {
	font-family: "Trebuchet MS", "Arial", "Segoe UI", sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 17px;
	text-decoration: none;
}

.thumb a:visited {
	color:#fff;
}

.thumb a:hover {
	color:#ffc000;
	text-decoration: underline;
}

/* .thumb:hover {
	background:url(../images/bkgd_scroller_glow.png) no-repeat;
}
 */
