#slideshow {
	margin:0 auto;
	padding: 0;
	width:373px;
	position:relative;
}

#slideshow #slidesContainer {
  margin:0 auto;
  padding: 0;
  width:373px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

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

.slide font {
	padding: 0 5px !important;
	padding: 0 5px !important!;
	display: block;
	width: 363px;
	}

.slide font em {
	font-size: 11px;
	}

.img-resize {
	width: 373px;
	height: 242px;
	overflow: hidden;
	position: relative;
	background: #000000;
}

.img-resize img {
	width: 100%;
	border: 0;
}

.slide p {
	width: 369px;
	margin-left: 2px;
	padding: 0;
	}

/** 
 * Slideshow controls style rules.
 */
.control {
  display: block;
  width: 39px;
  height: 30px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
}

#leftControl {
  top: 170px;
  left: 13px;
  z-index: 999;
  background: transparent url(gfx/prev.png) no-repeat 0 0;
}

#rightControl {
  top: 170px;
  right: 0;
  z-index: 999;
  background: transparent url(gfx/next.png) no-repeat 0 0;
}
