.ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}

#container {
				width: 1002px;
				position: relative;
				/*float:left;*/
			}
			
			#carousel {
				width:1002px !important; height:198px!important;
			}

			#carousel img {
				border: 0;
			}

			#ui-carousel-next, #ui-carousel-prev {
				width: 60px;
				height: 100px;
				background: url(../images/arrow-left.png)  center center no-repeat;
				display: block;
				position: absolute;
				top: 0;
				z-index: 100;
			}

			#ui-carousel-next {
				position:absolute; margin-right:-60px; right:0; margin-top:40px;
				background-image: url(../images/arrow-right.png);
			}

			#ui-carousel-prev {
				position:absolute;
				margin-left:-60px;
				margin-top:40px;
				left:0;
			}
			
			#ui-carousel-next > span, #ui-carousel-prev > span {
				display: none;
			}	
			
			
.ui-carousel2 {
	height: 100px !important;
	margin: 0;
	overflow: auto !important;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px !important;
}

.ui-carousel2 > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel2 > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}

#container2 {
				width: 1002px;
				position: relative;
				/*float:left;*/
			}
			
			#carousel2 {
				width:1002px !important; height:198px!important;
			}

			#carousel2 img {
				border: 0;
			}

			#ui-carousel-next2, #ui-carousel-prev2 {
				width: 60px;
				height: 100px;
				background: url(../images/arrow-left.png)  center center no-repeat;
				display: block;
				position: absolute;
				top: 0;
				z-index: 100;
			}

			#ui-carousel-next2 {
				position:absolute; margin-right:-60px; right:0; margin-top:40px;
				background-image: url(../images/arrow-right.png);
			}

			#ui-carousel-prev2 {
				position:absolute;
				margin-left:-60px;
				margin-top:40px;
				left:0;
			}
			
			#ui-carousel-next2 > span, #ui-carousel-prev2 > span {
				display: none;
			}	
			
			
			.bullet {
				background: url(../images/page-off.png) center center no-repeat;
				display: block;
				width: 18px;
				height: 18px;
				margin: 0;
				margin-right: 5px;
				float: left;				
			}
			
.carouselgallery {float:left; margin:30px 0 0 0; padding:24px 23px 24px 25px; width:954px; height:559px; background-image:url(../images/gallery-bg.png); background-repeat:no-repeat;}

.slide {width:954px; height:559px; border: 1px solid #4e4e4e; float:left;}