.owl-carousel5 .owl-buttons{
	position:static;
}
.owl-carousel55 .owl-buttons{
	position:static;
}
.owl-buttons {
    position: absolute;
    top: -40px;
    right: 10px;
}
.owl-buttons div {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    position: static;
    border-radius: 26px !important;
    text-indent: -100000px;
}
.owl-buttons .owl-prev {
    background: #999 url(../images/fa-angles.png) no-repeat 5px 4px;
	position:absolute;
	top:-50px;
	right:45px;
	border:1px solid #999;
	color:#fff;
}
.owl-buttons .owl-prev:hover
{
	background: #000 url(../images/fa-angles.png) no-repeat 5px 4px;
	color:#fff;
}
.owl-buttons .owl-next {
    background: #999 url(../images/fa-angles.png) no-repeat -36px 4px;
	position:absolute;
	top:-50px;
	right:15px;
	border:1px solid #999;
}
.owl-buttons .owl-next:hover
{
	background: #000 url(../images/fa-angles.png) no-repeat -36px 4px;
	color:#fff;
}
.owl-carousel .owl-item
{
	padding:0px 10px;
}