﻿
#imgFlash #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#imgFlash .Slides{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 178px;
	overflow: hidden;
}
#imgFlash .Slides UL { margin: 0px; }
#imgFlash .Slides li {
	float: left;
	width: 675px;
	height: 178px;
}

#imgFlash .Slides img{
	border:0;
	display: block;
	width: 675px;
	height: 178px;	
}

#imgFlash .SlideTriggers{
	margin: 0;
	padding: 0;
	list-style: none; 
	position: absolute; 
	top: 150px;
	right: 0px;
	z-index: 10;
	height: 25px;
	z-index: 8888;
}
#imgFlash .SlideTriggers li{
	float: left;
	display: inline;
	color: #008E8D;
	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(../../_imgs/sk1.gif) no-repeat center center;
}
#imgFlash .SlideTriggers li.Current{ 
	color:#fff; 
	background: url(../../_imgs/sk2.gif) no-repeat center center;
	border:0; 
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 6px;
}

/* HOME BANNER 2010-1-17 Added */
#imgFlash #SlidePlayer LI#banner_p_1
{
	background: url('../../_imgs/banner_p_1.jpg') no-repeat;
	}
#imgFlash #SlidePlayer LI#banner_p_2
{
	background: url('../../_imgs/banner_p_2.jpg') no-repeat;
	}
#imgFlash #SlidePlayer LI#banner_p_3
{
	background: url('../../_imgs/banner_p_3.jpg') no-repeat;
	}
#imgFlash #SlidePlayer .floatBG
{
	width: 675px; height: 40px; background: #89898A; position: relative; z-index: 333; margin-top: -40px; filter: alpha(opacity=40);-moz-opacity:0.4;opacity:0.4;
	}
#imgFlash #SlidePlayer .btn_buy
{
	background: url(../../_imgs/btn_banner_buy.png) no-repeat; width: 96px; height: 26px; z-index: 666; position: relative; margin: -26px 20px 0px 150px; cursor: pointer;
}
*html #imgFlash #SlidePlayer .btn_buy
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="_imgs/btn_banner_buy.png"); background: none;
}
#imgFlash #SlidePlayer .btn_more
{
	background: url(../../_imgs/btn_banner_more.png) no-repeat; width: 96px; height: 26px; z-index: 666; position: relative; margin: -32px 0px 0px 30px; cursor: pointer;
}
*html #imgFlash #SlidePlayer .btn_more
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image, src="_imgs/btn_banner_more.png"); background: none;
}
/* HOME BANNER END 2010-1-17 Added */
