/*
 * jQuery UI CSS Framework 1.8.16
 *
 * 
Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * 
Dual licensed under the MIT or GPL Version 2 licenses.
 * 
http://jquery.org/license
 *
 
* http://docs.jquery.com/UI/Theming/API
 */

/* 
Layout helpers
----------------------------------*/

.slider1{
width:500px;
height:10px;
	position:absolute; 
	top:90px;
	left:47px;

}
.slider_left{
float:left;
width:5px;
height:8px;
background:url(images/slide_left.png);
}
.slider_right{
float:left;
width:6px;
height:8px;
background:url(images/slide_right.png);
}
.slider_center{
float:left;
width:116px;
height:8px;
}

.ui-helper-hidden { display: none; }

.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }

.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }

.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.ui-helper-clearfix { display: inline-block; }

.ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0;  }

.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.ui-widget-content { background: url(images/slide_a.png) repeat-x; }

.ui-widget-content a { color: #333333; }

.ui-widget-header { background: url(images/slide_c.png) repeat-x;  }

.ui-widget-header a { color: #ffffff; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {  
background:url(images/slide.png) top left no-repeat;

 }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {  text-decoration: none; outline: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { 
background:url(images/slide.png) top left no-repeat;
outline: none;
 }

.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { 
background:url(images/slide.png) top left no-repeat;
 font-weight: bold; 
 color: #eb8f00; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {  text-decoration: none; outline: none; }

.ui-widget :active {  outline: none; }




.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) top left no-repeat; opacity: .50; }

.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) top left repeat-x; opacity: .20; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.ui-slider { position: relative; text-align: left; }

.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: pointer; }

.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }


.ui-slider-horizontal { height: 9px; }

.ui-slider-horizontal .ui-slider-handle { top:-3px; margin-left: -6px; }

.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }

.ui-slider-horizontal .ui-slider-range-min { left: 0; }

.ui-slider-horizontal .ui-slider-range-max { right: 0; }


.ui-slider-vertical { width: .8em; height: 100px; }

.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }

.ui-slider-vertical .ui-slider-range-min { bottom: 0; }

.ui-slider-vertical .ui-slider-range-max { top: 0; }




