img[src*="FeaturedProducts.gif"] {display: none;}

/*Hides unnecessary <br> tags above Featured Products*/
#content_area br {display: none;}
#content_area table table br {display: block;}

#content_area {
	width: 751px;
	padding: 0;
	margin-top: 0;
}

#promos {
	overflow: hidden; 
	margin-bottom: 25px;
	background: url(../images/homepage/promos_bg.jpg) no-repeat 0 0;
	padding: 0 16px 13px;
}
#promos a {float: right;}
#promos a:first-child {float: left;}

#featured {
	width: 100%;
	height: 31px;
	background: url(../images/homepage/featured_products.jpg) no-repeat 50% 0;
	margin-bottom: 10px;
}

/*SLIDESHOW*/

#slideshow {
    height: 435px;
    position: relative;
    width: 749px;
}

#slideshow img {display: block;}

#slideshow .slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
}

#slideshow .currentPic {z-index: 590;}

a.productnamecolor.colors_productname {
	color: #464646;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

font.pricecolor.colors_productprice {
	color: #464646;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}