/* slider theme */

.slideshow .nivoSlider {
	position: relative;
	background: #fff url('../image/loading.gif') no-repeat 50% 50%;	
}
/*
.slideshow .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}*/

.slideshow .nivo-controlNav a {
	vertical-align: top;
	display: inline-block;
	width: 22px;
	height: 5px;
	background: #eee;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
}

.slideshow .nivo-controlNav a.active {
	background:#2A7FD3;
}

.slideshow .nivo-directionNav a {
	display:block;
	width: 40px; height: 40px;
	background-image: url("../image/bg_direction_nav.png");
	background-position: 0 0;
	background-repeat:no-repeat;
	background-color:#2a7fd3;
	background-color:rgba(42, 127, 211, 0.7);
	text-indent:-9999px;
	border:0;
}

.slideshow .nivo-directionNav a.nivo-nextNav {background-position: -55px -3px;opacity: 0.5; right: 5px; }
.slideshow .nivo-directionNav a.nivo-prevNav {left: 5px;opacity: 0.5;background-position:-8px -5px;}

.slideshow:hover .nivo-directionNav a.nivo-nextNav {opacity: 0.8;}
.slideshow:hover .nivo-directionNav a.nivo-prevNav {opacity: 0.8; }

.slideshow:hover .nivo-directionNav a.nivo-nextNav:hover {opacity: 1;}
.slideshow:hover .nivo-directionNav a.nivo-prevNav:hoer {opacity: 1;}
