#sliderFrame {
	box-sizing: content-box;
}
#sliderFrame div {
	box-sizing: content-box;
}
#sliderFrame {
	margin: 0px auto; width: 700px;
}
#slider {
	border-radius: 3px; width: 700px; height: 306px;
}
#slider .sliderInner {
	border-radius: 3px; width: 700px; height: 306px;
}
#slider {
	margin: 0px auto; position: relative; box-shadow: 0px 1px 5px #999999; transform: translate3d(0px, 0px, 0px); background-color: white;
}
#slider a.imgLink {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 2; cursor: pointer;
}
#slider .video {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 2; cursor: pointer;
}
#slider .video {
	background: url("video.png") no-repeat 50% 50%;
}
#slider .mc-caption {
	background: rgba(0, 0, 0, 0.3); font: bold 14px/20px Arial; padding: 10px 0px; left: 0px; top: auto; width: 100%; height: auto; text-align: center; bottom: 0px; color: rgb(238, 238, 238); overflow: hidden; position: absolute; font-size-adjust: none; font-stretch: normal;
}
#slider .mc-caption a {
	color: rgb(255, 187, 0);
}
#slider .mc-caption a:hover {
	color: rgb(221, 170, 0);
}
#slider .navBulletsWrapper {
	background: none; top: 320px; text-align: center; position: relative; z-index: 3;
}
#slider .navBulletsWrapper div {
	background: url("bullet.png") no-repeat 0px 0px; margin: 0px 6px; width: 11px; height: 11px; color: white; overflow: hidden; font-size: 0px; display: inline-block; cursor: pointer; -ms-zoom: 1;
}
#slider .navBulletsWrapper .active {
	background-position: 0px -11px;
}
#slider img {
	border: currentColor; border-image: none; display: none; position: absolute;
}
#slider > b {
	border: currentColor; border-image: none; display: none; position: absolute;
}
#slider a > b {
	border: currentColor; border-image: none; display: none; position: absolute;
}
#slider .sliderInner {
	left: 0px; top: 0px; overflow: hidden; position: absolute;
}
#slider > a {
	display: none;
}
#slider video {
	display: none;
}
#slider audio {
	display: none;
}
#slider div {
	transform: translate3d(0px, 0px, 0px); -webkit-transform: translate3d(0, 0, 0);
}
