img{
    border:none;
}  	

/* Easy Slider */   
.slider ul, .slider li{
    margin:0;
    padding:0;
    list-style:none;
}                     
.slider li{               
    overflow:hidden; 
}	
     		
/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
        float: right;
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#9A9995;
		color:#FFFFFF;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */





/*pre{
    display:block;
    font:12px "Courier New", Courier, monospace;
    padding:10px;
    border:1px solid #bae2f0;
    background:#e3f4f9;    
    margin:.5em 0;
    width:674px;
}    */

#home_slider li{   
    width:590px;
    height:250px;
}
#home_slider .img_block{
    float: left;
    width: 350px;
}
#home_slider .text_block{  
    float: right;
    width: 200px;
    padding-right: 20px;
}

ol#controls li a{    
    height: 18px;   
    line-height: 18px;
    /*width: 18px; */
    /*padding: 0; */
    overflow: hidden;
    /*border: none; */
}
ol#controls li a{    
    /* background:url(../img/cicrle_gray.png) no-repeat;  */
    background: #9A9995;
    border: 1px solid #555555;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 0 5px;
}            
ol#controls li.current a{
    /* background:url(../img/cicrle.png); */  
    background: #428ED5;
    border: 1px solid #004499;   
}