

#container {
	width:600px;
	background: #fff;
	float:left;
}


span.Testimonials_text{
	color: #050505;
    font-family: 'neo_sansmedium';
    font-size: 20px;
    padding:10px;
    position: absolute;
    left: 26px;
    text-align:left;
    width: 316px;
	bottom:15px;
	background:url(../images/banner_bg.png) repeat;
}

#slideshow {
	background: transparent;
	position: relative;
	z-index: 1;
}

#slideshow #slider a{	
	display: block;
	
}

#slideshow img {
  display: block;
  
}

#slideshowNav {
	position: absolute;
	bottom: 40px;
	right: 0px;
	z-index: 10;	
}

#slideshowNavPager {
	float: left;	
}

#slideshowNav a {
	width: 10px;
	height: 10px;
	background: transparent url(images/slideshow_nav.html) no-repeat;
	display: block;
	float: left;
	margin: 0 6px 0 0;
	cursor: pointer;
}

#slideshowNav a span {
	display: none;
}

#slideshowNav a.activeSlide {
	background: transparent url(images/slideshow_nav_active.html) no-repeat;
}

#slideshowNav a:focus { outline: none; }



#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	right:25px;
	top:20px;
}

.single-projects .nivo-controlNav {
	position:absolute;
	right:5px;
	bottom:-25px;
}

.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:6px;
	float:left;
}

.single-projects  .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets_dark.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:6px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:-10px 0;
}
#slider {
	top:0px!important;
}
.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background: url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}