/* #### LAYOUT ################################### */
#gallery, .horzscroller, .content, .scrollarea, .scrollBarContainer, .scrollBack, .scrollForward, #gallery .content ul li, #gallery .content ul li a { float: left; }

/* # Gallery # */
#gallery {
	width: 718px;
	height: 147px;
	padding: 30px 8px 13px 20px;
	background: url("../img/bg_gallery.png") no-repeat;
	position: relative;
}
#gallery .horzscroller {
	width: 698px;
	height: 140px;
	padding: 6px 0 0 2px;
	overflow: hidden;
}
#gallery .content {
	height: 100px;
	width: 698px;
	overflow: hidden;
}
#gallery .content ul { overflow: hidden; height: 100px; width: 1844px; margin: 0; padding: 0; }
#gallery .content ul li { display: inline; width: 104px; height: 100px; margin-right: 4px; }
#gallery .content ul li a {
	width: 96px;
	height: 76px;
	padding: 4px;
	background: url("../img/bg_gallery_thumbnail.gif") no-repeat 0 0;
}
#gallery .content ul li a:hover { background: url("../img/bg_gallery_thumbnail.gif") no-repeat 0 -84px; }
#gallery .scrollarea {
	width: 698px;
	height: 24px;
	overflow: hidden;
	padding: 10px 0 0 0;
}
#gallery .scrollBarContainer {
	width: 644px;
	height: 10px;
	padding: 7px;
	background: url("../img/bg_scroller.gif") no-repeat;
	visibility:hidden;
}
#gallery .scrollBack {
	position:absolute;
	left:7px;
	top:40px;
	width: 13px;
	height: 112px;
	background: url("../img/bg_scroller_left.gif") no-repeat 0 0;
}
#gallery .scrollBack:hover { background: url("../img/bg_scroller_left.gif") no-repeat 0 -112px; }
#gallery .scrollForward {
	position:absolute;
	top:40px;
	right:9px;
	width: 13px;
	height: 112px;
	background: url("../img/bg_scroller_right.gif") no-repeat 0 0;
}
#gallery .scrollForward:hover { background: url("../img/bg_scroller_right.gif") no-repeat 0 -112px; }
#gallery .scrollKnob {
	width: 20px;
	height: 10px;
	background: url("../img/button_slider.gif") no-repeat 0 -14px;
}
#gallery .scrollKnob:hover { background: url("../img/button_slider.gif") no-repeat 0 0; }
#gallery .scrollKnob, #gallery .scrollBack, #gallery .scrollForward { cursor: pointer; }
