			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
            }

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:180px;
	height:135px;
	overflow:hidden;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:14px;
	height:14px;
	position:absolute;
	left:-30px;
	top:0px;
	z-index:1000;
		}	
	#nextBtn, #slider1next{

		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{
	display:block;
	position:relative;
	width:14px;
	height:14px;
	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:16px;
	margin-right: 0;
	margin-left: 0;
	margin-top: 4px;
	margin-bottom: 0px;
		}
	ol#controls li{
	padding:0;
	float:left;
	list-style:none;
	height:16px;
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 0;
	margin-left: 0;
		}
	ol#controls li a{
	float:left;
	height:16px;
	color:#FFFFFF;
	text-decoration:none;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #093F91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	line-height: 16px;
		}
	ol#controls li.current a{
	scolor:#fff;
	background-color: #1375D7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
