
	img{border:none;}
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		/*margin:0 auto;
		position:relative;*/
		text-align:left;
		width:875px;
		margin-left:auto;
		margin-right:auto;		
		/*margin-bottom:2em;*/
		}	
			
	#content
	{
		position:relative;
		padding-top:45px;
		margin-left:-2px;
	}			

#slider ul
{
	padding: 0px;
}

/* Easy Slider */

	#slider ul, #slider li,	
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here-- 241
		*/ 
		list-style:none;
		width:874px;
		height:222px;
		}	
		
		#slider li a{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here-- 241
		*/ 
		}	
		
	#prevBtn, #nextBtn,	#slider1next, #slider1prev{ 
		display:block;
		width:16px;
		height:37px;
		position:absolute;
		left:-30px;
		top:130px;
		/*z-index:1000*/;
		}	
		
	#nextBtn, #slider1next
	{ 
		left:890px;
	}														
	#prevBtn a, #nextBtn a,#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:16px;
		height:37px;
		background:url('../Images/header/btnBackHome.png') no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url('../Images/header/btnNextHome.png') no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls
	{
		float:right;
		margin-top:2px;
		height:11px;	
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:11px;
		line-height:11px;
		}
	ol#controls li a{
		float:left;
		width:14px;
		height:11px;
		line-height:14px;
		border:1px solid #ccc;
		background:#c9c8c8;
		color:#555;
		text-align:center;
		text-decoration:none;
		text-indent:-8000;
		}
	ol#controls li.current a{
		/*background:#5DC9E1;
		color:#fff;*/
		background:url('../Images/header/SlideShow_Home_active_Bg.jpg') no-repeat 0 0;
				text-indent:-8000;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */


