﻿#jFooter {
	position: fixed;
	left: 0px;
	z-index: 8999;
	background:url(/images/bgD8_opc80.png) repeat;
}

#scrollContainer {
	width:1068px;
	height:125px;
	margin-top:54px;
	margin-left:auto;
	margin-right:auto;
}	

#jFooter .controls {
	width:54px;
	height:54px;
	background:#ccc;
	display:block;
	float:right;
	margin-right:10px;
	margin-top:0px;
	background:url(/images/icons/jFooterUp.png) no-repeat;
	cursor:pointer;
}

ul#jFooterCarousel {
    margin:0px; padding:0px;
    /* width:0em; */
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    float:left; 
}

ul#jFooterCarousel li {
	width:291px;
    height:80px;
	padding:10px;
	background:#fff;
	float:left;
	margin-right:10px;
    margin-bottom:10px;
    border: 1px solid #aaa;
    list-style:none;
}

ul#jFooterCarousel li a {
    text-decoration:none;
}

ul#jFooterCarousel li a:hover {
}

ul#jFooterCarousel li a img, ul#jFooterCarousel li a img {
    border:none;
    float:left;
    margin-right:10px;
    width:140px;
    height:80px;
}

ul#jFooterCarousel li .title {
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
    width:141px;
    color:#333333;
    letter-spacing:-1px;
    text-align:left;
    margin-bottom:5px;
    float:left;
	white-space:nowrap;
	overflow:hidden;
}
ul#jFooterCarousel li .title:hover {
    color:#666666;
}

ul#jFooterCarousel li .description {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
    color:#666666;
    letter-spacing:-1px;
    text-align:left;
    line-height:16px;
    width:141px;
    height:50px;
    float:left;
	overflow:hidden;
}

/**
 * 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;
}

/**
 * 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;
    width:54px;
    height:54px;
    float:right;
    margin-top:24px;
    background:url(/images/icons/jFooterRight.png);
}

.jcarousel-prev {
    z-index: 3;
    display: none;
    width:54px;
    height:54px;
    background:url(/images/icons/jFooterLeft.png);
    float:left;
    margin-top:24px;
}

