
#nobar { width: 100%; overflow:hidden; height: 244px;}

#carousel-wrapper {
	position:absolute;
	width: 100%;
	display: block;
	height: 239px;
	background: url('../images/carousel-bg.png') no-repeat top center;
	z-index: 11;
}

#carousel-holder {
	width: 962px;
	margin: 0 auto;
	position: relative;
	display: block;
	height: 239px;
}


#carousel {
	width: 962px;
	margin: 0 auto;
}

#carousel ul {
    list-style: none;
    width: 962px;
    margin: 0;
    padding: 0;
    position: relative;
}

#carousel li {
    display: inline;
    float: left;
	margin: 0;
    padding: 0;
} 

#carousel img {
}


/*FADING SLIDER*/
#sliderWrap {
  width: 100%;
  padding: 40px 0;
}

#slider {
    width: 962px; /* important to be same as image width */
    height: 239px; /* important to be same as image height */
	margin: 0 auto;
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 962px; /* important to be same as image width or wider */
    position: absolute;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 14px/15px Arial, Helvetica, sans-serif;
    padding: 10px;
    width: 966px;
    height: 244px;
    background-color: #CCC;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #000;
    display: none;
}

.slidertop {
	top: 0;
	left: 0;
}
.sliderbottom {
	bottom: 3px;
    left: 0;
}

.sliderleft {
	top: 0;
    left: 0;
	width: 190px !important;
	height: 206px;
}
