.owl-androidstore-product-theme {
	margin-bottom: 15px;
	border: 1px solid #FFF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.owl-androidstore-product-theme .owl-wrapper-outer {
	border: 1px solid #ddd;
}

.owl-androidstore-product-theme .item a.thumbnail {
	margin-bottom: 0px;
	border: none;
	border-radius: none;
	-moz-border-radius: none;
	-webkit-border-radius: none;
}

.owl-androidstore-product-theme .owl-controls {
	padding-top: 5px;
}

.owl-androidstore-product-theme .owl-controls-replacer {
	height: 10px;
}

/* Styling Next and Prev buttons */

.owl-androidstore-product-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-androidstore-product-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-androidstore-product-theme .owl-pagination {
	top: auto !important;
	margin-top: 2px;
	height: 10px;
}
.owl-androidstore-product-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0 2px;
	vertical-align: top;
}
.owl-androidstore-product-theme .owl-controls .owl-page span{
	display: block;
	width: 5px;
	height: 5px;
	margin: 0px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.99;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #ffffff;
}

.owl-androidstore-product-theme .owl-controls .owl-page.active span,
.owl-androidstore-product-theme .owl-controls.clickable .owl-page:hover span{
	background: #ff6a6a;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 0.99;
}

/* If PaginationNumbers is true */

.owl-androidstore-product-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
}