.widget {
    width:100%;
    height: 100px;
	padding:10px;
	margin:10px 20px;
    background:url(../img/partners_obroba.png) no-repeat 0 0;
}

.widget a.previous{
    float:left;
    display:block;
    background:url(../img/prev-horizontal.png) no-repeat 0 0;
    width:40px;
    height:40px;
    margin-top:30px;
    margin-right:15px;
    
}
.widget a.next{
    float:right;
    display:block;
    background:url(../img/next-horizontal.png) no-repeat 0 0;
    width:40px;
    height:40px;
    margin-right: 110px;
    margin-top:-55px;
    
}

.widget_style {
    text-align:left;
    padding:4px 0px 0px 0px;
    
	
}

.widget_style ul {
    margin:0;
    padding:0;
	
}

.widget_style li {
    height:81px;
    width:104px; 
    list-style:none;
    margin:0px;
    padding:0px 8px 0px 8px;
}

.widget_style img {
    width:104px;
    height:auto;
	margin-top:10px;
}


