.nivo_slider .nivo-caption {
	text-shadow: none;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	line-height: 18px;
	font-size: 12px;
}

@media screen and (min-device-width : 480px)
{
	div.nivo-caption {
		min-width: 30.66%;
		max-width: 61.32%;
		min-height: 50%;
		background: rgba(36,173,194,0.9);
		margin: 1% 1% 1% 1.6%;
	}
	div.nivo-caption h3 {
		line-height: 1.1;
		text-align: left;
		font-size: 16pt !important;
		font-weight: lighter !important;
		margin: 0 0 15px 0;
	}

	div.nivo-caption p {
		text-align: left;
		font-size: 11pt;
		padding: 5px;
		margin: 0;
	}
}

@media only screen and (max-width: 480px) {
	div.nivo-caption {
		width:0px; !important;
		height:0px; !important;
	}
	div.nivo-caption h3 {
		width:0px; !important;
		height:0px; !important;
	}

	div.nivo-caption p {
		width:0px;
		height:0px;
	}
}

div.nivo-controlNav
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 1% 1.6% 1% 1.6%;
}

div.nivo-controlNav a {
	font-size: 0px;
	position: relative;
	z-index: 9;
	cursor: pointer;
	text-decoration: none;
	clear: none !important;
	margin: 0 4px 5px;
	width: 15px;
	height: 13px;
	display: inline-block;
	background: #fff !important;
	color: #fff !important;
	overflow: visible;
}

div.nivo-controlNav a.active {
	font-size: 0px;
	margin-top: 5px;
	clear: none !important;
	margin: 0 4px 5px 5px;
	width: 15px;
	height: 13px;
	display: inline-block;
	background: #a62546 !important;
	color: #a62546	!important;
	overflow: visible;
}

#slider {
}

/*.nivoSlider img{height:100%;} */
/*.nivo-main-image{height:100%;}*/

.nivo-caption a:link {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.nivo-caption a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

p.nivo_link {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

