/* Easy Slider */
#slider {
 padding:10px 0 0 0;
 margin:0;
 width:300px;
 height:190px;
 float:left;
 border:0px solid #FF0000;
}
   
#slider ul {
padding:0 0 0px 0px;
margin:0;
list-style:none;
width:286px;
}
   
#slider li { 
width:286px;
height:180px;
overflow:hidden;
list-style:none;
padding:0 0 0 0px;
background: none;
} 

#slider ul li object  {
 overflow:hidden;
 
}
/* numeric controls */  

    ol#controls{
        margin:0px 0;
        padding:0;
        height:20px;
		border:0px solid #000000; 
		clear: both;
        }
    ol#controls li{
        margin:0px 10px 0 0; 
        padding:0;
        float:left;
        list-style:none;
        height:20px;
        }
    ol#controls li a{
        float:left;
        height:20px;
		width:19px;
        color:#555;
		text-align:center;
		padding:2px 0 0 0;
        text-decoration:none;
        background: url(img/page_grey.gif) no-repeat top left;
        }
    ol#controls li.current a{
        background: url(img/page_green.gif) no-repeat top left;
        color:#fff;
        }
    ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
    
/* // Easy Slider */