#SlidePlayer{position:relative;}
#SlidePlayer li{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
#SlidePlayer ul{margin: 0px;padding: 0px;}
#SlidePlayer .Slides{width:982px;height:306px;overflow:hidden;line-height:0;font-size:0;}
#SlidePlayer .SlideTriggers{margin:0;padding:0;height:25px;list-style-image:none;list-style-position:outside;list-style-type:none;position:absolute;right:0;top:275px;z-index:10;}
#SlidePlayer .SlideTriggers li{
	background:transparent url(../Images/slide_trigger.gif) no-repeat scroll center;
	color:#D94B01;
	cursor:pointer;
	display:inline;
	float:left;
	font-family:Arial;
	font-size:.9em;
	height:18px;
	line-height:16px;
	overflow:hidden;
	text-align:center;
	width:18px;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
#SlidePlayer .SlideTriggers li.Current{
	background:transparent url(../Images/slide_trigger_c.gif) no-repeat scroll center;
	border:0 none;
	color:#FFF;
	font-size:1.4em;
	font-weight:700;
	height:21px;
	line-height:21px;
	width:21px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0px;
}
#SlidePlayer img{vertical-align:top;}