/*body {
		background:#fff url(../images/bg_body.gif) repeat-x;
		font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:180%;
		margin:0;
		padding:0;
		text-align:center;
	}
	h1{
		font-size:180%;
		font-weight:normal;
		margin:0;
		padding:0 20px;
		}
	h2{
		font-size:160%;
		font-weight:normal;
		}	
	h3{
		font-size:140%;
		font-weight:normal;
		}*/	
	img{border:none;outline: 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:967px;
		background:#fff;		
/*		margin-bottom:2em;*/
		}	
	#header{
		height:80px;
		line-height:80px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		left:0px; top:0px;
		padding:0;
		width:967px;
		height:201px;
		list-style:none;
		}
		#slider1 ul, #slider1 li{
		margin:0;
		left:0px; top:0px;
		padding:0;
		width:348px;
		height:209px;
		list-style:none;
		}
/*	#slider1{margin-top: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:967px;
		height:201px;
		overflow:hidden; 
		}	
		#slider1 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:348px;
		height:209px;
		overflow:hidden; 
		margin-top:-5px;
		}	
	#prevBtn, #nextBtn,
	#slider11next, #slider11prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider11next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider11next a, #slider11prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider11next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin-top:-4px;
		margin-left:163px;
		padding:0;
		height:18px;	
		}
	ol#controls li{
		margin-top:0px; 
		
		/*padding:0;*/
		float:left;
		list-style:none;
		height:15px;
		line-height:10px;
		}
	ol#controls li a{
		float:none;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FE7200;
		height:10px;
		line-height:10px;
		/*border:0px solid #fff;*/
		background:#fff;
		
		padding:0 4px;
		text-decoration:none;
		}
	ol#controls li.current a{
		/*background:#ff7200;*/
		color:#fff;
		background:url(../Images/1a.gif) no-repeat ;
		
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
