/* original marqueePromo styles */
div#marquee {
	display: block;
	position: relative;
	overflow: hidden;
}

div.marquee_play {
	position: absolute;
	cursor: pointer;
	bottom: 25px;
}

ul#marqueePromo {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 23px;
}

ul#marqueePromo li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#marqueePromo li img {
	display: none;
	border: 3px solid #FFF;
	cursor: pointer;
}

ul#marqueePromo li.marquee_play img {
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: 0px;
	display: inline;
}

ul#marqueePromo .progress {
	width: 54px;
	height: 3px;
	margin-top: 2px;
	overflow: hidden;
	background: url(../../images/homepage/marqueePromo/progress.png)
		repeat-x;
}

ul#marqueePromo .progressInner {
	width: 0;
	height: 3px;
	background: #FFF;
}

div#marquee.LowerLeft  ul#marqueePromo {
	top: auto;
	bottom: 20px;
	left: 20px;
	right: auto;
}

div#marquee.LowerRight ul#marqueePromo {
	top: auto;
	bottom: 20px;
	left: auto;
	right: 40px;
}

div#marquee.UpperLeft  ul#marqueePromo {
	top: 20px;
	bottom: auto;
	left: 20px;
	right: auto;
}

div#marquee.UpperRight ul#marqueePromo {
	top: 20px;
	bottom: auto;
	left: auto;
	right: 40px;
}

/* marqueePromo2 styles */
ul#frame {
	position: relative;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

ul#frame li.picture {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

ul#frame li.picture.next-active {
	z-index: 9;
}

ul#frame li.picture.active {
	z-index: 10;
}

ul#frame li.picture.temp-next-active {
	z-index: 11;
}

ul#frame li.picture.temp-active {
	z-index: 12;
}
li#icons div#iconDiv {
	display: none;
}

li#icons div.LowerLeft {
	position: absolute;
	bottom: 30px;
	left: 25px;
	z-index: 15;
}

li#icons div.LowerRight {
	position: absolute;
	bottom: 30px;
	right: 25px;
	z-index: 15;
}

li#icons div.UpperLeft {
	position: absolute;
	top: 30px;
	left: 25px;
	z-index: 15;
}

li#icons div.UpperRight {
	position: absolute;
	top: 30px;
	right: 25px;
	z-index: 15;
}

li#icons div.TopCenter {
	position: absolute;
	top: 30px;
	z-index: 15;
}

li#icons div.BottomCenter {
	position: absolute;
	bottom: 30px;
	z-index: 15;
}
