/*
* 	Owl Carousel Owl Demo Theme 
*	v1.24
*/

.owl-carousel {margin:0;padding:0; line-height:1.2em;}
.owl-carousel li {list-style:none;}

.owl-carousel a {text-decoration:none;}

.main-rotator .owl-controls{
	
	text-align: center;
	margin-bottom: -26px;
	z-index: 10000;
	top: 15px;
	position:relative;
}

.gi_rotator_a li {padding: 4px;}
.gi_rotator_a .slide_img {border:8px solid #fff; -moz-box-shadow: 0 0 4px #999;-webkit-box-shadow: 0 0 4px#999;box-shadow:0 0 4px #999;}
.gi_rotator_a .owl-controls{
	
	text-align: center;
	margin-bottom: 0px;
	z-index: 10000;
	top: 15px;
	position:relative;
}





/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	background: url(/images/bg_direction_nav.png) no-repeat 0 0;
	width:35px; height: 30px;
	position:absolute; top:50%; z-index:10; 
	margin: 0px;
}

.owl-next {right:-19px; background-position: 100% 0!important;}
.owl-prev {left:-15px;}

.news-rotator .owl-buttons div {top:35%!important;}
.pd_rotator .owl-next {right:50px;}
.pd_rotator .owl-prev {left:50px;}


/* 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;
}

/* 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 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.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;
}

/* 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
}

.pd_rotator .slide img{
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
.owl-next {right:0px; background-position: 100% 0!important;}
.owl-prev {left:0px;}	
}


	
	
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	.owl-next {right:0px; background-position: 100% 0!important;}
.owl-prev {left:0px !important;}	
	}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	
	
	.pd_rotator .owl-next {right:-17px;}
.pd_rotator .owl-prev {left:-17px;}

.owl-next {right:-10px; background-position: 100% 0!important;}
.owl-prev {left:-5px;}
	
}
