/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	bottom: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
	transition:all 500ms ease-in-out
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	/*color: #FFF;*/
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin:0px;
	padding: 3px 5px;
	font-size: 12px;
transition:all 300ms ease-in-out;
	/*background: #869791;*/
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5; font-size:0px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	transition:all 300ms ease-in-out
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 5px;
	filter: Alpha(Opacity=30);/*IE7 fix*/
	opacity: 0.3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff; border:1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	background:#fdc02d; padding:2px;
}

#owl-demo .owl-controls .owl-page span{
	background: #fdc02d; border:1px solid #fff;
}
	
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-prev {
    position: absolute;
    left: -50px;
    top: 55%;
    background: url(../images/arrows.png) no-repeat left top;
    width: 50px;
    height: 70px;
}



.cls


element.style {
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-next {
    position: absolute;
    right: -50px;
    top: 58%;
    background: url(../images/arrows.png) no-repeat right -85px;
    width: 50px;
    height: 70px;
}

.family-business-block .owl-prev{ position:absolute; left:0px; top:27%; background:url(../images/arrowsleft.png) no-repeat left top; width:50px; height:70px; }
.family-business-block .owl-next{ position:absolute; right:0px; top:27%; background:url(../images/arrowsright.png) no-repeat right top;  width:50px; height:70px;}
.family-business-block .owl-theme .owl-controls .owl-page span{ border:1px solid #17468e; }
.family-business-block .owl-theme .owl-controls .owl-page.active span, .family-business-block .owl-theme .owl-controls.clickable .owl-page:hover span{	background: #17468e; border:1px solid #fff;}

.csr-block .owl-prev{ position:absolute; left:0px; top:27%; background:url(../images/arrowsleft.png) no-repeat left top; width:50px; height:70px; }
.csr-block .owl-next{ position:absolute; right:0px; top:27%; background:url(../images/arrowsright.png) no-repeat right top;  width:50px; height:70px;}
.csr-block .owl-theme .owl-controls .owl-page span{ border:1px solid #17468e; }
.csr-block .owl-theme .owl-controls .owl-page.active span, .csr-block .owl-theme .owl-controls.clickable .owl-page:hover span{	background: #17468e; border:1px solid #fff;}