@charset "UTF-8";

.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 26px;
    font-size: 32px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: 1px solid #666666;
    background: #ffffff;
    opacity: 0.2;
    cursor: pointer;
    border-radius: 32px;
    box-shadow: #666666 0 0 2px;
    text-shadow: #ffffff 0 0 1px;
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 5px;
    top: 46%;
}
.jquery-slider-control-next {
    right: 5px;
    top: 46%;
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 5px;
    bottom: 10px;
    height: 20px;
    right: 5px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    background: #cccccc;
    cursor: pointer;
    opacity: 0.33;
    margin: 3px;
    border-radius: 20px;
    box-shadow: #666666 0 0 2px;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.jquery-slider-page-current {
    opacity: 0.8;
}

.banner p {
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

.banner a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: 0;
}

.banner img {
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: 0;
}
