#slideshow {
	margin:0 auto;
	width:829px;
	height:400px;
	/*background:transparent url(../img/demo-p1.jpg) no-repeat 0 0;*/
	position:relative;
}
#slideshow #slidesContainer {
	width:827px;
	height:400px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	background-repeat: repeat;
	background-color: #E0E0E0;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	margin-top:20px;
	width:809px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:300px;
}
#slideshow #slidesContainer .slide .slide_text_more {
	margin-top:15px;
	width:480px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:370px;
	float: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:114px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
	top:100px;
	left:10px;
	background:transparent url(../img/pre2.png) no-repeat 0 0;
	z-index:100;
}
#rightControl {
	top:100px;
	right:10px;
	z-index:100;
	background-color: transparent;
	background-image: url(../img/next2.png);
	background-repeat: no-repeat;
	background-position: right top;
}

/** 
 * Style rules for Demo page
 */
#pageContainer {
	margin:0 auto;
	width:829px;
	height:400px;
}

.slide{
	float: right;
	width: 809px;
	margin-top: 140px;
	margin-right: 0px;
	margin-left: 0px;
}

.slide h1 {
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.slide p {
	color: #333333;
	font-size: 13px;
	line-height: 18px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.slide_img {
	float: right;
	margin-right: 75px;
	margin-top: 15px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 95px;
	width: 170px;
}

.slide_text{
	width:759px;
	float:left;
	margin-top: 0px;
	margin-left: 70px;
	text-align: justify;
}
