/* Featured Products */

#fpslider #slider-inner {
	padding: 0 40px;
}
/* Product container */
#fpslider .item{
	text-align: center;
}


/* Product image container */
#fpslider .item .image{

}
/* Product image link */
#fpslider .item .image a{
	text-decoration: none;
}
/* Product image */
#fpslider .item .image a img{

}


/* Product Title */
#fpslider .item .name a {
	color: #333;
	/* Use set line-height from .item to set a break for long titles */
	height: 15px;
	/* The just keeps things from overflowing */
	overflow: hidden;
	-o-text-overflow: ellipsis-word;
	-ms-text-overflow: ellipsis-word;
	text-overflow: ellipsis-word;
	font-size: 20px;
}

/* Product price */
#fpslider .item .price {
	color: #333;
	font-size: 23px;
	font-family: "Raleway", ser
}

/* The priceBefore text */
#fpslider .item .pricetext {
	color: #c00;
}

/* The sale price */
#fpslider .item .sale {
	color: #c00;
	font-size: 23px;
	font-family: "Raleway", ser
}

/* the saleBefore text */
#fpslider .item .saletext {
	color: #c00;
}

/* the 'Shop Now' button */
#fpslider .button {
	background-color: black;
	border-radius: 5px;
	color: white;
	display: block;
	margin: 5px auto;
	padding: 5px 10px;
	text-decoration: none;
	width: 50%;
}

#fpslider .button:hover {
	background-color: gray;
}

/* The description - hidden by default in JS */
#fpslider .item .desc {

}
#fpslider .owl-buttons {
	display: none;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev,
.owl-theme .owl-controls .owl-buttons div.owl-next {
	width: 41px;
	height: 41px;
	filter: Alpha(Opacity=10);
	opacity: .1;
	text-indent: -9999px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url(../images/sprites/icons/fps-prev.png);
	left: 0px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url(../images/sprites/icons/fps-next.png);
	right: 0px;
}
#fpslider .owl-theme .owl-controls .owl-page span {
	background: #333333;
	/*filter: Alpha(Opacity=20);
	opacity: 0.2;*/
}
@media screen and (min-width: 768px) {
	#fpslider .owl-buttons {
		display: block;
	}
}