#slideshow {
	margin:0 auto;
	width:810px;
	height:153px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:665px;
  height:153px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:640px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:153px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:80px;
  height:153px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../_img/slider/control_left.jpg) no-repeat center;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../_img/slider/control_right.jpg) no-repeat center;
}
#leftControl:hover {
  top:0;
  left:0;
  background:transparent url(../_img/slider/control_lefth.jpg) no-repeat center;
}
#rightControl:hover{
  top:0;
  right:0;
  background:transparent url(../_img/slider/control_righth.jpg) no-repeat center;
}
/** 
 * Style rules for Demo page
 */
* {
  margin:0;
  padding:0;

}


#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  text-indent: -10000px;
}


.slide img {
 /* float:right;
  margin:0 15px;*/
}
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:660px;
  height:40px;
}

.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;
}


