/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
    padding: 27px 30px 0 30px;
    width: 667px;
	}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 667px;
	}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
	}
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 260px;
    /*height: 75px;*/
	}

/**
 * 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 {
    position: absolute;
    z-index: 20;
    top: 45px;
    right: 0px;
    cursor: pointer;
    background: transparent url(../../library/arrow-right.png) no-repeat 0 0;
    width: 21px;
    height: 40px;
	}
.jcarousel-next-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
	}
.jcarousel-prev {
    position: absolute;
    z-index: 20;
    top: 45px;
    left: 0px;
    cursor: pointer;
    background: transparent url(../../library/arrow-left.png) no-repeat 0 0;
    width: 21px;
    height: 40px;
	}
.jcarousel-prev-disabled {
    cursor: default;
    opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
	}
/* avoid bug with flash and opacity in mac ff */
body.lightbox .jcarousel-next-disabled,
body.lightbox .jcarousel-prev-disabled {
    opacity: 1 !important;
    -moz-opacity: 1 !important;
	}

/* --------------------------------------------------------------------------- */	
/* ============================ MULTIMEDIA Rotator =========================== */
/* --------------------------------------------------------------------------- */ 

#multimediacarousel {
    /*padding: 10px 15px 10px 15px;*/
	}	
#multimediacarousel .jcarousel-item img {
    cursor: pointer;
	}

/* biggerlink styling */
.jcarousel-list .hover a {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	}
#multimediacarousel .hot {
    cursor: pointer;
	}

/* No js */

#multimediacarousel li {
    float: left;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 223px;
    height: 115px;
    overflow: hidden;
    padding: 0 5px 0 0;
    }
    
/* --------------------------------------------------------------------------- */	
/* ================================ RSS Rotator ============================== */
/* --------------------------------------------------------------------------- */    
    
.rss-rotator .jcarousel-container {
    position: relative;
    padding: 0;
    width: 182px;
	}	
.rss-rotator .jcarousel-clip {
    width: 182px;
	}
.rss-rotator .jcarousel-item {
    width: 182px;
	}	
	
.rss-rotator .jcarousel-next {
    top: -50px;
    right: 0px;
	}	
.rss-rotator .jcarousel-prev {
    top: -50px;
    left: 140px;
	}   
.rss-rotator .rss-rotator-prev,
.rss-rotator .rss-rotator-next {
	position: absolute;
	overflow: hidden;
	height: 0;
	padding-top: 9px;
	width: 9px;
	cursor: pointer;
	z-index: 20;
	}
.rss-rotator .rss-rotator-prev {
    top: 48px;
    left: 178px;
    background: transparent url(../../library/prev-rss-saca.png) no-repeat 0 0;
	}

.rss-rotator .rss-rotator-next {
    top: 48px;
    left: 194px;
    background: transparent url(../../library/next-rss-saca.png) no-repeat 0 0;
	}	 
