/*////////////////////////////////////*/

	/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:454px;
	height:318px;
	position:relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:454px;
  height:318px;
  overflow:hidden; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:454px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:318px;
}
#slideshow #slidesContainer .slide p {
  margin-left:0px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
	display: none;
	width:1px;
	height:400px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	display: none;
}
#rightControl {
	display: none;
}

/** 
 * 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;
}