/*
	========================
	Featured Products Scroll
	========================
*/

/* This is the main wrapper. Put backgrounds here. */
#fpslider {
	height: 213px !important;
	margin: 30px 0 30px -15px;
	padding: 61px 32px 16px 32px;
	position: relative;
	background: url(../images/homepage/fpslider-bg.png) no-repeat;
	width: 1026px;
}

/* Generic wrapper class*/
#fpslider .wrap {
	overflow: hidden !important;
	height: 100%;
	width: 100%;
}

/* This is the 'window' that your .innerwrap is confined to */
#fpslider .outerwrap {
	background-color: #fff;
	position: relative !important;
}

/* This is a big long div that will contain all your featured products */
#fpslider .innerwrap {
	position: absolute !important;
}

/* The block fo each item w/ its details */
#fpslider .item {
	display: block !important;
	float: left !important;
	font: normal 11px Arial, Helvetica, sans-serif;
	/* Add line-height to keep everything even */
	line-height: 15px;
	padding: 5px;
	text-align: center;
}

#fpslider .item a {text-decoration: none;}

/* The image container */
#fpslider .item .image {
	/* Change the 100px to whatever the height you need your image to be */
	line-height: 100px;
	height: 100px;
	margin-bottom: 10px;
	text-align: center;
}

/* The actual image - centered horizontally and vertically */
#fpslider .item .image img {
	display: inline-block;
	*display: inline;
	/* Use your best judgement on min-height and max-height */
	max-height: 100%;
	max-width: 90%;
	vertical-align: middle;
	zoom: 1;
}
#fpslider .item .name {
	margin-bottom: 10px;
}
/* The item title */
#fpslider .item .name a {
	color: #cf1313;
	/* 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-family: 'Source Sans Pro';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
}
#fpslider .item .name a:hover {
	color: #333;
}
/* The price */
#fpslider .item .price {
	color: #333;
	font-family: 'Source Sans Pro';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

/* The priceBefore text */
#fpslider .item .pricetext {
	color: #333;
}

/* The sale price */
#fpslider .item .sale {
	color: #c00;
}

/* the saleBefore text */
#fpslider .item .saletext {
	color: #c00;
}

/* The description - hidden by default in JS and here */
#fpslider .item .desc {
	display: none;}

/* Style buttons together or separately */
#fpslider .prev_btn,
#fpslider .next_btn {
	display: none; /* keep this! */
	height: 51px;
	right: 0px;
	margin-top: -27px;
	position: absolute;
	top: 50%;
	width: 28px;
	z-index: 999;
}

#fpslider .prev_btn {
	right: auto;
	left: 0px;
}
