/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
	position:relative;
	width:100%;
	/*margin-top: 20px;*/
	/*margin-left: 6px;*/

}


#carousel {
  width:100%;
  position:relative;
  /*margin-bottom:0.5em;*/
	font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;

}
.carousel-image {
  border:0;
  display:block;
  height:28vw;
}
.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  /*border:2px solid #5d5d5d;*/
  cursor:pointer;
}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#000;
  
}
.carousel-feature .carousel-caption p, .carousel-feature .carousel-caption a {
  margin:0;
  padding:10px;
  font-weight:bold;
  font-size:12px;
  color:white;
}

.carousel-feature .carousel-caption a
{
	text-decoration: none;
}

.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:10px;
  margin:3px;
  background-color:#000;
}
.tracker-individual-container {
  position:absolute;
  color:white;
  right:48px;
  top:210px;
  padding:0;
  margin:0;
}
.tracker-individual-container li {
  list-style:none;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 3px;
  padding:0 3px;
  color:white;
  text-align:center;
  background-color:#DDD;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background-color:#000;
}
#carousel-left {
  position:absolute;
  top:12vw;
  left:11vw;
  cursor:pointer;
  z-index:999;
}
#carousel-left img{
   width:8vw;
}
#carousel-right {
    position: absolute;
    top: 12vw;
    right: 11vw;
    cursor: pointer;
    z-index: 999;
}
    #carousel-right img {
        width: 8vw;
    }
#divCarouselContainer {
	width:98%;
	background-color:#fff;
	/*opacity: 0.6;*/
	border:solid 1px #eee;
	border-radius:10px;
 
}

#news-section {
	margin-top:2vw;
	margin-bottom:2vw;
	padding-top:2vw;
	width:98%;
	background-color:#fff;
	border:solid 1px #eee;
	border-radius:10px;
 
}
.section-title{
	width:98%;
	margin:0 auto;
	font-size:3vw;
	border-bottom:#F60 solid 3px;
	margin-bottom:20px;
	
	}
#event-section{
	margin-top:2vw;
	margin-bottom:2vw;
	padding-top:2vw;
	width:98%;
	background-color:#fff;
	border:solid 1px #eee;
	border-radius:10px;
 
}

	
