﻿.Default
{
	background: #FFFF00;
	height: 200px;
	position: relative;
	width: 900px;
}

.Default .Defaultbannerwrapper
{
	height: 200px;
	left: 0;
	overflow: auto;
	position: absolute;
	top: 0;
	width: 900px;
	border: solid 2px gray;
}

.Default .Defaultbannerwrapper ul
{
	left: 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 99999px;
}

.BannerPane ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
}

.Default ul li
{
	display: block;
	float: left;
	height: 200px;
	margin: 0;
	padding: 0;
	width: 900px;
}
.Default a.Defaultarrow{
	background-color: Black;
	color: #fff;
	height: 21px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	width: 20px;
	cursor: pointer;
}
.Default a.Defaultarrow,
.Default a.Defaultarrow:link,
.Default a.Defaultarrow:active,
.Default a.Defaultarrow:visited{
	color:#fff;
}
.Default a.Defaultarrow:hover{
	color:#808080;
}
.Default .Defaultforward{
	right: 65px;
	top: 175px;
}

.Default .Defaultback{
	
	right: 90px;
	top: 175px;
}

.DefaultthumbNav
{
	position: absolute;
	right: 120px;
	text-align: right;
	top: 175px;
}

.DefaultthumbNav a
{
	background-color: #000000;
	color: #FFFFFF;
	display: inline-block;
	height: 22px;
	line-height: 20px;
	margin: 0 5px 0 0;
	text-align: center;
	width: 27px;
}

.DefaultthumbNav a.cur
{
	background-color: #000000;
	color: 808080;
}

.Default a.Defaultstart-stop{
	background-color: Black;	
	height: 21px;
	line-height: 20px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 175px;
	width: 49px;
}
.Default a.Defaultstart-stop,
.Default a.Defaultstart-stop:link,
.Default a.Defaultstart-stop:active,
.Default a.Defaultstart-stop:visited{
	color:#fff;
}
.Default a.Defaultstart-stop:hover{
	color:#808080;
}
