﻿@charset "utf-8";
/*scrollBar rules =======================================*/
#scrollBar{
	width:100%;
	white-space:nowrap;
	margin:40px 0 0;
	height:17px;
	background:url(images/scroller/gutter_bg.gif) repeat-x ;
	position:relative;
	visibility:hidden;
}

#leftBtn, #rightBtn{
	height:17px;
	width:17px;
	position:relative;
	bottom:1px;
	background-color:#FFF;
}
#leftBtn{
	float:left;
	background:url(images/scroller/left_arrow.gif) no-repeat center;
	right:1px;
}
#rightBtn{
	width:20px;
	float:right;
	/*position:absolute;
	right:3px;*/
	background:#FFF url(images/scroller/right_arrow.gif) no-repeat left center ;
}
#scrollThumb, #scrollThumb .leftThumb, #scrollThumb .rightThumb, #scrollThumb .grip, #scrollThumb .bgThumb{
	height:15px;
}
#scrollThumb{
	width:70px;
	margin-left:0px;
	position:absolute;
	left:17px;
	z-index:20;
}
#scrollThumb .bgThumb{
	background:url(images/scroller/bg_thumb.gif) repeat-x !important;
	width:100%;
}
#scrollThumb .leftThumb{
	float:left;
	position:relative;
	right:2px;
	width:3px;
	background:url(images/scroller/left_thumb.gif) no-repeat;
}
#scrollThumb .rightThumb{
	float:right;
	position:relative;
	left:2px;
	width:3px;
	background:url(images/scroller/right_thumb.gif) no-repeat;
}
#scrollThumb .grip{
	margin:0 auto;
	width:12px;
	background:url(images/scroller/grip_thumb.gif) repeat-x;
}
.sliderBlock{
	position:absolute;
	padding:0;
	top:-18px;
	height:18px;
	z-index:1;
	background:url(images/scroller/border_block.gif) no-repeat left bottom;
	/*border-left:#999 solid 1px;*/
	font-size:0.7em;
	text-align:center;
}