/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:640px;
	height:450px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  /*margin:0 auto;*/
  width:390px;
  height:450px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:604px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:450px;
  text-indent:-10000px;
  cursor: pointer;
  position:absolute;
}
#leftControl {
	top:0;
	left:0;
	background-color: transparent;
	background-image: url(../images/arrowleft.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	margin-left: 5px;
}
#rightControl {
	top:0;
	right:0;
	background-color: transparent;
	background-image: url(../images/arrowright.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
}

/** 
 * Style rules for Demo page
 */
#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
	color:#333;
	letter-spacing:-1px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	padding-left: 30px;
}
.slide img {
	float:left;
	margin:0 12px 2px;
	border: 5px solid #C1C1C1;
}

#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}

