/**
 * Slideshow style rules.
 */

#slider { margin: 10px auto; padding: 0px; border: 0px solid #CC0000; text-align: center}

#slider ul {
 margin: 0px;
 padding: 0px;
 list-style:none;
 width:1px;
}

#slider li {
/* Must Match Home Page Dimensions */
  width:870px;
  height: 600px;
  margin: 0px;
  padding: 0px;
}

/* DISABLE */
#prevBtn, #nextBtn {
    display:block;
	position: relative;
	left:0;
	top:-300px;
	z-index: 2000;
	float:left;
}

#nextBtn {
  left: 810px;
  float:left;
}

#prevBtn a {
 text-decoration:none;
 background:transparent url('/images/icons/ArrowLeft.gif') no-repeat 0 0;
 width: 45px;
 height: 45px;
 display:block;
}

#nextBtn a {
  text-decoration:none;
  background:transparent url('/images/icons/ArrowRight.gif') no-repeat 0 0;
  width: 45px;
  height: 45px;
  display:block;
}

*/ END DISABLE */