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

/** 
 * Slideshow controls style rules.
 */
.control {
  display: block;
  width: 39px;
  height: 263px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer
}
#leftControl {
  top: 0;
  left: 0;
  background: transparent url(../img/control_left7.jpg) no-repeat 0 0
}
#rightControl {
  top: 0;
  right: 0;
  background: transparent url(../img/control_right7.jpg) no-repeat 0 0
}

/** 
 * Style rules for Demo page
 */
 
.slide {
 	font: normal 11px "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;	
}

.slide a {
  color: #fff;
  font-weight: bold;
  text-decoration: none
}
.slide a:hover {
  text-decoration: underline
}
.slide a img { border: 2px solid #ccc }

.slide h2, .slide p {
  margin: 15px
}
.slide h2 {
  font: 14px bold tahoma, "lucida grande", verdana, helvetica, sans-serif;
  color: #ccc;
}
.slide img {
  float: right;
  margin: 10px 15px 30px
}


