body{  }

.next {
	float:left;
	padding-top:80px;
	padding-left:10px;
	
	
	}
	.back
	{
		float:left;
		padding-top:80px;
		padding-right:10px;
		}


#project-slider-wrap{
	height: 177px;
	overflow: hidden;
	position: relative;
	width:800px;
	z-index: 1;
	float:left;
	
}

#project-slider{
	height: 187px;
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 10px;
	width:760px;
	z-index: 0;

	
}

	#project-slider li{ 
	
		float: left;
		height: 187px;
		position: relative;
		width:268px;
		
	
		
		
	}	
		
		#project-slider li .panel{
			background: #0a0b07;
			bottom: 4px;
			height: 26px;
			left: 10px;
			overflow: hidden;
			position: absolute;
			width: 192px;
			z-index: 15;
		}
		
		#project-slider li .panel h3{
			font-size: 0;
			text-indent: -13000em;
		}
		
			#project-slider li .panel h3 a:link,
			#project-slider li .panel h3 a:visited{
				background: #000000 url(../images/site/btn-project_panel.png) no-repeat 0 0;
				display: block;
				height: 26px;
			}

			#project-slider li .panel h3 a:hover,
			#project-slider li .panel h3 a:active{ background-position: 0 -26px; }
			
				#project-slider li .panel h3 a:link.act,
				#project-slider li .panel h3 a:visited.act{ background-position: 0 -52px; }
			
	
		#project-slider li .panel p{ 
			color: #93945e;
			font-size: 10px;
			line-height: 18px;
			margin: 0 20px 15px;
			text-align: center;
		}
		
#masthead a:link#back,
#masthead a:visited#back,
#masthead a:link#next,
#masthead a:visited#next{
	background: transparent url(../images/site/btn-cycle_right.png) no-repeat 0 0;
	display: block;
	height: 65px;
	position: absolute;
	right: 0;
	top: 170px;
	text-indent: -13000em;
	width: 65px;
	z-index: 10;
}

	#masthead a:link#back,
	#masthead a:visited#back{ 
		background-image: url(../images/site/btn-cycle_left.png); 
		left: -9px; 
		right: auto; 
	}

#masthead a:hover#back,
#masthead a:active#back,
#masthead a:hover#next,
#masthead a:active#next{ background-position: 0 -65px; z-index: 7; }

