/*---------------    Slider    ---------------*/
.slider { width: 850px; height: 110px; border: 1px solid #dbdbdb; position: relative; margin: 5px 0 10px 0; background:#FFF;}
.slider .item { position: relative; width: 830px; height: 120px; }
.slider .item img { position: absolute; top:0;left:0; z-index: 1; }
.slider .text {
	position: absolute;
	top:4px;
	left:189px;
	z-index: 2;
	width: 478px;
}
.slider .text h3 { font-size: 18px; line-height: 18px; color: #ff0000; padding: 0 0 0 7px; }
.slider .text h2 { font-size: 24px; line-height: 24px; color: #39393d; text-transform: uppercase; padding: 0 0 0 2px; }

.slider-nav { width: 92px; height: 18px; position: absolute; bottom:9px;right:6px; z-index: 3; }
.slider-nav a { width: 18px; height: 18px; background: #d7d7d8; margin: 0 5px 0 0; }
.slider-nav a.active { background: #39393d; }

.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
/*-----------------------------------------------*/

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 798px;
    height: 298px;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 798px;
    height: 298px;
    position: relative; /*IE6 PNG fix with link inside*/
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
/*
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}
*/