@charset "utf-8";
/* CSS Document */

#headerSlider{
	position:absolute;
	width:100%;
	height:414px;
	left:0;
}
#headerSlider .slides li {
   display: none;
}
#headerSlider #carousel_stripe_down{
	z-index:2;
}
#headerSlider #carousel_stripe_up{
	left:0;
}
#headerSlider .flex-control-nav {
	/*width: 20%;*/
	position: absolute;
	bottom: 68px;
	z-index:40;
	width:100%;
	text-align:center;
}
#headerSlider .flex-control-nav li {margin: 0 1px; display: inline-block; zoom: 1; *display: inline;}
#headerSlider .flex-control-paging li a {
	width: 17px;
	height: 17px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/carousel_circle_white.png) no-repeat 0 0;
}
#headerSlider .flex-control-paging li a:hover {
	background: url(../images/carousel_circle_blue.png) no-repeat 0 0;
}
#headerSlider .flex-control-paging li a.flex-active {
	background: url(../images/carousel_circle_blue.png) no-repeat 0 0;
	cursor: default;
}

#headerSlider .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
#headerSlider .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
#headerSlider .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
#headerSlider .flex-control-thumbs img:hover {opacity: 1;}
#headerSlider .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}