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

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

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

#carousel {
	position: relative;
	top: 25px;
	margin: 0 auto;
	width: 210px;
}

#carousel img {
	/*border: 1px solid #e2e2e2;
	padding: 1px;
	background: #ffffff;*/
	width: 215px;
}

#ui-carousel-next, #ui-carousel-prev {
	width: 30px;
	height: 9px;
	background: url(../images/BannerPageDownHover.jpg) #fff center center no-repeat;
	display: block;
	position: relative;
	left: 0;
	z-index: 100;
}

#ui-carousel-next {
	top: 13px;
	left: 115px;
	background-image: url(../images/BannerPageUpHover.jpg);
}

#ui-carousel-prev {
	bottom: -36px;
	left: 115px;
}

#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}

#AdBannerContainer {
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	height: 195px;
	width: 258px;
}

.AdBannerHeader {
	position: absolute;
	top: 10px;
	left: 10px;
}

.AdBannerMore {
	position: absolute;
	top: 0px;
	right: 0px;
}

.AdBanner {
	position: absolute;
	top: 45px;
	left: 3px;
}