* {
	margin: 0;
	padding: 0;
	}

a {
	color: #BE0C0C;
	text-decoration: none;		
	}

a:hover {
	color: #333;
	}

a:active, a:focus {
	outline: none;
	}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	}

p {
	padding-bottom: 10px;
	}

#main {
	width: 450px;
	margin: 0 auto;
	}

#gallery_wrapper {
	position: relative;
	width: 450px;
	padding:0px 0px 0px 52px;
	}

#scroller {
	width:450px;
	padding:14px 2px 13px 0px;
	height: 161px;
	overflow: hidden;
/*	background:url('../imges/loading.gif') no-repeat 50% 50%;*/
	background:url(../images-scroll/featured_product_boxbg.gif) repeat-x;
	}
.scroll {
	position: absolute;
	background-color: #E9F1F4;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	}

/* ------------------------------------------------------ SCROLL CONTROLS */

.horizontal {
	width: 52px;
	height: 188px;
	top: 0px;
	bottom: 0;
	}

#scroll-left {
	left:0;
	background-image: url("../images-scroll/featured_product_left.jpg");
	}

#scroll-right {
	right: 2px;
	background-image: url("../images-scroll/featured_product_right.jpg");
	}




/* ------------------------------------------------------ ACTIVE & FASTER SCROLL CONTROLS (hovered & clicked) */

#scroll-left:hover {
	background-image: url("../images-scroll/featured_product_left.jpg");
	}

#scroll-left:active {
	background-image: url("../images-scroll/featured_product_left.jpg");
	}


#scroll-right:hover {
	background-image: url("../images-scroll/featured_product_right.jpg");
	}

#scroll-right:active {
	background-image: url("../images-scroll/featured_product_right.jpg");
	}


	
	
/*----------------------Other CSS-------------------*/
.cards_container{width:150px; float:left; padding-left:17px; padding-right:17px;}
.card_content{
	padding-top:2px;
	text-align:center;
	color:#606060;
	background:url(../images-scroll/cards_sep.jpg) no-repeat bottom;
	line-height:12px;
	letter-spacing:-1px;
	font:12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	}
.center_content{text-align:center;}
.card_price{font:bold 12px Georgia, Arial, Helvetica, sans-serif; color:#c71c05; text-align:center;}