			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
/* Easy Slider */
#sliderWrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background:url('Images/SafetyCodes/slider_bg.png') no-repeat ;

}

#slider {
	width:800px!important;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	position:relative;
}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}

	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		padding:30px 0 0 0;
		width:800px;
		height:330px;
		overflow:hidden!important; 
		display:block;
		position:relative;
		}		
	.sliderReadMoreBtn	{
		position:relative;
		margin-top:50px;
		float:left;
		margin-left:20px;
}

	.slide_image {
		float:right; 
		margin-left:20px;	
		padding-right:20px;
}

	.slide_text {
		font-size:13px; 
		line-height:1.4;
}
	
	/* numeric controls */	

	ol#controls{
	    position:relative;
		left:50%;
		bottom:40px;
	    margin-left:200px; /* Tweak this to center bullets */	
	    }
	ol#controls li{
		margin:0 5px 0 5px; 
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		}
	ol#controls li a{
		float:left;
		height:10px;
		width:10px;
		line-height:0px;
		background:url(bullet.png) no-repeat;
		color:#fff;
		padding-left:0px;
		text-decoration:none;
		font-size:0px!important;
		}
	ol#controls li.current a{
		background-position:0 -10px;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */