@charset "utf-8";

/* // Easy Slider */


.slider ul, .slider li{
	margin:0;
	padding:0;
	list-style:none;
}

.slider li{ 
/* define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here */ 
	width:793px;
	height:246px;
	overflow:hidden; 
}

.slider{ display:block;}

/* for topToggle.js . and nodisplay ".even"'s button & text */
.even , .xxx { display: none;}

/* for arrange text slider div box's height to fit animation slider div box . */
.p6space { margin-bottom: 6px;}
html[xmlns*=""] body:last-child div.p6space { margin-bottom: 10px;}
*+html .p6space { margin-bottom: 8px;}

span.nodisplay {
	position: relative;
	line-height: 0;
	display: none;
}

#firstBtn a, #prevBtn a, #nextBtn a, #lastBtn a {
	display:block;
	width:80px;
	height:40px;
	position:absolute;
	left:25px;
	bottom:10px;
	background: url(../img/slider_btn_f.gif) no-repeat 0 0;
}


#prevBtn a{ left:125px; background: url(../img/slider_btn_p.gif) no-repeat 0 0;}
#nextBtn a{ left:225px; background: url(../img/slider_btn_n.gif) no-repeat 0 0;}
#lastBtn a{ left:325px; background: url(../img/slider_btn_l.gif) no-repeat 0 0;}

#firstBtn a:hover { background: url(../img/slider_btn_f.gif) no-repeat 0 -40px;}
#prevBtn a:hover { background: url(../img/slider_btn_p.gif) no-repeat 0 -40px;}
#nextBtn a:hover { background: url(../img/slider_btn_n.gif) no-repeat 0 -40px;}
#lastBtn a:hover { background: url(../img/slider_btn_l.gif) no-repeat 0 -40px;}


#section_0 a.txtbtn1 ,
#section_0 a.txtbtn2 {
	position: absolute;
	bottom:10px;
	right: 25px;
	width: 120px;
	height: 40px;

}

a.txtbtn1 { background: url(../img/txt_btn.gif) no-repeat 0 0;}
a.txtbtn1:hover { background: url(../img/txt_btn.gif) no-repeat 0 -40px;}
a.txtbtn2 { background: url(../img/txt_btn2.gif) no-repeat 0 0;}
a.txtbtn2:hover { background: url(../img/txt_btn2.gif) no-repeat 0 -40px;}




/* // Easy slider */													
