

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:730px;
		height:242px;
		margin:2px 0 0 0px;
		overflow:hidden; 
		}	
	


	#textSlider ul {
		margin:0;
		padding:0;
		list-style:none;
		}

	#textSlider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:987px;
		height:202px;
		margin:2px 0 0 3px;
		overflow:hidden;
		}	
	
	
 ol#controls{
         margin:3px 0;
         padding:0;
         height:20px;
         float:right;  
         }
     ol#controls li{
         margin:0 10px 0 0; 
         padding:0;
         float:left;
         list-style:none;
         height:20px;
         line-height:20px;
         }
     ol#controls li a{
         float:left;
         height:20px;
         line-height:20px;
         border:1px solid #000;
         background:#504f83;
         color:#fff;
         padding:0 6px;
         text-decoration:none;
         }
     ol#controls li.current a{
         background:#716fb3;
         color:#fff;
         }
     ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
     
     
     .sliderpanel {width:730px; height:235px; display:block; margin:4px 0 0 7px;}
     .sliderpanel2 {width:730px; height:235px; display:block; margin:4px 0 0 7px;}