#slidercontainer {
    max-width:980px;
	margin:0 auto 0 !important;
	padding:0;
}

#slider {
	position:relative;
    width:680px;
	height:auto;
	overflow: hidden;
	float:left;
	margin:0 auto;
}

#slider-r {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#274f83+0,4071a9+50,274f83+100 */
background: #274f83; /* Old browsers */
background: -moz-linear-gradient(top,  #274f83 0%, #4071a9 50%, #274f83 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #274f83 0%,#4071a9 50%,#274f83 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #274f83 0%,#4071a9 50%,#274f83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#274f83', endColorstr='#274f83',GradientType=0 ); /* IE6-9 */

	/*background: linear-gradient(180deg, rgba(43,84,138,1), rgba(64,139,169,1));*/
	position:relative;
	width:300px;
	height:360px;
	margin:0;
	float:left;
}

.slider-rpad {
	padding:0 28px 0 28px;	
	margin:0;
}

.slider-rpad h4 {
	color:#ffffff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:27px !important;
	line-height:27px !important;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 !important;
	padding:25px 0 15px 0 !important;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}




/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:43%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:48px;
	height:48px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-48px 0px;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}