@charset "utf-8";
/* CSS Document */

/*** Main HomePage SLIDER ***/
#slideshow {
	padding: 0;
	margin: 0;
	width: 594px;
	height: auto;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width: 594px;
  height: 335px;
  overflow: auto; /* allow scrollbar */
  position:relative; 
}
#slideshow #slidesContainer .slide {
  margin: 0 auto;
  width: 594px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 335px;
}

/*** Slideshow controls style rules. ***/
.HS-control {
  width: 40px;
  height: 50px;
  position: absolute;
  cursor: pointer;
}
#HS-leftControl {
  background:transparent url(../imgs/int-control_left.png) no-repeat;
  cursor: pointer;
  float: left;  
}
#HS-rightControl {
  background:transparent url(../imgs/int-control_right.png) no-repeat;
  cursor: pointer;
  float: right;
}
#intStageControls { 
	position: absolute; 
	margin: 0 auto; padding: 0; 
	width: 594px; height:50px; 
	margin-top: 150px;
	z-index: 905;
}
#intStageControls div { width: 40px; }

#numbers {
	position:absolute;
	margin-left: 50px;
	margin-top: -27px;
	height: 25px;
}
#numbers ul { list-style: none; margin: 0; padding: 0; border: 1px solid #385C58; height: 25px; }
#numbers li.norm { 
	background: url(../imgs/numGrad.gif) repeat-x #09F;
	list-style: none; 
	padding: 4px 10px; 
	margin: 0;
	color: #FFF; 
	font-size:12px; 
	line-height: 17px;
	font-family:Arial, Helvetica, sans-serif; 
	border-bottom: 1px solid #173156;
	border-left: 1px solid #5A9BD1;
	
	float: left; 
	cursor: pointer; 
	height: 16px;
}
#numbers li.roll { 
	background-color: #2ba0f0;
	list-style: none; 
	padding: 4px 10px; 
	margin: 0;
	color: #FFF; 
	font-size:12px; 
	line-height: 17px;
	font-family:Arial, Helvetica, sans-serif; 
	border-bottom: 1px solid #2ba0f0;
	border-left: 1px solid #5A9BD1;
	
	float: left; 
	cursor: pointer; 
	height: 16px;
}
