/*----------Slideshow----------------*/
#home_slideshow {
	position: relative;
	height: 412px;
	margin: 0 auto;
	background-image: url('../../images/site/slideshowbg.jpg');
	display: none;
}
#homepage_slide_show {
	margin-left:auto;
	margin-right:auto;
	width:1075px;
}
.slideshow-cycle, 
.slideshow-cycle li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.slideshow-cycle li {
	display: none;
	overflow: hidden;
}

.slides-control-prev {
	position: absolute;
	top: 45%;
	left: 40px;
	z-index: 10;
}

.slides-control-next {
	position: absolute;
	top: 45%;
	right: 40px;
	z-index: 10;
}
/*-----Navagation for the slides ----*/

.shownav {
  /* you can add positioning properties here if needed */
  display: none;
  position: absolute;
  width: 180px; /* change as required */
  z-index: 999;
  padding: 0;
  left: 62px;
  top: 324px;
}

.shownav a {
  display: block;
  float: left;
  width: 15px;
  height: 15px;
  text-indent: -999em;
  background: none;
  margin-right: 10px;
}

.shownav a {
  background: #999999; /* optional: color when hovered */
}

.shownav a.activeSlide {
  background: #F94C07; /* color when active */
}
