/*
* 	OwlCarousel Customized Carousel Theme
*/

.carousel-theme.owl-carousel {
	margin-bottom: 30px;
}
.carousel-theme .owl-controls {
	text-align: center;
}

/* Styling Next and Prev buttons */
.carousel-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */

	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;

	font-size: 30px;
	width: 30px;
	
	height: 30px;
	color: #ffffff;
	background: #ED4F80;

	position: absolute;
	top: -58px;
	z-index: 10;
	
	/* Font-Awesome Icon */
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.carousel-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity = 100); /*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.carousel-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 0px;
	right: 0;
}
.carousel-theme .owl-controls .owl-buttons div.owl-prev {
	right: 30px;
	margin-right: 5px;
}
.carousel-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "\f104";
}
.carousel-theme .owl-controls .owl-buttons div.owl-next {
	right: 0px;
}
.carousel-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "\f105";
}

/* Styling Pagination*/
.carousel-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}
.carousel-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;
}
.carousel-theme .owl-controls .owl-page.active span,
.carousel-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity = 100); /*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */
.carousel-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
}


/* Styling products_carousel */
.products_carousel .product {
	margin: 0px 10px;
	padding: 10px;
	background: #bebebe;
}
.products_carousel .product .product_image_div {
	background: #ffffff;
}
.products_carousel .product .product_image_div a {
	display: block;
}
.products_carousel .product_image_div img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	border: 1px solid #a1a1a1;
}
.products_carousel .product_image_div img:hover {
	opacity: 0.7;
}
.products_carousel .product .product_info_div {
	margin-top: 15px;
}
.products_carousel .product_name {
	margin-bottom: 5px;
	text-align: left;
	color: #525252;
	font-size: 16px;
	text-transform: uppercase;
}
.products_carousel .product_name a {
	color: #525252;
}
.products_carousel .product_price {
	margin-bottom: 5px;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.products_carousel .product_price span {
	color: #333333;
}