<style type="text/css">
<!--
/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:505px;
	height:393px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:441px;
  height:393px;
  overflow:auto; /* allow scrollbar */
  position:relative;

}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:441px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:393px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:32px;
  height:393px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
.control1 {
  cursor: pointer;
}
.control2 {
  cursor: pointer;
}
.control3 {
  cursor: pointer;
}
.control4 {
  cursor: pointer;
}
.control01 {
  cursor: pointer;
}
.control02 {
  cursor: pointer;
}
.control03 {
  cursor: pointer;
}
.control04 {
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
 /* background:transparent url(/v/jules/img/left_arrow.gif) no-repeat 0 0; */
}
#rightControl {
  top:0;
  right:0;
  /* background:transparent url(/v/jules/img/right_arrow.gif) no-repeat 0 0; */
}



.slide p {
  margin:32px;
  color:#4a737b;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#4a737b;
  letter-spacing:-1px;
  margin: 0 0 10px 10px;
}
.slide img {
  float:right;
  margin:0 15px;
}

-->
</style>
