div#slideshow
{
	margin:0 auto;
	width:998px;
	height:195px;


	position:relative;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:998px;
  height:195px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

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

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:50px;
  height:175px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(/img/control_left.png) no-repeat 0 0;
  z-index: 500000;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/img/control_right.png) no-repeat 0 0;
}

#slideshow_control_panel{  
 display:none;  
 width:20px;  
 height:20px;  
 position:absolute;  
 right:25px;  
 bottom:10px;  
 cursor:pointer;  
}

div.slide h2
{
	color: white !important;
}

div.slide p
{
	color: white;
}

div.slide div
{
	color: white;
}

div.slide a
{
	color: white;
}
