.module_slider {padding:15px 0 49px 2px;}
.nivoSlider {
	position:relative;
	/*background:url(loading.gif) no-repeat 50% 50%;*/
	margin-bottom:18px;
}
.nivoSlider img {
	position:absolute;
	top:0;
	left:0;
	display:none
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none
}
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5
}
.nivo-caption {
	position:absolute;
	left:0;
	bottom:0;
	background:#000;
	color:#fff;
	opacity:.8;
	width:100%;
	z-index:8;
	display:none!important;
}
.nivo-caption p {
	padding:5px;
	margin:0
}
.nivo-caption a {
	display:inline!important
}
.nivo-html-caption {
	display:none
}
.nivoSlider a {
	border:0
}
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer
}
.nivo-prevNav {
	left:0
}
.nivo-nextNav {
	right:0
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer
}
.nivo-controlNav a.active {
	font-weight:bold
}
.nivo-controlNav img {
	-moz-box-shadow:0 0 5px #333;
	-webkit-box-shadow:0 0 5px rgba(10, 10, 10, .7);
	display:inline;
	margin-right:10px;
	position:relative
}
.nivo-controlNav a.active img {
	-moz-box-shadow:0 0 5px #DDD;
	-webkit-box-shadow:0 0 5px rgba(10, 10, 10, .4)
}
.nivo-directionNav a {
	display:block;
	width:29px;
	height:43px;
	/*background:url(arrows_e.png) no-repeat;*/
	text-indent:-9999px;
	border:0
}
a.nivo-nextNav {
	background-position:-29px 0;
	right:0px
}
a.nivo-prevNav {
	left:0px
}
.nivoSlider .nivo-controlNav {
	/*background:url(nivo-controlNav.png) no-repeat right top;*/
	text-align:center;
	width:160px;
	padding-left:13px;
	height:33px;
	position:absolute;
	right:0px;
	bottom:-49px;
	z-index:100;
}
.nivoSlider .nivo-controlNav a {
	display:block;
	width:17px;
	height:32px;
	/*background:url(bullets.png) no-repeat left top;*/
	border:0;
	margin-right:6px;
	float:left;
	color:#fff;
	font:normal 21px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}
.nivoSlider .nivo-controlNav a.active , .nivoSlider .nivo-controlNav a:hover {
	text-decoration:none;
	/*background:url(bullets.png) no-repeat left bottom;*/
}