/*

* 	Owl Carousel Owl Demo Theme 

*	v1.3.3

*/



.owl-theme .owl-controls{

	text-align: center;

}



/* Styling Next and Prev buttons */





/* 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;

}

.owl-pagination {

	position:relative;

	text-align:center;

	margin-top:-60px;

	z-index:9;

	background-color: rgba(255,255,255,0.8);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);

	padding: 4px 9px;

	border-radius: 13px;

	float:left;

	margin-left:45%

}

/* 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
{
    background: none repeat scroll 0 0 #B6B6B6;
    border: medium none;
    border-radius: 20px;
    display: block;
    height: 9px;
    margin: 5px 3px;
    opacity: 1;
    width: 9px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span
{
	background-repeat: no-repeat;
	background-position: -456px -185px !important;
	background-image: url(http://gtms03.alicdn.com/tps/i3/T1MO7OFKhXXXaWJKH7-487-300.png) ;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-right: 4px;
	cursor: pointer;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers
{
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-right: 4px;
	cursor: pointer;
	background-position: -467px -185px;
	background-image: url(http://gtms03.alicdn.com/tps/i3/T1MO7OFKhXXXaWJKH7-487-300.png);
	text-indent:-9999px;
}

/* preloading images */

.owl-item.loading
{
	min-height: 155px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-buttons {
    opacity: 0.9;
    position: absolute;
    right: 9%;
    top: 80%;
}

.owl-prev 
{
    background-image: url("left.png");
   background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  z-index: 1;
  left: 0;
  transition: all 0.3s linear 0s;
  text-indent: 99999px;
  top: 40%;
  cursor: pointer;
}

/* .owl-prev:hover
{
  background-color:#000;
  background-image: url("ChevronLeft-128-white.png");
}
 */
.owl-next {

  background-image: url("right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
  z-index: 1;
  right: 0;
  transition: all 0.3s linear 0s;
  text-indent: 999999px;
  top: 40%;
  cursor: pointer;
}

/* .owl-next:hover
{
  background-color:#000;
  background-image: url("ChevronRight-128-white.png");
} */

.owl-theme .owl-controls .owl-buttons div 
{
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    text-indent: 999999px;
}

.owl-carousel .owl-wrapper-outer
{
	height:auto;
}

#owl-demo .item img 
{
    width: 100%;
	height:auto;

}

.slidenews.owl-controls .owl-buttons div.owl-next {

  background-image: url("../../template/images/prev2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: block;
  height:30px;
  right: -7px;
  position: absolute;
  text-indent: -999px;
  top: -31px;
  width: 20px;

}
.slidenews .owl-controls .owl-buttons div.owl-prev {
  background-image: url("../../template/images/next2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  bottom: 0;
  display: block;
  height: 30px;
  left: 7px;
  position: absolute;
  text-indent: -999px;
  top: -31px;
  width: 20px;
}