#sliderFrame {
	margin: 0px auto; width: 100%; position: relative;
}
#slider {
	background: url("../images/loading.gif") no-repeat 50% 50% rgb(255, 255, 255); margin: 0px auto; width: 100%; height: 220px; position: relative; box-shadow: 0px 1px 5px #999999;
}
#slider img {
	border: currentColor; display: none; position: absolute;
}
#slider a.imgLink {
	margin: 0px; padding: 0px; border: 0px currentColor; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; z-index: 2;
}
div.mc-caption-bg {
	padding: 0px; left: 0px; width: 100%; height: auto; bottom: 0px; overflow: hidden; font-size: 0px; position: absolute; z-index: 3;
}
div.mc-caption-bg2 {
	padding: 0px; left: 0px; width: 100%; height: auto; bottom: 0px; overflow: hidden; font-size: 0px; position: absolute; z-index: 3;
}
div.mc-caption-bg {
	background-color: black;
}
div.mc-caption {
	font: bold 14px/20px Arial; padding: 10px 0px; text-align: center; color: rgb(238, 238, 238); z-index: 4; font-size-adjust: none; font-stretch: normal;
}
div.mc-caption a {
	color: rgb(255, 187, 0);
}
div.mc-caption a:hover {
	color: rgb(221, 170, 0);
}
div.navBulletsWrapper {
	top: 200px; right: 0px; padding-left: 20px; position: absolute; z-index: 5; cursor: pointer;
}
div.navBulletsWrapper div {
	background: url("../images/bullet.png") no-repeat 0px 0px; width: 11px; height: 11px; overflow: hidden; margin-right: 11px; vertical-align: middle; float: left; cursor: pointer; _position: relative;
}
div.navBulletsWrapper div.active {
	background-position: 0px -11px;
}
#slider {
	transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);
}
