/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto 10px; padding:0; border:0;
	width:654px;
	height:263px;
	position:relative;}
	
#slideshow #slidesContainer {
  margin:0 auto; padding:20px; border:0;
  width:534px;
  height:223px;
  position:relative;
  background-image:url(slideshow_bg.jpg); background-repeat:no-repeat;}

#slideshow #slidesContainer .slide {
  margin:0 auto; padding:0; border:0;
  width:534px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:223px;
  vertical-align:top;}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:url(control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(control_right.jpg) no-repeat 0 0;
}

#slideIndex
{
	left: 60px;
	bottom: 20px;
	position: absolute;
}
.numbers
{
	width: 16px;
	height: 16px;
	background: #ddd;
	display: inline-block;
	color: #777;
	border: 1px solid #ccc;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	font: normal 12px Arial;
}
.active
{
	color: #ddd;
	background:#701400;
	border: 1px solid #aaa;
}