body {
	margin: 0px;
	padding: 0px;
}
.nivoSlider {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
	margin: 0px auto;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 0;
	display: none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
/* Caption styles */

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	height: 500px;
	width: 100%;
	position: absolute;
 bottom:;
	z-index: 9990;
}
.nivo-directionNav a {
	z-index: 9;
	cursor: pointer;
	text-indent: -9999px;
	margin-top: 204px;
}
.nivo-prevNav {
	width: 46px;
	height: 46px;
	float: left;
	margin-left: 10px;
	display: inline-block !important;
	background: url(../images/banner-arrows.png) no-repeat 0px 0px;
}
.nivo-nextNav {
	width: 46px;
	height: 46px;
	float: right;
	margin-right: 10px;
	display: inline-block !important;
	background: url(../images/banner-arrows.png) no-repeat -46px 0px;
}
.nivo-prevNav:hover {
	background: url(../images/banner-arrows.png) no-repeat 0px -46px;
}
.nivo-nextNav:hover {
	background: url(../images/banner-arrows.png) no-repeat -46px -46px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position: relative;
	z-index: 9;
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
cosmetics .theme-default .nivoSlider {
	position: relative;
	background: #fff url(../images/ajax-loader.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-default .nivoSlider a {
	display: block;
}
.nivo-controlNav {
	/*left: 49%;*/
	padding: 5px 10px;
	position: absolute;
	border-radius: 20px;
	bottom: 20px;
	z-index: 9990;
	box-shadow: 0px 0px 2px #000;
	display: none;
}
