/** 
 * portfolio style rules.
 */
#slideshow {
	margin:0 auto;
	width:640px;
  background: url(../images/bg_slideshow.jpg) no-repeat 0 0;
	height:430px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  padding: 5px;
  width:550px;
  height:430px;
  padding-top: 15px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:430px;
}

/** 
 * slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:430px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_right.png) no-repeat 0 0;
}

/** 
 * Style rules for slideshow page
 */

#slideshowContainer {
  margin:0 auto;
  /*width:960px;*/
}

.slide p {
  margin:15px;
}

.slide img {
  float:right;
  margin:0 15px;
}


