/*
 * jquery.rs.carousel.css v0.8.5
 *
 * Copyright (c) 2011 Richard Scarrott
 * http://www.richardscarrott.co.uk
 *
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Depends:
 *  a basic reset + items must have width & height
 */
	
.rs-carousel .rs-carousel-mask {
	overflow: hidden;
	position:absolute;
}

	.rs-carousel .rs-carousel-runner {
	    position: relative;
	}
		
		.rs-carousel.rs-carousel-horizontal .rs-carousel-item {
			/*float: left;*/
		 float:right;	
		}
		

#sidebar1 .rs-carousel .rs-carousel-mask { width:215px;}
.moduletablesponsors-home-carousel .rs-carousel .rs-carousel-mask { width:980px; }
.moduletablesponsors-home-carousel { margin-bottom: 84px; }

.moduletablesponsors-home-carousel .rs-carousel .rs-carousel-mask {
    width: 250px;
	margin-left:0px;
}

.home .moduletablesponsors-home-carousel .rs-carousel .rs-carousel-mask {
    width: 250px;
	margin-left:30px;
}