	/* slider */

		.slider ul, .slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			
			}	
		.slider, .slider li { 
			height: 225px;
			width: 166px;
			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; }
