@charset "utf-8";
/* CSS Document */

/*Compact Slider specific styles.*/
#carousel-wrapper-compact {
	position:absolute;
	top: 105px;
	width: 100%;
	display: block;
	z-index: 10;
	height: 438px;
	background: url('images/carousel-bg-compact-white.png') no-repeat top center;
}

#carousel-holder-compact {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 12;
	display: block;
	height: 400px;
	padding: 19px 0;
	overflow: hidden;
}

/*Wide Slider . Some of these also control the styling of the Compact slider*/
/*  FULLWIDTH SLIDER  */
#nobar { width: 100%; overflow:hidden; height: 475px;}


#carousel-wrapper {
	position:absolute;
	width: 100%;
	display: block;
	z-index: 10;
	height: 438px;
	background: url('images/carousel-bg.png') no-repeat top center;
}

#carousel-holder {
	width: 960px;
	margin: 0 auto;
	position: relative;
	display: block;
	height: 400px;
	padding: 19px 0 19px 0;
}

a.meh {
	position:absolute;
	top: 0;
	z-index: 20;
	width: 960px;
	height: 317px; 
	display: block;
}

.textholder {
	z-index: 10;
}

.textholder p {
	position: absolute;
	padding: 5px;
	line-height: 18pt;
	top: 16px;
	left: 50px;
	z-index: 100;
	font-size: 18pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #ffffff;
}

.textholder a {
	padding: 5px 5px 5px 35px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	line-height: 16pt;
	position: absolute;
	left: 10px;
	top: 21px;
	width: auto;
	height: 22px;
	display: block;
	background: #ffffff url('images/view-button.png')  5px 5px no-repeat;
}

.textholder h3 {
	position: absolute;
	font-weight: normal;
	top: 15px;
	left: 10px;
	color: #000000;
	z-index: 100;
	font-size: 30px;
}

.thumbs {
	text-align: center;
	width: 111px;
	margin: 20px 0 0 400px;
	padding:5px 0;
	z-index: 14;
	height:16px;
	position: relative;
	background:url('images/button_hover_bg.gif') no-repeat;
	
}

#carousel-holder h2 {
	font-size: 4em;
	position: absolute;
	bottom: 0;
	color: #000000;
	left: 0;
}

#carousel {
	width: 960px;
	margin: 0 auto;
}

#carousel ul {
    list-style: none;
    width: 20000px;
    margin: 0;
    padding: 0;
    position: relative;
}

#carousel li {
    display: inline;
    float: left;
	margin: 0;
    padding: 0;
} 


.thumb {
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin: 0 2px;
	padding:0;
	border:0;
	background: url('images/carousel-nav.png') no-repeat;
	display: inline;
	cursor: pointer;
	text-indent: -9999px;
}

a.thumb {
	width:16px;
	height:16px;
	float: left;
	cursor: pointer;
	margin:0 3px;
	background: url('images/carousel-nav.png') no-repeat;
	display:block;
	text-indent: -9999px;
}

a.thumb:hover {
	background-position:0 -16px;
}

a.thumb.active {
	background-position:0 -32px;
}

/*FADING SLIDER*/
#sliderWrap {
	width: 100%;
    padding: 40px 0;
}

#slider {
    width: 979px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
	margin: 0 auto;
    position: relative; /* important */
	overflow: hidden; /* important */
	background: url('images/carousel-bg-compact.png') no-repeat;
}
#sliderContent {
    width: 960px; /* important to be same as image width or wider */
    position: absolute;
	top: 19px;
	left: 9px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 14px/15px Arial, Helvetica, sans-serif;
    padding: 10px;
    width: 940px;
    background-color: #CCC;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #000;
    display: none;
}

.sliderImage span strong {
    font-size: 32px;
	line-height: 32pt;
}
.slidertop {
	top: 0;
	left: 0;
}
.sliderbottom {
	bottom: 3px;
    left: 0;
}

.sliderleft {
	top: 0;
    left: 0;
	width: 190px !important;
	height: 297px;
}