#MainPromotionBanner {
height:149px; overflow:hidden; border:solid 1px #ccc; margin:10px 10px 20px 10px; background:url(../images/benhvienhotbg.gif) repeat-x
}

#MainPromotionBanner #SlidePlayer {
	position: relative;
	margin: 0 auto;
}

#MainPromotionBanner .Slides {
	padding: 0;
	margin: 5px 0 0 30px;
	list-style: none;
	height: 110px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 510px;
	height: 110px;
}
#MainPromotionBanner .Slides img {
	border: 0;
	display: block;
	width: 510px;
	height: 110px;
}
#MainPromotionBanner .SlideTriggers {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 97px;
	right: 15px;
	z-index: 50;
	height: 25px;
}
#MainPromotionBanner .SlideTriggers li {
	float: left;
	display: inline;
	color: #000;
	text-align: center;
	line-height: 17px;
	width: 18px;
	height: 16px;
	font-family: Arial;
	font-size: 10px;
	cursor: pointer;
	overflow: hidden;
	margin: 23px 2px 0px 2px;
	background:url(../images/bt-flash.gif) no-repeat;
}


#MainPromotionBanner .SlideTriggers li.Current {
	color: #000;
	text-align: center;
	line-height: 17px;
	width: 18px;
	height: 16px;
	font-family: Arial;
	font-size: 10px;
	cursor: pointer;
	overflow: hidden;
	margin: 23px 2px 0px 2px;
	background: url(../images/bt-flash-c.gif) no-repeat;
	

}

