/** 
 * Slideshow style rules.
 */

#slideshow {
	margin:0 auto;
	min-width:570px;
	/* for large ads */ height:285px;
	/* for reg ads */ /*height: 225; */
	position:relative;
	float:left;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:570px;
	/* for large ads */ height:285px;
	/* for reg ads */ /*height: 225; */
  overflow: auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  float: left;
  height:225px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:75px;
  height:16px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  left: 30px;
  margin-bottom:10px;
  margin-top:10px;
  background: url(/ui/slide/previous.png) no-repeat 0 0;
}
#rightControl {
  right:30px;
  margin-bottom:10px;
  margin-top:10px;
  background: url(/ui/slide/next.png) no-repeat 0 0;
}

/*
 Slideshow Index Controller
*/

#slideIndex
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	margin-top:10px;
	text-align: center;
}
.numbers
{
	width: 16px;
	height: 16px;
	background: #000;
	display: inline-block;
	color: #89292d;
	border: 1px solid #000;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	font: normal 12px Georgia;
}
.active
{
	color: #000;
	background: #89292d;
	border: 1px solid #000;
}
