/* CSS Document */

.rcarousel {
	margin: 60px 0 0 100px;
	padding: 0 23px;
}

.rcarousel .wrapper2 {
	height: 287px;
	margin: 0 auto;
	overflow: auto;
	padding: 0;
	position: relative;
	width: 364px;
}

.rcarousel .wrapper2 ul li img {
	border: 0;
	clear: left;
	display: block;
	float: left;
}

.rcarousel .wrapper2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 9999px;
}

.rcarousel .wrapper2 ul li {
	display: block;
	float: left;
	height: 100px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100px;
}

.ui-rcarousel-loader {
    background:url(../images/homepage/carousel/loader.gif) no-repeat center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#carousel {
				width: 384px;
				position: relative;
			}

			#carousel img {
				border: 0;
			}

			#ui-rcarousel-next, #ui-rcarousel-prev {
				display: block;
				position: absolute;
			}

			#ui-rcarousel-next {
				top: 125px;
				right: 0;
			}

			#ui-rcarousel-prev {
				top: 125px;
				left: 0;
			}