/* image replacement */
.graphic, #prevBtn, #nextBtn{
    margin:0;
    padding:0;
    display:block;
    overflow:hidden;
    text-indent:-8000px;
}
/* // image replacement */				
#newsEventsSlider {
	margin:0px 16px 0px 0px;
	position:relative;
	text-align:left;
	padding:15px;
	float:left;
	width:539px;
	color:#fff;
	font-size:11px;
	height:176px;
	background:url(../Images/newsEventsSlider.gif) no-repeat;
}
/* Easy Slider */

	#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:535px;
		overflow:hidden;
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:21px;
	    height:24px;
		position:absolute;
		left:15px;
	    top:167px;
		}	
	#nextBtn{ 
		left:55px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:21px;
	    height:24px;
		background:url(../Images/BtnPrev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../Images/BtnNext.gif) no-repeat 0 0;	
		}
		/* numeric controls */	

	ol#controls {
	    margin:0px;
	    padding:5px 0 0 0;
	    height:28px;
    }
    ol#controls li {
	    margin:0 1px 0 0;
	    padding:0;
	    float:left;
	    list-style:none;   
	    line-height:28px;
    }
    ol#controls li a {
	    float:left;
	    height:28px;
        line-height:28px;
	    /*border:1px solid #ccc;*/
	    background:#1b1a1a;
	    color:#fff;
	    padding:0 10px;
	    text-decoration:none;    
    }
    ol#controls li a:hover {
        background:#666;
	    color:#fff;
    }
    ol#controls li.current a {
	    background:#00B1ED;
	    color:#fff;
    }
    ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	    outline:none;
    }													
/* // Easy Slider */
