.ie6box{
	margin:0 auto;
 	width:1048px;
	height:200px;
	background-color:#FFF;
	border:1px solid #333;
	text-align:left;
}
.ie6boxs{
	margin:0 auto;
 	width:700px;
	height:50px;
	background-color:#FFF;
	font-size:0.9em;
	clear:both;
	text-align:left;
	line-height:20px;
	margin-top:5px;
}
.ie6boxe{
	margin:0 auto;
 	width:600px;
	height:125px;
	background-color:#FFF;
	font-size:0.9em;
	clear:both;
	text-align:left;
	line-height:20px;
	margin-top:5px;
}
.ie6boxe img{
	margin-top:5px;
 	border-style:none;
 }
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:24px;
	bottom:-30px;
    margin-left:0px; /* Tweak this to center bullets */

}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}