	#content .main  #slideshow {
		margin-bottom: 1em;
		height: 264px;
		width: 706px;
		float: left;
		position: relative;
		z-index: 1;
	}
		#content .main  #slideshow div {
			height: 264px;
			width: 666px;
			padding: 20px;
			left: 0;
			position: absolute;
			top: 0;
		}
		#content .main  #slideshow #slide1 { background: url(../img/home.1.jpg) no-repeat; }
		#content .main  #slideshow #slide2 { background: url(../img/home.2.jpg) no-repeat; }
		#content .main  #slideshow #slide3 { background: url(../img/home.3.jpg) no-repeat; }
		#content .main  #slideshow #slide4 { background: url(../img/home.4.jpg) no-repeat; }
	#content .main  #slideshow h1 {
		color: #ffffff;
		text-transform: uppercase;
		font-size: 2.3em;
		font-weight: bold;
		width: 14em;
		margin-bottom: 0.3em;
		letter-spacing: 3px;
	}
	#content .main  #slideshow p {
		color: #D9E0E6;
		font-size: 1.3em;
		letter-spacing: 1px;
		line-height: 1.5em;
		width: 26em;
	}
	#content .main #slideshow a { color: #F4E059; }
	
	#content .main  #slideshow img {
		left: 0;
		position: absolute;
		top: 0;
	}
	#content .main #slideshow p img {
		position: static;
		display: inline;
	}
	#content .main #slideshow #slideshowControls {
		position: relative;
		left: 21px;
		top: 236px;
	}
	#content .main #slideshow #slideshowControls td a span {
		text-indent: -9999px;
		display: block;
	}
	#content .main #slideshow #slideshowControls td {
		background-image: url(../img/slideshowControl.gif);
		background-repeat: no-repeat;
		background-position: top left;
		height: 13px;
		width: 13px;
		position: relative;
		padding-right: 4px;
	}
	#content .main #slideshow #slideshowControls td.active {
		background-position: bottom left;
	}
	
/**** featured product slider *******/
a.btnSlideLeft {
	display: block;
	background: url(../img/slider.left.arrow.gif) no-repeat 0 0;
	height: 89px;
	width: 31px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	cursor: pointer;
}
	a.btnSlideLeft:hover {
		background: url(../img/slider.left.arrow.over.gif) no-repeat 0 0;
	}

a.btnSlideRight {
	display: block;
	background: url(../img/slider.right.arrow.gif) no-repeat 0 0;
	height: 142px;
	width: 31px;
	text-indent: -9999px;
	position: absolute;
	left: 478px;
	cursor: pointer;
}
	a.btnSlideRight:hover {
		background: url(../img/slider.right.arrow.over.gif) no-repeat 0 0;
	}

a#glide_id:hover img {
	border: 2px solid #000;
}

#content .main .slider {
	float: left;
	background: url(../img/slider.bg.gif) repeat-x 0 bottom;
	min-width: 511px;
}
#photoGlide {
	border: 1px solid #DCDCDC;
	padding: 1.6em 0 10.6em 0;
	position: relative;
	z-index: 1;
}
	#photoGlide .scroller {
		left: 23px;
		overflow: hidden;
		position: absolute;
		width: 470px;
	}
	#photoGlide .content {
		width: 999999px;
		display: block;
		overflow: visible;
	}
	#photoGlide .section {
		float: left;
		width: 500px;
	}
	#photoGlide .section.shown { visibility: visible; }
		#photoGlide .section a img {
			margin: 0;
			float: left;
			border-right: 1px solid #dfdfdf;
		}

