
	
	#project_slider {
		height:222px !important;
		width:970px !important;
		margin:0px;
		overflow:hidden !important;	
		position:relative;
	}
	
	#project_slider ul, #project_slider li{
		margin:0;
		padding:0;
		list-style:none;
		height:222px;
		width:970px;
		overflow:hidden;
	}
	
	#project_slider li{
		width:970px !important;
	}
	
	
		
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
	}
	
	
	
	#controls {
		position:absolute;
		top:38px;
		right:0px;
		z-index:2000;
	}
	
	
	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:10px;
		line-height:20px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 4px;
		text-decoration:none;
		text-indent:-30px;
		overflow:hidden;
		width:3px;
		}
	ol#controls li.current a{
		background:#555;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}