.theme-default 
{
	height:270px;
	overflow:hidden;
	position:relative;
}
.nivoSlider
{
	position:relative;
	width:100%;
	height:auto;
	overflow:hidden;
}
.nivoSlider img
{
	position:absolute;
	top:0;
	left:0;
}
.nivoSlider a.nivo-imageLink
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
.nivo-controlNav
{
	position:absolute;
	left:22px;
	bottom:-6px;
	z-index:300;
}
.nivo-controlNav a
{
	cursor:pointer;
	display:block;
	margin-right:5px;
	width:18px;
	height:18px;
	background:url(/Images/Banner/bullets.png) no-repeat top;
	float:left;
	text-indent:-9999px;
}
.nivo-controlNav a.active,.nivo-controlNav a:hover
{
	background-position:0 -20px;
}
