@charset "utf-8";

/*=========================================================
	jquery-slider
=========================================================*/

.jquery-slider {
    overflow: hidden;
    position: relative;
	width:618px;
	height:242px;	
}

.slide00,.slide00 a {
	display:block;
	width:618px;
	height:242px;
	background:url(/images/slide_00.jpg) no-repeat;
}
.slide01,.slide01 a {
	display:block;
	width:618px;
	height:242px;
	background:url(/images/slide_01.jpg) no-repeat;
}
.slide02,.slide02 a {
	display:block;
	width:618px;
	height:242px;
	background:url(/images/slide_02.jpg) no-repeat;
}
.slide03,.slide03 a {
	display:block;
	width:618px;
	height:242px;
	background:url(/images/slide_03.jpg) no-repeat;
}
.slide04,.slide04 a {
	display:block;
	width:618px;
	height:242px;
	background:url(/images/slide_04.jpg) no-repeat;
}
.slide05,.slide05 a {
	display:block;
	width:618px;
	height:242px;
	background:url(/images/slide_05.jpg) no-repeat;
}
.slide06,.slide06 a {
	display:block;
	width:618px;
	height:242px;
	background:url(/images/slide_06.jpg) no-repeat;
}
.slide07,.slide07 a {
	display:block;
	width:618px;
	height:242px;
	background:url(/images/slide_07.jpg) no-repeat;
}
.slide08,.slide08 a {
	display:block;
	width:618px;
	height:242px;
	background:url(/images/slide_08.jpg) no-repeat;
}
.slide09,.slide09 a {
	display:block;
	width:618px;
	height:242px;
	background:url(/images/slide_09.jpg) no-repeat;
}
.slide10,.slide10 a {
	display:block;
	width:618px;
	height:242px;
	background:url(/images/slide_10.jpg) no-repeat;
}


.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: 27px;
    height: 42px;
    padding: 0;
    margin: 0;
    cursor: pointer;
	text-indent:-9999px;
}

.jquery-slider-control-prev {
    top: 106px;
    left: 0;
	background:url(/images/slide_prev_btn.png) no-repeat;
}
.jquery-slider-control-next {
    top: 106px;
    right: 0;
	background:url(/images/slide_next_btn.png) no-repeat;	
}
.jquery-slider-pages {
    overflow: visible;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    right: 5px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: block;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
	background:url(/images/slide_page.png) no-repeat;
	cursor: pointer;
    margin: 3px;

}
.jquery-slider-page:hover {
	background:url(/images/slide_page_on.png) no-repeat;
}
.jquery-slider-page-current {
	background:url(/images/slide_page_on.png) no-repeat;
}