@charset "UTF-8";

/*****************************************************
FileName : /common/new/css/slider.css
*****************************************************/

/*	slderArea for categoryTop
-------------------------------------------------------------------*/
.g_sliderAreaTop {
	position:relative;
	margin:0 0 40px 0;
}

.g_sliderAreaTop .g_sliderThumbNav {
	position:absolute;
	bottom:0;
	text-align:center;
	z-index:500;
}

.g_sliderAreaTop .g_sliderThumbNav li {
	margin:5px 5px 0 0;
	display:inline;
}

.g_sliderAreaTop .g_sliderThumbNav a {
	display:inline-block;
	text-indent:-9999px;
	margin:10px 0 0 0;
	width:9px;
	background:url('/common/new/img/shared/co_bt_14.gif') top left no-repeat;
}

.g_sliderAreaTop .g_sliderThumbNav li.g_sliderThumbCur a {
	background:url('/common/new/img/shared/co_bt_13.gif') top left no-repeat;
}

*html .g_sliderAreaTop .g_sliderThumbNav li a {
	display:block;
	float:left;
	width:9px;
	text-indent:-9999px;
	margin:10px 5px 0 0;
}


*+html .g_sliderAreaTop .g_sliderThumbNav li a {
	display:block;
	float:left;
	width:9px;
	text-indent:-9999px;
	margin:10px 5px 0 0;
}



/*	g_sliderArea
-------------------------------------------------------------------*/
.g_sliderArea {
	position:relative;
	margin:30px 0 10px 110px;
	width:510px;
	background-image:url('/common/new/img/shared/co_bg_09.gif');
	background-position:left top;
	background-repeat:repeat-x;
}

.g_sliderArea .g_sliderTxtBox {
	margin:25px auto;
	padding:0 0 30px 0;
	width:350px;
}

.g_sliderArea .g_sliderTxtBox:after {
	display:block;
	clear:both;
	height:0px;
	content:"";
}

.g_sliderArea .g_sliderTitleNo {
	margin:0 0 0 -10px;
	width:40px;
	height:50px;
	float:left;
	padding:10px 5px 0 0;
	text-align:right;
	font-family:Arial, sans-serif;
	letter-spacing:-0.08em;
	font-size:50px;
	color:#4c7092;
}

.g_sliderArea .g_sliderTitleTxt {
	margin:0 0 0 50px;
	padding:0 0 10px 0;
	font-size:14px;
	color:#4c7092;
}

.g_sliderArea .g_sliderTxtBox p {
	margin:0 0 0 50px;
}

.g_sliderArea .g_sliderThumbNav {
	position:absolute;
	bottom:0;
	width:510px;
	margin:0;
	background:#4E4E44;
}

.g_sliderArea .g_sliderThumbNav ul {
	display:block;
}

.g_sliderArea .g_sliderThumbNav li {
	display:inline-block;
	margin:10px 2px;
}


*html .g_sliderArea .g_sliderThumbNav li {/*IE6*/
	display:block;
	float:left;
}

*+html .g_sliderArea .g_sliderThumbNav li {/*IE7*/
	display:block;
	float:left;
}

.g_sliderArea .g_sliderThumbNav li a {
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	background:url('/common/new/img/shared/co_ic_13.gif') 0 0 no-repeat;
}

.g_sliderArea .g_sliderThumbNav li a:hover {
	background:url('/common/new/img/shared/co_ic_13_cur.gif') 0 0 no-repeat;
}

.g_sliderArea .g_sliderThumbNav li.g_sliderThumbCur a {
	background:url('/common/new/img/shared/co_ic_13_cur.gif') 0 0 no-repeat;
}

.g_sliderArea .g_sliderPageNavLeft {
	position:absolute;
	top:365px;
	left:0;
	width:40px;
	height:70px;
	background:url('/common/new/img/shared/co_bt_08.gif') 0 0 no-repeat;
	z-index:100;
}

.g_sliderArea .g_sliderPageNavLeft a {
	display:block;
	text-indent:-9999px;
	width:40px;
	height:70px;
	background:url('/common/new/img/shared/co_bt_08.gif') 0 0 no-repeat;
}

.g_sliderArea .g_sliderPageNavLeft a:hover {
	background-position:0 -70px;
}

.g_sliderArea .g_sliderPageNavRight {
	position:absolute;
	top:365px;
	right:0;
	width:40px;
	height:70px;
	background:url('/common/new/img/shared/co_bt_09.gif') 0 0 no-repeat;
	z-index:100;
}

.g_sliderArea .g_sliderPageNavRight a {
	display:block;
	width:40px;
	height:70px;
	text-indent:-9999px;
	background:url('/common/new/img/shared/co_bt_09.gif') 0 0 no-repeat;
}

.g_sliderArea .g_sliderPageNavRight a:hover {
	background-position:0 -70px;
}
