.slideshow  {
margin:0 auto;
	width:100%;
	position:absolute;
	border:0px solid #CC0000;
	z-index:1;
	left:0;
}
.gallery {
	margin:0 auto;
	padding:0;
	list-style:none;
	height:525px;
	position:relative;
	width:100%;
	border:0px solid #CC0000;
}
.gallery li {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:5;
}
.gallery li.active{
	z-index:6;
}
.gallery li img {
	display:block;
	width:100%;
	height:525px;
}
.slideshow .align {
	position:absolute;
	z-index:10;
	width:100%;
	text-align:center;
	top:0px;
	left:0px;
}




.slideshow .gallery-nav {
    height:13px;
	padding:0px 0px 0px 0px;
	color:#000000;
	margin:0px 0px 0px 0px;
	border:0px solid red;
	right:20px;
	position:absolute;
	z-index:10;
	top:410px;
	display:block;
}
.gallery-nav ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.gallery-nav li {
	float:left;
	padding:0px 1px;
}
.gallery-nav a {
	width:14px;
	height:13px;
	float:left;
	color:#000000;
	text-align:center;
	line-height:26px;
	text-decoration:none;
	font-size:13px;
	margin:2px 3px 0px 0px;
	background: url(../images/inactive-control.png) center center no-repeat;
	
}
.gallery-nav .prev,
.gallery-nav .pause,
.gallery-nav .next {
	background: url(../images/previous.png) center center no-repeat !important;
	margin:0px 0px 0 0;
	
	
}
.gallery-nav .pause {
	background: url(../images/btn-play.gif) no-repeat !important;
	margin:0px 8px 0 0;
}
.gallery-nav .play {
	background: url(../images/btn-pause.gif) no-repeat !important;
}
.gallery-nav .next {
	background: url(../images/next.png) center center no-repeat !important;
	margin:0px 0px 0 0px;
}
.gallery-nav .active a,
.gallery-nav a:hover {
	background:  url(../images/active-control.png) center center no-repeat;
	text-decoration:none;
}
.gallery .overlay {
	position:absolute;
	bottom:0px;
	left:0px;
	background:none;
	width:100%;
	
}
.gallery .overlay-text{
	position:absolute;
	left:30px;
	bottom:30px;
	text-align:left;
}

.gallery .overlay-text h2{
font:300 22px/24px 'Open Sans', sans-serif;
color:#ffffff;
background:url(../images/slider-red-overlay.png) repeat left top;
width:190px;
padding:10px 10px 10px 10px;
margin:0px 0px 0px 0px;
}

.gallery .overlay-text .slide-content{
background:url(../images/slider-black-overlay.png) repeat left top;
width:350px;
height:60px;
padding:10px 10px 10px 10px;
margin:0px 0px 0px 0px;
}

.gallery .overlay-text p {
font:normal 12px/18px arial;
color:#ffffff;	
}

.gallery .overlay-text p a.rd-mre{
color:#f92727;}