@charset "utf-8";
/* css document */

/*--------------------------------------------
top
---------------------------------------------*/
#top_carousel_slider {
	position: relative;
	margin: 0 auto 70px auto;
	width: 100%;
background-image: url(../img/back.png);
}

#carousel_wrapper {
	width: 100%;
	height: auto;
	left: 0;
	padding-top: 20px;
	margin-bottom: 10px;
}

#carousel{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: x-small;
	margin: 0px auto 0px auto;
}

#carousel li{
	float: left;
	width: 33%;
	margin: 0 0 15px 0;
	padding-bottom: 4px;
	line-height: 1.3;
	list-style: none;
	display: block;
	text-align: center;
	height: auto;
}

.carouse_date{
	width: 90%;
	margin: 0 auto 0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #fff;
	color: #ff4486;
	font-size: 12px;
}

.carousel_prof_box{
	width: 91%;
	height:auto;
	margin: -10px auto 0 auto;
	padding-bottom: 4px;
	text-align: center;
	background: #fff;
	border: 1px solid #ff4672;
	color: #ff4486;
	font-size: 10px;
}

.carouse_name{
	font-size: 14px;
	padding: 8px;
	font-weight: bold;
}

.carouse_spec {
	font-size: 12px;
	padding-bottom: 4px;
	overflow: hidden;
	color: #000;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.carouse_comment {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 9px;
	width: 100%;
	color: #1e8eff;
}

#carousel li img {
	margin: 2px auto 2px auto;
	border: solid 1px #fff;
	padding: 1px;
	background: #fff;
	width: 90%;
}

#carousel li a{	
	width: 100px;
	height: auto;
	margin: 0 auto;
	color: #fff;
}

#prev_, #next_ {
	position: absolute;
	top: 1;
	width: 85px;
	height: 40px;
	color: #181a36;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	border-radius: 10px;
}

#prev_ {background-color: #fff;left: 7px;}
#next_ {background-color: #fff;right: 7px;}

#pager {text-align: center;padding: 10px;}

#pager a {
	border: 2px solid #ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: 0 5px 0 0;
}

#pager a span {display: none;}
#pager a.selected {background-color: #ccc;}
#pager a:hover {background: #eee;}





#top_carousel_slider2 {
	position: relative;
	margin: 0 auto 70px auto;
	width: 100%;
}

#carousel_wrapper2 {
	width: 100%;
	height: auto;
	left: 0;
	padding-top: 10px;
	margin-bottom: 10px;
}

#carousel2{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: x-small;
	margin: 0px auto 0px auto;
}

#carousel2 li{
	float: left;
	width: 33%;
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	line-height: 1.3;
	list-style: none;
	display: block;
	text-align: center;
	height: auto;
}

#carousel2 li img {
	margin: 2px auto 2px auto;
	-webkit-border-radius: 2px;
	border: solid 1px #ffa500;
	padding: 1px;
	background: #fff;
	width: 90%;
}

#carousel2 li a{
	width: 100px;
	height: auto;
	margin: 0 auto;
	color: #000;
}

#prev_2, #next_2 {
	position: absolute;
	top: 1;
	width: 130px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
}

#prev_2 {background-color: #ffa500;left: 7px;}
#next_2 {background-color: #ffa500;right: 7px;}