@CHARSET "UTF-8";

/*  */
div.nodata
{
	width: 100%;
	height : 500px;
	text-align: center;
	line-height: 500px;
	font-size : 30px;
}

/* index.jsp 公眾訊息 slider loading  */
.loading_map
{
	background-image: url('../../images/loading-map.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height : 300px;
}

/* index.jsp 廣告 slider 主體 */
.unsliderContainer { position: relative; overflow: hidden; }
.unsliderContainer li, .unsliderContainer ul { list-style: none;padding-left:0; }
.unsliderContainer ul li { float: left; }
.unsliderContainer .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
}

.unsliderContainer .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	text-indent: -999em;
	/*
	border: 2px solid #fff;
	*/
	border: 2px solid #000;
	border-radius: 6px;
	cursor: pointer;
	opacity: .4;
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.unsliderContainer .dots li.active {
	/*
	background: #fff;
	*/
	background: #000;
	opacity: 1;
}