@charset "UTF-8";
/* CSS Document */

.promo-box { height: 375px; position: relative;}

/* Buttons */

#promo-buttons { position: absolute; z-index: 25; top: 343px; left: 420px; width: 72px !important; height: 19px; display: none; margin-bottom:0px; }
#promo-buttons span { display: none; }
#promo-buttons a { float: left; width: 23px; height: 19px; background-image:url(../images/home/whatsnew-btns.gif); }
#promo-buttons a#previous:hover { background-position: 0 -19px; }
#promo-buttons #pause { background-position: -23px 0; display: inline; }
#promo-buttons a#pause:hover { background-position: -23px -19px; }
#promo-buttons #play { background-position: -71px 0; display: none; }
#promo-buttons a#play:hover { background-position: -71px -19px; }
#promo-buttons #next { width: 23px; background-position: -48px 0; }
#promo-buttons a#next:hover { background-position: -48px -19px; }

/* LEFT SIDE */

.promo-container {
	position: relative;
	float: left;
	display: inline;
	width: 652px;
	height: 375px;
	overflow:hidden;
}

.text h3 { padding:0px; margin:0px; display:block; padding-top:2px; padding-bottom:0px; margin-bottom:0px; padding-left:4px; background-color:#FFFFFF; color:#000000; font-weight:bold; }
.text p { padding:0px; margin:0px; display:block; padding-top:0px; padding-bottom:2px; margin-bottom:4px; padding-left:4px; background-color:#FFFFFF; color:#000000; }

.promo-container .offscreen { display: none; }

.promo-container  h3 { }
.promo-container .links { position: relative; bottom: 0; }
.promo-container .links a { display: block; float: left; margin: 0 8px 0 0; }

/* .promo-container .links a.watch { background: url("/watch.gif") no-repeat; padding: 1px 0 0 27px; }
.promo-container .links a.photos { background: url("/photos.gif") 0 0 no-repeat; padding: 1px 0 0 16px; }
.promo-container .links a.videos { background: url("/videos.gif") 0 0 no-repeat; padding: 1px 0 0 16px; } */