	#big-names{	
		margin:0 auto 20px auto;
		padding: 0;
		position:relative;
		text-align:left;
		width: 264px;
		height: 280px;
		background: #262626 url(../images/bg_slider_fixed.jpg) 0 0 no-repeat;
	}
	
	#names-container{
		position:relative;
	}			

	#names-slider{
		width: 226px;
		height: 190px;
		padding: 85px 0 0 38px;
	}
	
	#names-slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#names-slider li{ 
		width: 226px;
		margin: 0;
		padding: 0;
		height: 190px;
		overflow:hidden; 
	}	
	
	#prevBtn{ 
		display:block;
		width:24px;
		height:17px;
		position:absolute;
		left: 4px;
		top:160px;
		text-indent: -99999px;
		z-index: 20;
		}	
	#nextBtn{
		display:block;
		width:24px;
		height:17px;
		position:absolute;
		left:235px;
		top: 160px;
		text-indent: -99999px;
		}														
	#prevBtn a{  
		display:block;
		width:24px;
		height:17px;
		background: url(../images/bg_btn_previous.png) no-repeat 0 0;
		outline: none;
		}	
	#nextBtn a{
		display:block;
		width:24px;
		height:17px;
		background:url(../images/bg_btn_next.png) no-repeat 0 0;
		outline: none;
		}		
