/*Default Slider CSS*/
.wrapper {position:relative;margin-left:auto;margin-right:auto;width:960px;height:340px;display:block;padding-top:0px;padding-bottom:45px; z-index:2;}

.label {width:220px; height:70px; float:left; display:inline; text-align:right; font-size:21px; padding-right:10px; padding-top:40px; color:#3e9bcc;}
#upfronts {width:960px; height:74px; margin-top:55px; margin-bottom:15px; float:left; display:inline;}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
    margin-bottom:20px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

/*Bullet Navigation*/
/*Comment this out if using thumbnail navigation*/

.theme-default .nivo-controlNav {
	width:960px;
	height:35px;
	float:left;
	display:inline;
	margin-top:310px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../../global/landing_sites/images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-top:8px;
	margin-left:5px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}


/*Thumbnail Navigation
To use this you must comment out the bullet navigation styles above
Also set the controlNavThumbs & controlNavThumbsFromRel properties to TRUE in the js
Thumbnail images are placed as an rel="" attribute within each feature slider image.*/

/*#slider .nivo-controlNav {
	position:absolute;
	width:960px;
	bottom:-95px;
}
#slider .nivo-controlNav img {
	width:75px;
	height:75px;
	border:3px solid #fff;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	-moz-box-shadow:0px 0px 10px #ccc; -webkit-box-shadow:0px 0px 10px #ccc; box-shadow:0px 0px 10px #ccc;
	margin:3px;
	float: left;
	display:inline;
	position:relative;
}

#slider .nivo-controlNav a.active img { 
	border:3px solid #fff; }

#slider .nivo-controlNav a.active img { 
	border:3px solid #003366; }*/


/*Arrow Navigation*/
.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../global/landing_sites/images/arrows.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;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}