/* ===== Video Player Styles ===== */

#caption-WebstersGeckoGoof .caption{
	font-size: 15px;
}

#caption-Webinar-OnlinePredators .caption {font-size: 14px;}
.language-es #caption-Webinar-OnlinePredators .caption {font-size: 11px;}

#caption-StopThatPostAgain .caption {font-size: 17px;}
.language-es #caption-StopThatPostAgain .caption {font-size: 13px;}
.language-es #caption-WebstersGeckoGoof .caption {font-size: 12px;}
.language-es #caption-TeenSextingTips .caption {font-size: 14px;}
.language-es #caption-6DegressOfInformation .caption {font-size: 16px;}
.language-es #caption-StandByOrStandUp .caption {font-size: 13px;}

#rotatingBanner{
	background-color: #fff;
    width: 695px;
	height: 323px;
    border: 1px solid #aeaeae;
	Font: bold 12px tahoma;
	color: #555;
	margin-top: 10px; 
	margin-left: 12px;
	box-shadow: 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#dddddd, offX=1.5, offY=1.5, positive=true);
}

#rotatingBanner #bannerDescription {
	color: #fff;
	font: bold 12px tahoma;
	padding: 6px 26px 0px 10px;
	line-height: 15px;
}

#rotatingBanner h1 { 	
	font:  bold 14px tahoma;
	color: #fff;
	margin: 20px 0 0 8px;
	width: 170px;
}

#rotatingBanner .caption {
	display: none;
}

#Parents #rotatingBanner .caption.Parents,
#Educators #rotatingBanner .caption.Educators,
#LawEnforcement #rotatingBanner .caption.LawEnforcement,
#Teens #rotatingBanner .caption.Teens {
	display: inline;
}

/* ===== Banners ==== */

#rotatingBanner .first {
    float: left;
    padding: 11px 0 0 8px;
	width: 480px;
	height: 300px;
	position: relative;
}

.language-es .carousel-caption .caption{
	font-size: 17px;
}

.language-es #LessonBuilder .carousel-caption .caption{
	font-size: 15px;
}

/* ===== Text Box ==== */

#rotatingBanner .second {
	position: relative;
	background: #fff url(/NetSmartz_v3/images/educator/blue-box.gif) no-repeat 0px  ;
    float: right;
    width: 190px;
	height: 285px;
    padding: 36px 0px 0 8px;
}

.yellow #rotatingBanner .second {
	background: #fff url(/NetSmartz_v3/images/home/orange-box.gif) no-repeat 0px  !important;
}

.green #rotatingBanner .second {
	background: #fff url(/NetSmartz_v3/images/video/green_box.gif) no-repeat 0px  !important;
}

.red #rotatingBanner .second {
	background: #fff url(/NetSmartz_v3/images/lawenforcement/red-box.gif) no-repeat 0px !important;
}

.purple #rotatingBanner .second {
	background: #fff url(/NetSmartz_v3/images/teens/purple_Box.gif) no-repeat 0px  !important;
}