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

/* Easy Slider */
#slider {
	height: 334px;
	width: 980px;

}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
	width:980px;
	height:334px;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
		}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:980px;
	height:334px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
	padding:0;
	height:28px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 24;
		}
	ol#controls li{
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5;
		}
	ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	color:#FFF;
	text-decoration:none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 4px;
	margin-right: 10px;
	background-color: #095999;
	background-image: url(../assets/images/slides/slider-blue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
		}
	ol#controls li.current a{
	color:#fff;
	background-color: #F60;
	background-image: url(../assets/images/slides/slider-orange.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
		}
