
	
	#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:100;
	}
	
	
	
	#controls {
		position:absolute;
		top:36px;
		right:0px;
		z-index:200;
	}
	
	
	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		float:left;
		height:10px;
		line-height:20px;
		list-style:none outside none;
		margin:0 0px 0 0;
		padding:0;
		}
	ol#controls li a{
		background: url("../images/bullets.png") no-repeat scroll -2px -2px transparent;
		color: #555555;
		float: left;
		font-size: 10px;
		height: 21px;
		line-height: 15px;
		overflow: hidden;
		padding: 0 0 0 2px;
		text-decoration: none;
		text-indent: -30px;
		width: 16px;
	}
	ol#controls li.current a{
		background: url("../images/bullets.png") no-repeat scroll -2px -24px transparent;
	}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
