/***************************************************
				      GENERAL
***************************************************/
#slideshow-holder{
	height: 325px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	position: relative;
	width: 960px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#slideshow {
	height: 325px;
	width: 960px;
	float: left;
}
.carousel {
	position:relative;
	height: 305px;
	width: 960px;
	overflow:hidden;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #3866FA;
}
.carousel h3 {
	color: #fff;
	margin-top: 6px;
}
.carousel h3 a {
	color: #999999	;
	display: block;
	padding-bottom: 15px;
	font-size: 1.2em;
}
.carousel h3 a:hover {
	text-decoration: none;
}
/***************************************************
				   CAROUSEL BACKGROUNDS
***************************************************/
.carousel .backgrounds {
	height: 305px;
}
.carousel .backgrounds .item {
	width: 960px;
	height: 305px;
	float:left;
	position:relative;
	z-index:1;
}
/***************************************************
		 CAROUSEL PANEL PAGING
***************************************************/
.carousel .panel {
	color: #fff;
	position:absolute;
	right: 0;
	top:0;
	height: 305px;
	width: 275px;
	z-index:2;
	background-color: #60355D;
	/*#3D223B	#9932CC*/
}
.carousel .panel .paging {
    position:absolute;
    bottom: 20px;
    left:25px;
    width: 225px;    
    text-align:center;   
}
.carousel .panel .paging a {
	color: #FFFFFF;
	font-size: 1em;
	margin-bottom: -7px;
}
.carousel .panel .pause {
	position:absolute;
	right:20px;
	top:20px;
	display:block;
	width: 22px;
	height: 23px;
	text-indent: -6000px;
	background-color: transparent;
	background-image: url(../images/arrow-pause.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.carousel .panel .play {
	position:absolute;
	right:20px;
	top:20px;
	display:block;
	width: 22px;
	height: 23px;
	text-indent: -6000px;
	background-color: transparent;
	background-image: url(../images/arrow-play.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-dualslider.png);
	background-repeat: no-repeat;
	background-position: right 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-dualslider.png);
	background-repeat: no-repeat;
	background-position: left 0;
}
.carousel .panel .paging #numbers a {
    padding: 0 5px 0 5px;
	text-shadow:0 1px 0 #333;
}
.carousel .panel .paging #numbers a.selected {
    color: #fff;
}
/***************************************************
		CAROUSEL PANEL DETAILS WRAPPER
***************************************************/
.carousel .panel .details_wrapper {
	position:absolute;
	top:20px;
	left:25px;
	width: 225px;
	height: 200px;	
	overflow:hidden;
}
.carousel .panel .details_wrapper .details {
	height: 200px;
}
.carousel .panel .details_wrapper .details .detail {
	width: 225px;
	height: 200px;
	float:left;
	line-height: 67px;
    
}
.carousel .panel .details_wrapper .details h3 {
    font-size: 22px;
	color: #fff;
	margin-top: 4px;	
}
.carousel .panel .details_wrapper .details h3.a {
	color: #fff;
	display: block;
	padding-bottom: 15px;	
}
