﻿div#MainPromotionBanner {
	width: 216px;
	height: 153px;
	background: #fff;
	margin-left: 1px;
	overflow: hidden;
	margin-bottom:1px;
}
#MainPromotionBanner #SlidePlayer {
	width: 216px;
	height: 153px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 190px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 360px;
	height: 190px;
}
#MainPromotionBanner .Slides img {
	border: 0;
	display: block;
	width: 360px;
	height: 190px;
}
#MainPromotionBanner .SlideTriggers {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 5px;
	right: 0px;
	z-index: 10;
	height: 25px;
}
#MainPromotionBanner .SlideTriggers li {
	float: left;
	display: inline;
	color: #EA0000;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 6px;
	background: url('PhotoPlayImages/slide_trigger.gif') center center;
}
#MainPromotionBanner .SlideTriggers li.Current {
	color: #fff;
	background: url('PhotoPlayImages/slide_trigger_c.gif') no-repeat center center;
	border: 0;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin: 0 6px;
}

