/* SLIDER */

#slidercontainer {
	margin: 0 0 17px 0;
	}

#slidercontainer #track {
	width: 550px;
	height: 30px; 
	position: relative;
	}

#slidercontainer #track .singletrack {
	position: absolute;
	bottom: 0px;
	text-align: center;
	height: 19px;
	padding: 3px 0 0 0;
	border-left: 2px solid white;
	border-right: 2px solid white;
	color: white;
	font-size: 12px;
	font-weight: bold;
	}
	
#slidercontainer #track.singletrack {
	width: 601px;
	background: url(/images/slider/single_track.gif) 0 0 no-repeat;
	}
	
#slidercontainer #track.singletrack .slider {
	margin: -5px 0 0 0;
	width: 60px;
	height: 28px;
	background: url(/images/slider/single_slider.gif) 18px 0 no-repeat;
	}

#slidercontainer #track #span_0 {
	background: #f5b800;
}

#slidercontainer #track #span_1 {
	background: #b0e300;
}

#slidercontainer #track #span_2 {
	background: #67aa71;
}

#slidercontainer #track .slider {	
	position: absolute; 
	width: 13px; 
	height: 30px; 
	margin: 0 0 0 -5px;
	background: url(/images/slider/slider_one.gif) 0 0 no-repeat;
	}
	
.singleslider {
	width: 601px;
	}
	
.singleslider ul {
	list-style-type: none;
	}
	
.singleslider ul li {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #cbdc0e;
	width: 280px;
	}
	
.singleslider ul li#contact_diversity_small {
	padding: 0 0 0 20px;
	text-align: left;
	background: url(/images/slider/legend_small.gif) left top no-repeat;
	}
	
.singleslider ul li#contact_diversity_big {
	padding: 0 20px 0 0;
	text-align: right;
	background: url(/images/slider/legend_big.gif) right top no-repeat;
	}
	
.multislider {
	width: 540px;
	border-top: 1px dotted #d7d8ce;
	border-bottom: 1px dotted #d7d8ce;
	padding: 6px 0;
	}
	
.multislider ul {
	list-style-type: none;
	}
	
.multislider ul li {
	display: block;
	float: left;
	font-size: 11px;
	padding: 0 0 0 15px;
	margin: 0 0 0 10px;
	}

.multislider ul li#contact_frequency_often {
	margin: 0 0 0 5px;
	width: 145px;
	background: url(/images/slider/legend_often.gif) 0 2px no-repeat;
	}
	
.multislider ul li#contact_frequency_occasional {
	width: 205px;
	background: url(/images/slider/legend_sometimes.gif) 0 2px no-repeat;
	}
	
.multislider ul li#contact_frequency_seldom {
	width: 115px;
	background: url(/images/slider/legend_rare.gif) 0 2px no-repeat;
	}
	