﻿@charset "utf-8";
/*
 * extends.css
 */


/*************************************
 * main
*************************************/

/* cancel shared style */
#top .main .carousel ul {
	left: 0 !important;
	top: 0 !important;
	z-index: auto !important;
}
#top .main .carousel ul li {
	float: none !important;
}

#top .main .carousel p {
	left: auto;
	top: auto;
	z-index: auto;
}

/* main */
#top .main {
	overflow: hidden;
}

#top .main .carousel .carousel-wrap .carousel-child {
	position: relative;
}
#top .main .carousel .carousel-wrap .carousel-child .text_bloc,
#top .main .carousel .carousel-wrap .carousel-child .text_bloc .link {
	position: absolute;
	display: block;
}

#top .main .carousel #carousel_1 .text_bloc {
	left: 35px;
	top: 109px;
}
#top .main .carousel #carousel_1 .text_bloc .link {
	left: 242px;
	top: 147px;
}

#top .main .carousel #carousel_2 .text_bloc {
	left: 36px;
	top: 73px;
}
#top .main .carousel #carousel_2 .text_bloc .link {
	left: 340px;
	top: 170px;
}

/* pagenation */
#top .main .carousel .carousel-pagenation {
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 100%;
	height: 13px;
}
#top .main .carousel .carousel-pagenation ul {
	display: block;
	width: 100%;
	text-align: center;
}
#top .main .carousel .carousel-pagenation ul li {
	display: inline-block;
	margin: 0 8px;
}
#top .main .carousel .carousel-pagenation ul li a {
	display: block;
	width: 13px;
	height: 13px;
	text-indent: -9999px;
	background: url( ./main_slidebtn_off.png ) no-repeat scroll 0 0 transparent;
}
#top .main .carousel .carousel-pagenation ul li a.selected {
	background: url( ./main_slidebtn_on.png ) no-repeat scroll 0 0 transparent;
}

