	/* slider */

		.slider ul{ 
			margin:0;
			padding:0;
			list-style:none;
			float:left;
			display:inline;
			}	
		.slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			
			}	
		.slider, .slider li { 
			height: 250px;
			width: 990px;
			overflow:hidden;
			float: left;
			display: inline;
			}	
			
		#prevBtn, #prevBtn2, #prevBtn3, #prevBtn4, #prevBtn5, #prevBtn6{
		float: left; 
		display:inline;
		width: 16px; 
		height: 16px;
		margin-top: 3px;
		}	
		#nextBtn, #nextBtn2, #nextBtn3, #nextBtn4, #nextBtn5, #nextBtn6{
		float: right; 
		display:inline;
		width: 16px; 
		height: 16px;
		margin-top: 3px;
		}													
							
	#prevBtn a, #prevBtn2 a, #prevBtn3 a, #prevBtn4 a, #prevBtn5 a, #prevBtn6 a {background: #FFFFFF url('images/ar-left.png') left no-repeat; width: 16px; height: 16px; float: left; }
	#nextBtn a, #nextBtn2 a, #nextBtn3 a, #nextBtn4 a, #nextBtn5 a, #nextBtn6 a {background: #FFFFFF url('images/ar-right.png') right no-repeat; width: 16px; height: 16px; float: left; }

        
        #controls { clear: both; float: left; display: inline; width:100%; margin:0; text-align:center; }
#controls li { padding-right:4px; display:inline; }
#controls li a{ background: white url('images/off.jpg') center center no-repeat; padding:15px 0 0 15px; display:inline; font-size:0;margin-top:2px; border:0; outline:0; color:#989898;}
#controls li a:hover { border:0; outline:0; }
#controls li.current a { background: white url('images/on.jpg') center center no-repeat; color:#5E5E5E; border:0; outline:0; }
#controls li {display: none;}