.homeRDCbar {
	background-color: #3F3F3F;
	height: 120px;
	background-image: url(../images/home-bar-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	float: left;
	width: 864px;
	padding-left: 10px;
}
/* ---------------------------------------------------- */
/* SLIDESHOW
/* ---------------------------------------------------- */
#slideshow {
	width: 874px;
	border: 0px solid #ddd;
	float: right;
}

#slideshow ul {
margin: 0;
padding: 0;
list-style-type: none;
height: 1%; /* IE fix */}

#slideshow ul:after {
content: ".";
clear: both;
display: block;
height: 0;
visibility: hidden;}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 614px;
	float: right;
}

#slideshow .slides ul {
	width: 614px;
}

#slideshow .slides li {
	width: 614px;
	float: left;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: center -50px;
}

#slideshow .slides h2 {
margin-top: 0;}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
}

#slideshow .slides-nav li {
float: left;}

#slideshow .slides-nav li a {
	display: block;
	outline: none;
	padding: 12px;
	height: 96px;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
}

.js #slideshow .slides-nav li.on a {
	position: relative;
	top: 0px;
	color: #FFF;
	background-image: url(../images/slides/thumb-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.slideBg1 {
	padding: 0px;
	width: 614px;
	background-image: url(../images/slides/slide-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #666;
	float: none;
	height: 326px;
}
.slideBg2 {
	padding: 0px;
	width: 614px;
	background-image: url(../images/slides/slide-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #009F10;
	float: none;
	height: 326px;
}
.slideBg3 {
	padding: 0px;
	width: 614px;
	background-image: url(../images/slides/slide-3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #9C0B03;
	float: none;
	height: 326px;
}
.slideBg4 {
	padding: 0px;
	width: 614px;
	background-image: url(../images/slides/slide-4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #60C;
	float: none;
	height: 326px;
}
.slideBg5 {
	padding: 0px;
	width: 614px;
	background-image: url(../images/slides/slide-5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #60C;
	float: none;
	height: 326px;
}
