


IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}



#gallery
{
	float: left;
}
.horzscroller
{
	float: left;
}
.content
{
	float: left;
}
.scrollarea
{
	float: left;
}
.scrollBarContainer
{
	float: left;
}
.scrollBack
{
	float: left;
}
.scrollForward
{
	float: left;
}

#gallery .content UL LI
{
	float: left;
}
#gallery .content UL LI A
{
	float: left;
}


#gallery
{
	padding-right: 13px;
	padding-left: 13px;
	background: url(bg_gallery1.png) no-repeat;
	padding-bottom: 0px;
	width: 500px;
	padding-top: 10px;
	position: relative;
	height: 170px;
	
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color:White;
}

#gallery .horzscroller
{
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 0px;
	overflow: hidden;
	width: 500px;
	padding-top: 10px;
	height: 150px;
}
#gallery .content
{
	overflow: hidden;
	width: 440px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#gallery .content UL
{
	
	margin: 0px;
	overflow: hidden;
	width: 710px;
	padding-top: 0px;
	
}
#gallery .content UL LI
{
	display: inline;
	width: 109px;
	margin-right: 4px;
	
}
#gallery .content UL LI A
{
	padding-right: 0px;
	padding-left: 0px;
	background: url(/res/img/bg_gallery_thumbnail.gif) no-repeat 0px 0px;
	padding-bottom: 2px;
	width: 109px;
	padding-top: 0px;
	
}
#gallery .content UL LI A:hover
{
	background: url(/res/img/bg_gallery_thumbnail.gif) no-repeat 0px -84px;
}
#gallery .scrollarea
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	width: 500px;
	padding-top: 2px;
	height: 25px;
}
#gallery .scrollBarContainer
{
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px;
	background: url(bg_scroller1.gif) no-repeat;
	padding-bottom: 0px;
	width: 410px;
	padding-top: 7px;
	height: 10px;
}
#gallery .scrollBack
{
	background: url(bg_scroller_left1.gif) no-repeat 0px 0px;
	width: 20px;
	height: 15px;
}
#gallery .scrollBack:hover
{
	background: url(bg_scroller_left1.gif) no-repeat 0px -24px;
}
#gallery .scrollForward
{
	background: url(bg_scroller_right1.gif) no-repeat 0px 0px;
	width: 20px;
	height: 15px;
}
#gallery .scrollForward:hover
{
	background: url(bg_scroller_right1.gif) no-repeat 0px -24px;
}
#gallery .scrollKnob
{
	background: url(button_slider12.gif) no-repeat 0px -14px;
	width: 20px;
	height: 20px;
}
#gallery .scrollKnob:hover
{
	background: url(button_slider12.gif) no-repeat 0px 0px;
}
#gallery .scrollKnob
{
	cursor: pointer;
}
#gallery .scrollBack
{
	cursor: pointer;
}
#gallery .scrollForward
{
	cursor: pointer;
}
