﻿#slider{  width:550px; text-align:center; margin-left:40px;}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:610px;
	max-width:610px;
	height:auto !important;
	height:500px;	
	min-height:500px;
	overflow:hidden;
	text-align:center;
}	
	
p#controls{
	margin:0;
	position:relative;
} 

#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:10px;
	top:-250px;
	}	
#nextBtn{ 
	left:650px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(btn_next.gif) no-repeat 0 0;	
	}
