.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	display: block;
	text-indent: -99999px !important;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-next {
	right: 0px;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 0px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 0px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-prev, .flex-next {
	display: inline-block;
	content: "";
	background: url(../images/left-arrow.png) no-repeat left top;
	width: 45px;
	height: 87px;
}
.flex-next {
	background: url(../images/right-arrow.png) no-repeat left top;
}
