﻿#MainPromotionBanner
{
	border-style: solid; /*border-color: #000000; 	background-color: #000000;*/
	display: block;
	border-width: 0px;
	float:none;
	width: 300px;
	height: 225px;
	clear: both;
}
#MainPromotionBanner a:hover
{
	position: static;
}
#MainPromotionBanner .Slides
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 225px;
	overflow: hidden;
}
#MainPromotionBanner #SlidePlayer
{
	position: relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides li
{
	float: left;
	width: 300px;
	height: 225px;
}
#MainPromotionBanner .Slides img
{
	border: 0;
	display: block;
	width: 300px;
	height: 225px;
}
#MainPromotionBanner .SlideTriggers
{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 200px;
	right: 0px;
	z-index: 10;
	height: 25px;
}
#MainPromotionBanner .SlideTriggers li
{
	float: left;
	display: inline;
	color: #74a8ed;
	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( 'images/slide_trigger.gif' ) no-repeat center;
}
#MainPromotionBanner .SlideTriggers li.Current
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	color: #fff;
	background: url( 'images/slide_trigger_c.gif' ) no-repeat center;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin: 0 6px;
}
