/* max width containers */
#Showcase, #Slides {
	margin: 0 0px;
	width: 920px;}	

/* slide show */

#Slideshow { 
	height: 340px; 
	overflow: hidden;}
#SlideTop, #SlideRepeat, #SlideBottom,
.slidePrev, .slideNext,
#slidePager {
	position: relative;
	z-index: 29;}
#SlideTop {
	/*height: 14px;
	overflow: hidden;
	background: transparent url("../images/pageBg-slideTop.gif") no-repeat 0 0;*/}
#SlideRepeat {
	height: 296px;
	overflow: hidden;
	background: transparent url("../images/pageBg-slideRepeat.gif") repeat-y 0 0;}
#SlideBottom {
	height: 44px;
	overflow: hidden;
	background: transparent url("../images/pageBg-slideBottom.gif") no-repeat 0 0;}
#Slides {
	margin-top: -340px;
	margin-bottom: 18px; /* without this #SlideBottom will overlap #Main */
	height: 340px;
	position: relative;
	z-index: 20;
	/*overflow: hidden;*/
	background: #F4F5F6;}
	
#modelDisclaimer {
	position: relative;
	z-index: 40;
	/*background: #F4F5F6;*/
	width:240px;
	height: 11px;
	top: -65px;
	left: 650px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
	padding: 0px 0 2px 0px;
	
	}
	
a.slidePrev, a.slideNext {
	display: block;
	z-index: 30;
	top: -235px;
	width: 30px;
	height: 40px;}
a.slidePrev {
	float: left;
	margin: 0 0 0 0px;
	background: transparent url("../images/slide-previous.gif") no-repeat 0 0;}
a.slideNext {
	float: right;
	margin: 0 5px 0;
	background: transparent url("../images/slide-next.gif") no-repeat 0 0;}

a.slidePrev:hover, a.slideNext:hover { background-position: 0 -40px;}
	
#slidePager {
	top: -350px;
	float: right;
	margin:0 -5px 0 0;}
#slidePager a, #slidePager a:visited {
	float: left;
	width: 16px;
	height: 15px;
	overflow: hidden;
	background: transparent url("../images/slide-pager.png") no-repeat 0 0;
	text-decoration: none;
	text-indent: -1234px;}
#slidePager a:hover {
	background-position: -16px 0;}
#slidePager a.activeSlide {
	background-position: -32px 0;}