@charset "utf-8";
/* CSS Document */
.cycle-slideshow {
	width: 100%
}
.cycle-slideshow img{
	width: 100%
}
.cycle-slideshow { position: static }
.cycle-slideshow > * { margin: 0px }
.cycle-pager {
	display: block;
	position: relative;
	z-index: 501;
	bottom: 55px;
}

.cycle-slideshow { text-align: center; width: 100%; z-index: 500; top: 43px; overflow: hidden; }
.cycle-slideshow span {
	/* [disabled]font-size: 50px; */
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(../images/dot_inactive.png) no-repeat center center;
}
.cycle-slideshow span.cycle-pager-active {
	background: url(../images/dot_active.png) no-repeat center center;
}
.cycle-slideshow > * { cursor: pointer;}.proCol2 .cycle-prev {
	float: left;
	width: 25px;
	height: 100%;
	background: url(../images/cycle-prev.png) no-repeat center;
	display: block;
	/* [disabled]position: relative; */
	/* [disabled]top: 50%; */
	/* [disabled]left: 0px; */
}
.proCol2 .cycle-next {
	float: left;
	width: 25px;
	height: 100%;
	background: url(../images/cycle-next.png) no-repeat center;
	display: block;
	/* [disabled]position: relative; */
	/* [disabled]top: 50%; */
	/* [disabled]right: 0px; */
}
