/* CSS Document */
/*adv廣告*/

/*----------------adv---------------------*/
 .carousel {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom:0px;

} 
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;

}

.carousel-inner>.item>a>img {
	display: block;
	max-width: 100%;
	height: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.carousel-indicators {
	position: absolute;
	z-index: 15;
	width: auto;
	padding-left: 0;
	text-align: right;
	list-style: none;
	bottom:5px;
	right: 10px;

}
.carousel-indicators li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:18px;
	height:18px;
	overflow:hidden;
	text-indent: 0px;
	background-image: none;
	background-repeat: no-repeat;
	border: 1px solid #E7E7E7;
	font-size: 10px;
	color: #666666;
	border-radius: 0px;
	text-align: right;
	vertical-align: middle;
	padding: 1px 5px;
}
.carousel-indicators .active {
	background-image: none;
	 width:18px;
	height:18px;	
margin: 0px;
    background-color:#f6f5f5; ;
}



.da-arrows span{
	position: absolute;
	background-color: #000000;
	font-size: 40px;line-height: 60px;
	color: #FFFFFF;
	z-index: 2000;
	opacity: 0;
	height: 60px;
	width: 60px;
	bottom: 40%;
	text-align: center;
	vertical-align: middle;
}
.carousel-inner:hover .da-arrows span{
	opacity: 0.6;
    filter: alpha(opacity=60);
}

.da-arrows span.da-arrows-prev{
left: 0px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;

}
.da-arrows span.da-arrows-next{
right: 0px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}

.da-arrows span.fa{
	font-size: 50px;
	color: #FFFFFF;
}

/*----------------adv---------------------*/


