/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	/* background-image: url('../images/bg_home_slideshow.png'); */
	/* background-repeat: no-repeat; */
	width: 90px;
	height: 251px;
	padding-top:12px;
	position:relative;
}
#slideshow #slidesContainer {
  margin: 0 auto;
  width: 90px;
  height: 231px;
  overflow: auto; /* allow scrollbar */
  position: relative;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display: block;
  width: 90px;
  height: 12px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#upControl {
  top:0;
  left:0;
  background:url('../images/arrow_top_up.png') no-repeat 0 0;
	width: 89px;
  height: 12px;
}
#downControl {
  bottom:0;
  right:0;
  background:url('../images/arrow_top_down.png') no-repeat 0 0;
  width: 89px;
  height: 12px;
}
