@charset "utf-8";

#sliderBar li{
position: relative;
z-index: 11;
}

#sliderBar li span{
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 112;
	padding: 4px 8px;
	font-size: 0.8rem;
	line-height: 0.8rem;
	color: #004030;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#sliderBar li.vertical .dam,
#sliderBar li.horizontal .dam{
	position: absolute;
	z-index: 111;
	top: 0;left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff url('../images/img2.jpg') 0 0 no-repeat;
	background-position: center;
}

#sliderBar li.horizontal .dam{
	background-size: cover;
}

#sliderBar li.vertical .dam{
	background-size: contain;
}

#sliderBar li.black .dam{
	background-color: #000;
}

@media only screen and (max-width: 1023px){
}

@media only screen and (max-width: 767px){
}

@media only screen and (max-width: 479px){
}

