#slideshow-container{
	width: 100%;
	background-color: #f0f0f0;
}
.bottom-border {
	width: 100%;
	background-image: url(../images/bg-intro-bottom.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	float: left;
}
#slideshow {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	width: 960px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#slideshow.columns-enable {
	height: 353px;
}
#slideshow.columns-disable {
	height: 323px;
}
.carousel {
	position:relative;
	height: 290px;
	width: 944px;
	overflow:hidden;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 8px solid #FFFFFF;
	-moz-box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;			
	padding: 0px;
	margin: 0px;
}
.carousel h3 {
	color: #999999;
}
.carousel h3 a {
	color: #FFFFFF;
	display: block;
	padding-bottom: 15px;
	font-size: 1.2em;
}
.carousel h3 a:hover {
	text-decoration: none;
}
.carousel .backgrounds {
	height: 290px;
}
.carousel .backgrounds .item {
	width: 944px;
	height: 290px;
	float:left;
	position:relative;
	z-index:1;
}
.carousel .panel {
	color: #fff;
	position:absolute;
	right: 0;
	top:0;
	height: 290px;
	width: 275px;
	z-index:2;
	background-image: url(../images/transparent_bg.png);
	background-repeat: repeat;
}
.carousel .panel .paging {
    position:absolute;
    bottom: 20px;
    left:25px;
    width: 225px;    
    text-align:center;   
}
.carousel .panel .paging a {
	color: #999999;
	font-size: 1em;
	margin-bottom: -7px;
}
.carousel .panel .pause {
	position:absolute;
	right:20px;
	top:20px;
	display:block;
	width: 22px;
	height: 22px;
	text-indent: -6000px;
	background-color: transparent;
	background-image: url(../images/arrow-pause2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.carousel .panel .play {
	position:absolute;
	right:20px;
	top:20px;
	display:block;
	width: 22px;
	height: 22px;
	text-indent: -6000px;
	background-color: transparent;
	background-image: url(../images/arrow-play2.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.carousel .panel .paging .next {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	width: 37px;
	height: 38px;
	text-indent: -6000px;
	background-color: transparent;
	background-image: url(../images/arrow-dual-right5.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.carousel .panel .paging .previous {
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	width: 37px;
	height: 38px;
	text-indent: -6000px;
	background-color: transparent;
	background-image: url(../images/arrow-dual-left5.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.carousel .panel .paging #numbers a {
    padding: 0 5px 0 5px;
}
.carousel .panel .paging #numbers a.selected {
    color: #fff;
}
.carousel .panel .details_wrapper {
    position:absolute;
    top:20px;
    left:25px;
    width: 225px;
    overflow:hidden;
}
.carousel .panel .details_wrapper .details {
	height: 200px;
}
.carousel .panel .details_wrapper .details .detail {
    width: 225px;
    height: 200px;
    float:left;
    
}
.carousel .panel .details_wrapper .details h2 {
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 0px 0 5px 0;
}
.carousel .panel .details_wrapper .details a.more {
    color: #fff;
    font-size:1.1em;
}   
