.igos_CarouselWrapper {
	position:relative;
	width:100%; height:350px;
	z-index:0;
}

.igos_Carousel {
	position:relative;
	width:100%; height:350px;
	z-index:0!important;
}

.igos_Carousel .cmg_CarouselBanner {
	display: none;
	position:absolute; top:0; left:0;
	width:100%; height:350px;
	background:#f1f1f1;
	z-index:0;
}
.igos_Carousel .cmg_CarouselBanner:first-child {
	display: block;
}

.igos_Carousel .cmg_CarouselBanner a {
	position:relative;
	display:block;
	width:990px; height:350px; margin-left:-495px; left:50%;
	z-index:0;
}

.igos_CarouselDots {
	display:block;
	position:absolute; bottom:24px; left:0;
	width:990px; margin-left:-495px; left:50%;
	z-index:999!important;
}

.igos_CarouselDots li {
	display:inline-block; float:left;
	width:16px; height:16px; margin-left:12px; padding:1px;
	background:rgba(0,0,0,.2);
	-moz-border-radius:9px; -webkit-border-radius:9px; -o-border-radius:9px; -ms-border-radius:9px; border-radius:9px;
}

.igos_CarouselDots li div {
	width:12px; height:12px; padding:2px;
	background:#353535;
	background:rgba(0,0,0,.8);
	-moz-border-radius:8px; -webkit-border-radius:8px; -o-border-radius:8px; -ms-border-radius:8px; border-radius:8px;
	-moz-box-shadow:inset 0 0 2px rgba(0,0,0,.5); -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,.3); box-shadow:inset 0 0 2px rgba(0,0,0,.3);
}

.igos_CarouselDots li a {
	display:block;
	width:12px; height:12px;
	-moz-border-radius:6px; -webkit-border-radius:6px; -o-border-radius:6px; -ms-border-radius:6px; border-radius:6px;
}

.igos_CarouselDots li.igos_Selected a {
	background:#fff;
	background:-webkit-gradient(radial, 7 4, 2, 7 4, 6, from(#fff), to(#c8c8c8)); background:-moz-radial-gradient(7px 4px, circle, #fff 2px, #c8c8c8 6px);
}

.igos_CarouselDots li a:hover {
	background:#c8c8c8;
	background:-webkit-gradient(radial, 7 4, 2, 7 4, 6, from(rgba(255,255,255,.5)), to(rgba(255,255,255,.1))); background:-moz-radial-gradient(7px 4px, circle, rgba(255,255,255,.5) 2px, rgba(255,255,255,.1) 6px);
	cursor:pointer;
}
