.theme-default .nivoSlider {
	position: relative;
	background: url(../../imagini/template/loading-nivoslider.png) no-repeat 50% 50%;
    margin: 0px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}
.theme-default .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: 42px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../../imagini/template/bullets-nivoslider.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {background-position:0 -22px;}
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../imagini/template/arrows-nivoslider.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {left:15px;}
.theme-default .nivo-caption {font-family: Helvetica, Arial, sans-serif;}
.theme-default .nivo-caption a {color:#fff;}
.theme-default .nivo-caption a:hover {color:#fff;}

.theme-default h1.catItemTitle {
    font: 72px/1.2307em 'Merriweather', serif;
    color: white;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.52);
    letter-spacing: -2px;
    margin-bottom: -20px;
}
.theme-default h3.catItemTitle {
    font: 72px/1.2307em 'Merriweather', serif;
    color: white;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.52);
    letter-spacing: -2px;
    margin-bottom: -20px;
}
.theme-default .nivo-caption .intro_space p {
    font: bold 22px/22px 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.52);
    letter-spacing: 2px;
    margin: 20px 0 0 0;
}
.theme-default .nivo-caption a.moduleItemReadMore {
    font: 800 12px/22px 'Open Sans', sans-serif;
    color: #28224d;
    background-color: #ffdb01;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdb01), to(#fdbf00)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ffdb01, #fdbf00); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #ffdb01, #fdbf00); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ffdb01, #fdbf00); /* IE10 */
	background-image:      -o-linear-gradient(top, #ffdb01, #fdbf00); /* Opera 11.10+ */
	background-image:   linear-gradient(to bottom, #ffdb01, #fdbf00);
    border-radius: 6px;
    text-shadow: 1px 1px 1px #fff100;
    box-shadow: 0px 1px 2px rgba(34,38,80,0.6);
    -moz-box-shadow: 0px 1px 2px rgba(34,38,80,0.6);
	-webkit-box-shadow: 0px 1px 2px rgba(34,38,80,0.6);
    height: 32px;
    line-height: 34px;
    display: inline-block !important;
    margin: 15px 0 0 2px;
    padding: 0 13px;
}
.theme-default .nivo-caption a.moduleItemReadMore:hover {
    background-color: #fdbf00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdbf00), to(#ffdb01)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fdbf00, #ffdb01); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #fdbf00, #ffdb01); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fdbf00, #ffdb01); /* IE10 */
	background-image:      -o-linear-gradient(top, #fdbf00, #ffdb01); /* Opera 11.10+ */
	background-image:   linear-gradient(to bottom, #fdbf00, #ffdb01);
}