.sliderWrapper
{
	width:500px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/slider/slider_filter.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	margin-top:5px;
}

div.slider { 
	width:498px; 
	margin:0;
	height:10px; 
	position: relative; 
	margin-left:auto;
	margin-right:auto;
}



div.slider div.handle { 
	width:20px; 
	height:8px; 
	cursor:move; 
	background-color:#606060;
	background-image:url(../images/slider/slider_handler2.gif);
	border:1px solid #e1e1e1;
	margin-top:-1px;
}

div.slider div.handleBG{
	background-image:url(../images/slider/slider_handler2_1.gif);
	background-repeat:no-repeat;
	background-position:center center;
	height:8px;
}


div#zoom_element { 
	width:50px; 
	height:50px; 
	background:#2d86bd; 
	position:relative; 
}

#filterView1,#filterView2
{
	height:1px;
	overflow:hidden;
}

#filterBar
{
	padding:10px;
	background-color:#f6f6f6;
	height:70px;
}

a.filterViewButton{
	text-decoration:none;
}

a.filterViewButton img
{
	border:1px solid #f6f6f6;
}

a.filterViewButton.active img,a.filterViewButton:hover img
{
	border:1px solid #3f3f3f;
}

#filterOptions
{
	margin-bottom:15px;
	height:20px;
}

#filterOptions .right
{
	float:left;
	margin-left:15px;
	margin-top:1px;
}

#sliderWrapper1
{

	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	height:15px;
	width:530px;
	margin-top:5px;
}

#sliderWrapper1 .sliderWrapper
{
	margin:0;
	float:left;
	margin-left:3px;
	margin-right:3px;
	margin-top:2px;
}

#prevPageHandler,#nextPageHandler
{
	display:block;
	float:left;
	width:12px;
	height:12px;
}