@charset "utf-8";
/* CSS Document */

#slideshow
{
	width: 509px;
	margin: auto;
	height: 255px;
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}
#slideshow .slide
{
	height: 200px;
	display: block;
	text-decoration: none !important;
	position: absolute;
	top: 0px;
	font-size: 13px;
	line-height: 1.2em;
	background-color: #fff;
	width: 509px;
}
.slide h3
{
	margin-bottom: 15px;	
	font-size: 18px;
	font-weight: normal;
}
.slide .productImage
{
	float: left;	
	margin-right: 20px;
}
.slide .cta
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.slide .price
{
	display: block;
	position: absolute;
	left: 220px;
	bottom: 20px;
	color: #cd3301;
	font-size: 22px;
}
#slideshow #slideThumbs
{
	height: 31px;
	padding: 4px 0px;
	width: 509px;
	overflow: hidden;
	background: url(../images/buttons/slide-thumbs-bg.png) top left no-repeat;
	position: absolute;
	bottom: 0px;
	text-align: center;
}
#slideshow #slideThumbs img
{
	border: 1px solid #d7d7d7;	
	height: 21px;
	margin: 0px 3px;
	cursor: pointer;
}
#slideshow #slideThumbs img.current
{
	border: 1px solid #cd3301;
}
