#slideshow {
	margin:0 auto;
	width:595px;
	left: 20px;
	/* height:263px; */
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
	float: left;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:595px;
  /* height:263px; */
  overflow:auto; /* allow scrollbar */
  position:relative;
  float: left;
  
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:605px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  /* height:263px; */
  background-color: white;
  padding: 15px 0 0 0;
}


.control , .control2 {
  display:block;
  width:200px;
  height:20px;
  /* text-indent:-10000px; */
  position:relative;
  cursor: pointer;
  color: red;
  text-decoration: underline;
}
.control2 , .control2:hover {
  cursor: default;
}
.control:hover {
  text-decoration: none;
}
#leftControl {
  /*top:0;
  left:0;*/
  background: transparent url(../images/uroven-left.png) no-repeat left top;
  float: left;
  text-align: left;
  margin: 0 0 0 0px;
  padding: 5px 0 0 30px;
  text-decoration: none;
  font-weight: bold;
}
#rightControl {
  /*top:0;
  right:0;*/
  background: transparent url(../images/uroven-right.png) no-repeat right top;
  float: right;
  text-align: right;
  margin: 0 0px 0 0;
  padding: 5px 30px 0 0;
  text-decoration: none;
  font-weight: bold;
}
#leftControl2 {
  /*top:0;
  left:0;*/
  background: transparent url(../images/uroven-left-gs.png) no-repeat left top;
  float: left;
  text-align: left;
  margin: 0 0 0 0px;
  padding: 5px 0 0 30px;
  text-decoration: none;
  font-weight: bold;
  color: #CECECE;
}
#rightControl2 {
  /*top:0;
  right:0;*/
  background: transparent url(../images/uroven-right-gs.png) no-repeat right top;
  float: right;
  text-align: right;
  margin: 0 0px 0 0;
  padding: 5px 30px 0 0;
  text-decoration: none;
  font-weight: bold;
  color: #CECECE;
}
#pageContainer {
  margin:0 auto;
  width:960px;
}
#slidesContainer .pageContainer-top {
  position: absolute;
  top: 0px;
  left:0px;
  background: white url(../images/uroven-bg-top.png) no-repeat scroll left top;
  display: block;
  height: 6px;
  width: 595px;
}
#slidesContainer .pageContainer-bottom {
  position: relative;
  bottom: 0px;
  left:0px;
  background: white url(../images/uroven-bg-bottom.png) no-repeat scroll left top;
  display: block;
  height: 6px;
  width: 595px;
  float: left;
}
