/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:770px;
	height:170px;
	background: url(../images/bghead.jpg) no-repeat;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:690px;
  height:170px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:660px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:170px;
}

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

/** 
 * Style rules for Demo page
 */

.slide h2, .slide p {
  margin:15px;
}
/*
.slide img {
  float:right;
  margin:0 15px;
}
*/

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


