	img{border:none;}

    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8500px;
            }
    /* // image replacement */
			
	#sliderContainer{	
		margin: auto;
		position: relative;
		text-align: left;
		width: 850px;	
		overflow: hidden;
		}	
		
	#content{
		position:relative;
		}			

/* Easy Slider */

	#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
		*/ 
		width: 850px;
		height: 305px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left: 850px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(/images/easyslider/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(/images/easyslider/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin: 0;
		padding: 10px 5px 5px 0;;
		height:21px;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:21px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:21px;
		width: 9px;
		line-height:20px;
		background: #33332D;
		color: #191919;
		padding:0 6px;
		text-decoration:none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-webkit-box-shadow: 1px 1px 3px #111111;
		}
	ol#controls li.current a{
		background: #3b6e23;
		color: #191919;
		-webkit-box-shadow: none;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


/* Jeff Adds */

.slideContent {
		overflow: auto;
		margin-top: 20px;
		margin-bottom: 20px;
}