#slideshow {
	margin:0;
	width:627px;
	height:160px;
	position:relative;
	float: left;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:590px;
  height:160px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
	width: 146px;
	height: 160px;
	text-align: center;
	/*border-right: dotted 1px #70b934;*/
	/*padding: 10px 8px 0px 8px;*/
	padding: 10px 0px;
  	text-align: center;
  	background-image: url(images/highlights_sep.png);
  	background-position: right;
  	background-repeat: no-repeat;
}
#slideshow #slidesContainer .slide:last-child{
	background-image: none;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:160px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top: 10px;
  left:0;
  background:transparent url(images/scroll_arrow_left.png) no-repeat 0 0;
}
#rightControl {
  top: 10px;
  right:-25px;
  background:transparent url(images/scroll_arrow_right.png) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */

.slide a {
	display: block;
	font-weight:bold;
	text-decoration:none;
  	/*padding-bottom: 2em;*/
  	height: 160px;
}

.slide:hover {
	background: #fffbce url(images/highlights_sep.png) right 0 no-repeat;
}

.slide img {
  	padding: 0px;
  	margin-bottom: 1em;
}