
.theme-default .nivoSlider {
	background: url("loading.gif") no-repeat 50% 50% rgb(255, 255, 255); margin-bottom: 10px; position: relative; 
	box-shadow: 0px 0px 0px 0px #FFF; 
	-moz-box-shadow: 0px 0px 0px 0px;
	-webkit-box-shadow: 0px 0px 0px 0px;
}
.theme-default .nivoSlider img {
    left: 0px;
    top: 0px;
    display: none;
    position: absolute;
    max-width: 800px;
    height: 450px;
    overflow: hidden;
}
.theme-default .nivoSlider a {
	border: 0px currentColor; display: block;
}
.theme-default .nivo-controlNav {
	display: block;
	margin-top: -40px;
    width: 400px;
    margin-left: 800px;
}
/*.theme-default .nivo-controlNav {
	padding: 20px 0px; text-align: center;
}*/
.theme-default .nivo-controlNav a {
	background: url("img/bullets.png") no-repeat; margin: 0px 2px; border: 0px currentColor; width: 22px; height: 22px; text-indent: -9999px; display: inline-block;
}
.theme-default .nivo-controlNav a.active {
	background-position: 0px -22px;
}
.theme-default .nivo-directionNav a {
	background: url("img/arrows.png") no-repeat; 
	
	width: 55px; 
	height: 90px; 
	text-indent: -9999px; 
	display: block; 
	opacity: 0; 
	-webkit-transition: all 200ms ease-in-out; 
	-moz-transition: all 200ms ease-in-out; 
	-o-transition: all 200ms ease-in-out; 
	transition: all 200ms ease-in-out;
	
}
.theme-default:hover .nivo-directionNav a {
	opacity: 1;
}
.theme-default a.nivo-nextNav {
	background-position: -85px 0px; 
	right: 0px;
	 
}
.theme-default a.nivo-prevNav {
	left: 0px;
	
}

.theme-default .nivo-caption {
	font-family: 'Louis' !important;
	text-transform: uppercase;
		 background-color: #e3e3e3;
    width: 400px;
    height: 450px;
    left: 800px;
	    padding: 20px;
    box-sizing: border-box;
}
.theme-default .nivo-caption a {
	color: #333;
	font-family: 'Louis' !important;
}

.theme-default .nivo-caption a:hover {
	color: #777;
}
.theme-default .nivo-thumbs-enabled.nivo-controlNav {
	width: 100%;
}
.theme-default .nivo-thumbs-enabled.nivo-controlNav a {
	width: auto; height: auto; margin-bottom: 5px;
}
.theme-default .nivo-thumbs-enabled.nivo-controlNav img {
	width: 120px; height: auto; display: block;
}


/* GM NEWS CAROUSEL SPECIFIC STYLES */

.theme-default .slideCaptionHeader {
	padding-left: 0px;
	background:none;
	
  
  height: 350px;
    overflow: hidden;
    padding-right: 40px;
}

.theme-default .nivo-caption .slideCaptionHeader a {   
	font: bold italic 36px/1.2em Louis !important;
	color: #323334 !important;
	letter-spacing: 1px;
	
	text-decoration: none;
	opacity: 1;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.5) ; 
    filter: alpha(opacity=100); 
	/*  transform: skew(35deg) !important; 
	-webkit-transform: skew(35deg) !important;
  -moz-transform: skew(35deg) !important;
  -ms-transform: skew(35deg) !important;
  -o-transform: skew(35deg) !important;
  padding: 0px 20px;*/
	display: inherit !important;
	
	line-height: 1.2;
}

.nivo-caption {   
	padding: 30px;
	/*background-color: rgba(50,51,52,.75);*/

}


.theme-default .slideCaptionBand {
	background: none;
    margin: 0px -10px;
    margin-top: -5px;
    padding: 10px 10px 5px 10px;
    height: 22px;
    font-size: 100%;
    font-weight: normal;
    width: 100%;
    box-sizing: border-box;
    opacity: 1;
}

.theme-default .slideCaptionBand img {
	left: auto !important; 
	top: auto !important; 
	display: inline !important; 
	position: static !important;
	margin-left: 15px;
}
  
.theme-default .slideCaptionBandTag {
	margin-left: 15px;
	display: inline;
}

.slideCaptionBand div + div .fa-camera {
    margin: 2px 5px 0px 0px;
    display: inline;
    float: none;
    padding: 0px;
    line-height: 2;
    position: absolute;
    top: 378px;
	left: 290px;
	color:#fff;}

.slideCaptionBand div + div .fa-video-camera {
    margin: 2px 5px 0px 0px;
    display: inline;
    float: none;
    padding: 0px;
    line-height: 2;
    position: absolute;
    top: 378px;
	left: 325px;
	color: #fff;}
	
	.slideCaptionBand div + div .addthis_button {
    margin: 2px 5px 0px 0px;
    display: inline;
    float: none;
    padding: 0px;
    line-height: 2;
    position: absolute;
    top: 378px;
	left: 360px;
	color:#333;}
	
	
	
	
	.slideCaptionBand div {
float: none !important;
    display: block;
}

.slideCaptionBand div + div {
float: none !important;
    display: block;
	color: #0d1212;
}





