
/* SLIDER STYLE
 ------------------------------------- */
body {
	background-color:#000;
	margin:0;
	padding:0;
}
img {
	border:0;
}
#slider_container {
	height: 190px;
	width: 249px;
}
#slider_container #slider_bottom_shadow {
	background-position: left -166px;
	width: 249px;
	height: 40px;
	display: block;
	position: absolute;
	bottom: -55px;
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	border:0;
}

/* 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: 60;
	display: none;
}

/* The slices in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 50;
	height: 100%;
}

/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #000;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 89;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.nivo-caption p {
	padding: 10px;
	margin: 0;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	bottom: 0px;
	right:0px;
	z-index: 98;
	display: block;
	width: 1px;
	height: 1px;
	cursor: pointer;
	text-indent: -999em;
}
.nivo-prevNav {
	left: 25px;
	background:url(../graphics/slider/btn_prev.png) no-repeat;
}
.nivo-prevNav:hover {
	left: 24px;
}
.nivo-nextNav {
	right: 25px;
	background:url(../graphics/slider/btn_next.png) no-repeat;
}
.nivo-nextNav:hover {
	right: 24px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	background:url(../graphics/slider/nav_bg.png) no-repeat;
	position: absolute;
	padding:4px 0 0 4px;
	right: 0px;
	bottom: 0px;
	z-index: 99;
}
.nivo-controlNav a {
	background:url(../graphics/slider/nav_norm.png) no-repeat;
	float: left;
	margin: 3px;
	display: block;
	height: 17px;
	width: 15px;
	text-indent: -999em;
	z-index: 99;
	cursor: pointer;
}
.nivo-controlNav a:hover {
	background:url(../graphics/slider/nav_ov.png) no-repeat;
}
.nivo-controlNav a.active {
	background:url(../graphics/slider/nav_active.png) no-repeat;
}