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

/* size/position the container and each pane inside it */
#featured-promo, .zing-pane {
	width: 969px;
	height: 435px;
}

/* these are the panes. use bg image for display and live text/html for what's inside if you can */
#zing-1 {
	background:url("./featured-promo-bg-1.jpg") no-repeat 0 0 transparent;
}
#zing-2 {
	background:url("./featured-promo-bg-2.jpg") no-repeat 0 0 transparent;
}
#zing-3 {
	background:url("./featured-promo-bg-3.jpg") no-repeat 0 0 transparent;
}
#zing-4 {
	background:url("./featured-promo-bg-4.jpg") no-repeat 0 0 transparent;
}
/* 
this is the shared transparent bg behind live text of each pane 
if they each need to be different disable this and manage below
*/
.zing-pane .cta-bg {
	background-color:#FFF;
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
	z-index: 1;
}
.zing-pane .cta-wrapper {
	z-index: 100;
}
/* backgrounds behind live text pane specific */
#zing-1 .cta-bg {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 400px;
	height: 300px;
}
#zing-1 .cta-wrapper {
	position: absolute;
	top: 40px;
	left: 220px;
	width: 260px;
}
#zing-2 .cta-bg {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 400px;
	height: 300px;
}
#zing-2 .cta-wrapper {
	position: absolute;
	top: 40px;
	left: 220px;
	width: 260px;
}
#zing-3 .cta-bg {
	height: 400px;
    left: 200px;
    position: absolute;
    top: 40px;
    width: 308px;
}
#zing-3 .cta-wrapper {
	position: absolute;
	top: 40px;
	left: 220px;
	width: 260px;
}
#zing-4 .cta-bg {
	background-color: #000000;
    height: 374px;
    left: 20px;
    position: absolute;
    top: 40px;
    width: 530px;
}
#zing-4 .cta-wrapper {
	color: #FFFFFF;
    left: 30px;
    position: absolute;
    top: 40px;
    width: 500px;
}

/* position the nav within the container. set width to match number of nav items. */
#featured-promo .zing-nav {
	background: url("./trans-grey.png") repeat scroll 0 0 transparent;
	position: absolute;
	top: 385px;
	left: 796px;
	width: 130px;
	height: 30px;
	z-index: 500;
	display: block;
}
.zing-pause, .zing-play {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
}

.zing-tab.zing-play {	
	background-image: url("./zing-nav-button-play.png");
	background-repeat: no-repeat;
}
.zing-tab.zing-pause {	
	background-image: url("./zing-nav-button-pause.png");
	background-repeat: no-repeat;
}
/* a tab (or button) */
.zing-tab {
	float: left;
	display: block;
	padding: 0px 8px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	width: 10px;
	height: 30px;
	text-indent: -99999px;
}
.zing-nav .current {
}
/* zing button specific */
#zing-1-tab {
	background-image: url("./zing-nav-button-1.png");
}
#zing-1-tab.current {
	background-image: url("./zing-nav-button-1-active.png");
}
#zing-2-tab {
	background-image: url("./zing-nav-button-2.png");
}
#zing-2-tab.current {
	background-image: url("./zing-nav-button-2-active.png");
}
#zing-3-tab {
	background-image: url("./zing-nav-button-3.png");
}
#zing-3-tab.current {
	background-image: url("./zing-nav-button-3-active.png");
}
#zing-4-tab {
	background-image: url("./zing-nav-button-4.png");
}
#zing-4-tab.current {
	background-image: url("./zing-nav-button-4-active.png");
}
#zing-5-tab {
	background-image: url("./zing-nav-button-5.png");
}
#zing-5-tab.current {
	background-image: url("./zing-nav-button-5-active.png");
}
#zing-6-tab {
	background-image: url("./zing-nav-button-6.png");
}
#zing-6-tab.current {
	background-image: url("./zing-nav-button-6-active.png");
}
#zing-7-tab {
	background-image: url("./zing-nav-button-7.png");
}
#zing-7-tab.current {
	background-image: url("./zing-nav-button-7-active.png");
}
.zing-nav .zing-prev, .zing-nav .zing-next {
	display: none;
}
/* hover state for the tab */
.zing-tab:hover {
	background-color: #AAAAAA;
}

/* current tab hilite */
.zing-tab.current {
	background-image: url("/lp/templates/images/zing-nav-on.png");
	background-repeat: no-repeat;
}

/* current tab hilite a more different way */
.demo-tab.alt-current {
	background-color: #000;
	color: #fff;
}
