#slideshow {
	margin:5px 0 0 5px;
	width:100%;
	height:180px;
	position:relative;
        float: left;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:100%;
  height:182px;
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 5px 0 0;
  width:224px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:127px;
}
.slide h2 {margin: 0 0 0 10px; width: 206px}
.slide h1{ width: 206px;}
/**
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:18px;
  height:18px;
  position:absolute;
  top: 60px;
  cursor: pointer;
  z-index: 1000;
}
#leftControl {
  left:0;
}
#rightControl {
  right:0;
}

/* right */
a.right {
    background:transparent url(/skins/default/images/scrollable/arrow/right.png) no-repeat;
    background-position: 0 0;
    clear:right;
    margin-right: 0px;
}
a.right:hover {
    background:transparent url(/skins/default/images/scrollable/arrow/right.png);
    background-position: 0 -18px;
}

/* left */
a.left {
    background:transparent url(/skins/default/images/scrollable/arrow/left.png) no-repeat;
    background-position: 0 0;
    clear:right;
    margin-left: 0px;
}
a.left:hover {
    background:transparent url(/skins/default/images/scrollable/arrow/left.png);
    background-position: 0 -18px;
}
