#owl-demo .owl-item div{padding:5px; /*height:260px; overflow:hidden;*/}
#owl-demo .owl-item img{display:block;width:140%;height:auto;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; }
#owl-demo .owl-image-crop{height:140px !important; overflow:hidden !important;}





/*#owl-demo h2{text-shadow:none;color:#000;position:absolute;bottom:0px;left:0px;line-height:0px;padding:0;margin:0;}*/

/*#owl-demo h2 span{color:white;font:normal 12px/35px 'Open Sans', sans-serif;background:rgb(51, 51, 51);background:rgba(51, 51, 51, 0.7);padding:4px; line-height:20px;}*/
.slider{width:960px;}

.events-slider{width:640px;}

.owl-title{font-size:14px; font-weight:700;}
.owl-wrap a{color:#000; text-decoration:none}

.owl-prev {
    width: 20px;
    height: 139px;
    position: absolute;
    top: 5px;
    left: 5px;
    display: block!IMPORTANT;
    border:0px solid black;
	background:#000 !IMPORTANT;
	-webkit-border-radius: 0px !IMPORTANT;
    -moz-border-radius: 0px !IMPORTANT;
    border-radius: 0px !IMPORTANT;
}

.owl-next {
    width: 20px;
    height: 139px;
    position: absolute;
    top: 5px;
    right: 0px;
    display: block!IMPORTANT;
    border:0px solid black;
	background:#000 !IMPORTANT;
	-webkit-border-radius: 0px !IMPORTANT;
    -moz-border-radius: 0px !IMPORTANT;
    border-radius: 0px !IMPORTANT;
}
.owl-prev i, .owl-next i {transform : scale(1,5); color: #fff; margin-top:60px; font-weight:bold; font-size:18px}