<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0;
	width:640px;
	height:265px;
/*	background:transparent url(img/slideshow_bg.png) repeat-x;*/
	position:relative;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:560px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
/*	background:transparent url(img/slideshow_bg.png) repeat-x;*/
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:540px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:51px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  margin-top:100px;
  background:transparent url(img/control_left_bg.png) no-repeat 0 0;
}

#rightControl 
{
	top:0;
	right:0;
	margin-top:100px;
	background:transparent url(img/control_right_bg.png) no-repeat 0 0;
}
-->