﻿#slideshow {
	width:600px;
	margin-top:20px; padding-bottom:50px; float:left; display:inline;
	height:114px;
	background:url('../images/bg_slideshow.jpg') no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:114px;
  overflow:auto; /* allow scrollbar */
  position:relative; 
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:560px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:114px; 
}

/** 
 * Slideshow controls style rules.
 */
 
.control {display:block; width:70px; height:13px; text-indent:-10000px; position:absolute; cursor:pointer}

#leftControl {top:125px; left:20px; background:transparent url(../images/control_left.png) no-repeat 0 0}

#rightControl {top:125px; right:-38px; background:transparent url(../images/control_right.png) no-repeat 0 0}


/*a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}*/

#pageContainer {
  margin:0 auto;
  width:960px;
}
/*
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(../images/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
*/
.slide img {
  float:left;
  margin-right:2px;
}
/*
#footer {
  height:100px;
}
#footer p {
  margin:30px auto 0 auto;
  display:block;
  width:560px;
  height:40px;
}
*/
