@charset "UTF-8";
/* 
CSS Document 
Treeview Estates Slideshow CSS
SAE Creative
author: paulm
*/

#slideshow {
	margin:0 0;
	width:254px;
	height:417px;
	background:url(../images/bg-slide-container.jpg) repeat-y 0 0;
	position:relative;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:254px;
  height:337px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}

#slideshow #slidesContainer .slide {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
  width:254px; 
  height:317px;/* reduce by 20 pixels of #slidesContainer to avoid vertical scroll */
}

.control {
  display:block;
  width:254px;
  height:40px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#slideUp {
  top:0;
  left:0;
  position:relative;
}
#slideDown {
  bottom:0;
  left:0;
}