#container-slideshow {
	width:745px;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:0;
}
/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
}


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:670px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:670px;
	height:280px;
	display:block;
}
div.slide img{
    background-position: bottom;
}
/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	display: block;
    height: 21px;
    left: 405px;
    position: absolute;
    top: 240px;
    width: 22px;
    z-index: 101;
}

#slides .next {
	left:485px;
}
/*
	Pagination
*/

.pagination {
    background: #dae7f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#dae7f2), to(#c0ceda));
    background: -webkit-linear-gradient(#dae7f2, #c0ceda);
    background: -moz-linear-gradient(center top, #dae7f2 0%, #c0ceda 100%);
    background: -moz-gradient(center top, #dae7f2 0%, #c0ceda 100%);
	margin: -40px 185px 0 0 !important;
    padding: 4px 0 5px 5px !important;
    position: absolute;
    right: 0;
    width: 53px;
    z-index: 1000;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none !important;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}
/*
	Caption
*/

.caption {
	bottom: -35px;
    float: right;
    font-weight: 100;
    height: 270px;
    right:0;
    line-height: 1.33;
    position: absolute;
    width: 330px;
    z-index: 500;

}
.caption h2{
    font-weight: 100;
    color:#144574;
    font-size:23px;
}

.ether-cols{
    margin: 0px !important;
}

#responsive-menu #rm-additional-content
{
    display: none;
}
