@charset "UTF-8";

#home-slider {
	position: relative;
}
#home-slider .slides li {
	text-align: center;
}
#home-slider .slides li img {
	width: 100%;
}
#home-slider .flex-direction-nav a {
	background-position: center center;
	background-repeat: no-repeat;
	height: 33px;
	margin: -15px 0 0;
	text-align: left !important;
	text-indent: -9999px !important;
	transition: none;
	width: 33px;
}
#home-slider .flex-direction-nav .flex-prev {
	background-image: url(../img/slider-prev.png);
	left: 0;
}
#home-slider .flex-direction-nav .flex-next {
	background-image: url(../img/slider-next.png);
	right: 0;
}






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

#home-slider .flex-direction-nav a {
	opacity: 0.3;
}
#home-slider {
	margin: 0;
}

}


@media only screen and (min-width: 600px) and (max-width: 959px), print {

#home-slider .flex-direction-nav a {
	opacity: 0.3;
}
#home-slider {
	margin: 0;
}

}


@media only screen and (min-width: 600px), print {


}


@media only screen and (min-width: 960px), print {

#home-slider:hover .flex-direction-nav a {
	opacity: 0.3;
}

}