.theme-mglc.slider-wrapper{
	position: relative;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
	z-index: 300;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-mglc .nivo-controlNav{
	position: absolute;
	bottom: 30px;
	right: 52px;
	color: white;
	padding: 0px;
	z-index: 400;
}

.theme-mglc .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(bullet.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 5px;
}
.theme-mglc .nivo-controlNav a.active {
	background:url(bulletActive.png) no-repeat;
}