/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:5px 0;
	float:left;
	width:1005px;
	height:250px;
	background:#fff 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:925px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:925px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
  position:relative;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:40px;
  height:250px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}

#slideshow_control_panel{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:10px;
	bottom:25px;
	z-index:10;
	cursor:pointer;
}

#leftControl {
  top:0;
  left:2px;
  background:#fff url(/js/slick_accessible_slideshow/img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:3px;
  background:#fff url(/js/slick_accessible_slideshow/img/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */

a {
  color: #e31936;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

.slide h2, .descript {
  position:absolute;
}
.slide h2 {
  font:24px "Arial Black", Gadget, sans-serif;
  color:#e31936;
  letter-spacing:-1px;
  top:0px;
  left:5px;
}

.descript {
  width:240px;
  top:35px;
  left:20px;
  color:#000;
}

.descript p {margin-top:6px; line-height:1.2;}

.slide img {
  float:right;
  margin:0;
  padding:0;
}

.slide img.btn {
  float:left;
  margin:0;
  padding:0;
}

#slideIndex
{
	right: 60px;
	bottom: 15px;
	position: absolute;
}
.numbers
{
	width: 30px;
	height: 17px;
	background:url(/images/banner/nav_inactive.png) top left no-repeat;
	display: inline-block;
	color: #000;
	text-align: center;
	margin: 0px;
	cursor: pointer;
	font: normal 12px Arial;
	font-weight:bold;
	padding-top:8px;
}
.active
{
	color: #fff;
	background:url(/images/banner/nav_active.png) top left no-repeat;
}

