/*////////////////////////////////////*/

	/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:610px;
	height:420px;
	position:relative;
	margin-top:10px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:600px;
  height:410px;
  overflow:hidden; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:600px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:400px;
}
#slideshow #slidesContainer .slide p {
  margin-left:0px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:1px;
  height:400px;
	text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */



#slideInner{
float:left,
width:3250px;
}

#slideIndex
{
	top: -35px;
	position: absolute;
}
.numbers
{
	width: 16px;
	height: 16px;
	background: #FFFFFF;
	display: inline-block;
	color: #777;
	border: 1px solid #0c5eaa;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	font: normal 12px Arial;
	padding:5px;
}
.active
{
	color: #FFFFFF;;
	background: #0c5eaa;
	border: 1px solid #0c5eaa;
}
