/**
 * Cascading Stylesheet
 * (c) KREATIVROT
 */

 .slideshow {
	background: url(../img/slider_bg.png) no-repeat;
	height: 360px;
	width: 910px;
	margin: 0;
	overflow: hidden;
	z-index: 0;
	}
  .slideshow a {
  margin:9px 0px 0px 11px;
  }
#slidenav {
	position: absolute;	z-index: 10;
  /*opacity:0.85; -moz-opacity:0.85; filter: alpha(opacity=85);*/
  display:block;
	margin: 310px 0 0 760px;
	padding: 5px;
  background: #fff;
	/* background: url(../img/slider_bg.png); */
	}
#slidenav a {
	color: #222; background: #fff;
	text-decoration:none; text-align:center;
	display:block; float:left;
  width:20px; height:20px;
  font-size: 10px !important; line-height:20px;
	}
#slidenav a.activeSlide {
	background: #222;
  color: #fff;
	}
