.graphic,/* image replacement */ #prevBtn, #nextBtn  {
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
#slider /* Easy Slider */

	 ul, #slider  li
	   {
		margin:0;
		padding:0;
		list-style:none;
		}
#slider  li  {
	height:475px;
	overflow:hidden;
	background-color: #FFFFFF;
	width: 510px;
		}	
#prevBtn, #nextBtn
	 {
	display:block;
	width:50px;
	height:60px;
	position:absolute;
	left:-70px;
	top:190px;
	z-index:1000;
		}	
#nextBtn {
	left:529px;
		}														
#prevBtn  a	   {
	display:block;
	position:relative;
	width:50px;
	height:60px;
	background-image: url(../ns_images/btn_left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}
#nextBtn  a    {
	display:block;
	position:relative;
	width:50px;
	height:60px;
	background-image: url(../ns_images/btn_rt.png);
	background-repeat: no-repeat;
	background-position: 0 0;
		}	
#prevBtn a:hover {
	background-image: url(../ns_images/btn_left.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#prevBtn a:active {
	background-image: url(../ns_images/btn_left.png);
	background-repeat: no-repeat;
	background-position: 0px -120px;
}
#nextBtn a:hover {
	background-image: url(../ns_images/btn_rt.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
}
#nextBtn a:active {
	background-image: url(../ns_images/btn_rt.png);
	background-repeat: no-repeat;
	background-position: 0px -120px;
}
#work_spacer {
	left:295px;
	position:relative;
	top:16px;
	width: 510px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCCCCC;
}
#slider    p      {
	color: #666666;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	

}


#slider   h3   {
	color: #666666;
	padding-left: 1em;
	font-size: 14px;
	display: block;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-repeat: no-repeat;
}

#slider img {
	margin-top: 10px;
	margin-left: 58px;
	margin-bottom: 10px;
	height: 300px;
}


.center_sml_img {
	padding-left: 47px;
}
.center_img {
	padding-left: 26px;

}

