

     image replacement 
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }

			
	#container
	{	
		width:262px;
	
		position:relative;
		text-align:left;
	}	
					
	#content
	{
		width:250px;

	}			

/* 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:262px;
	
	}	
	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
	
		position:absolute;
		left:225px;
		top:-38px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		position:absolute;
		left:245px;
		top:-38px;
		z-index:1000;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:13px;
		height:23px;
		background:url(../NewsSliederFiles/LeftArrow.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../NewsSliederFiles/RightArrow.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls 	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:22px;
		
		cursor :pointer ;
		background-image : url(BlueArrowLine.jpg);

		
		font-size:x-small ;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:10px;
		line-height:10px;
		width :20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		width :20px;
		line-height:20px;
		text-align :center ;
		
	
	
		
		color:#555;
	
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
// Easy Slider */
