.theme-default .nivoSlider {
	background: url("loading.gif") no-repeat 50% 50% rgb(255, 255, 255); margin-bottom: 10px; position: relative; box-shadow: 0px 1px 5px 0px #4a4a4a; -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a; -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	left: 0px; top: 0px; display: none; position: absolute;
}
.theme-default .nivoSlider a {
	border: 0px currentColor; display: block;
}
.theme-default .nivo-controlNav {
	display: none;
}
/*.theme-default .nivo-controlNav {
	padding: 20px 0px; text-align: center;
}*/
.theme-default .nivo-controlNav a {
	background: url("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("arrows.png") no-repeat; border: 0px currentColor; width: 30px; height: 30px; 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: -30px 0px; right: 15px;
}
.theme-default a.nivo-prevNav {
	left: 15px;
}
/*.theme-default .nivo-directionNav a {
	 border: 0px currentColor; width: 50px; height: 70px; text-indent: -9999px; display: block; opacity: 1; -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: url("arrow-right-128.png") no-repeat center; right: 0px;
}
.theme-default a.nivo-prevNav {
	background: url("arrow-left-128.png") no-repeat center; left: 0px;
}*/
.theme-default .nivo-caption {
	font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
	color: rgb(255, 255, 255);
}
/*.theme-default .nivo-caption a {
	color: rgb(255, 255, 255); border-bottom-color: rgb(255, 255, 255); border-bottom-width: 1px; border-bottom-style: dotted;
}*/
.theme-default .nivo-caption a:hover {
	color: rgb(255, 255, 255);
}
.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: 30px;
}

.theme-default .slideCaptionHeader a {   
	font: italic normal normal 36px/1 Georgia, serif;
	color: white;
	letter-spacing: 1px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5) ;
	text-decoration: none;
}

.theme-default .slideCaptionBand {
	background: rgb(125, 125, 125);
	opacity: 0.8;
	-moz-opacity: 0.8;
	margin: -5px -10px; 
	margin-top: 40px;
	padding: 5px 10px; 
	height: 16px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

.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;
}



