
/* SLIDER STYLE
 ------------------------------------- */
#size_slider {
	width: 900px;
	height: 468px;
	margin:0 auto 90px auto;
	border: 2px solid #fff;
}

#slider_container {
	height: 468px;
	position: relative;
	width: 900px;
	margin: 0 auto 70px auto;
}
.nivo-controlNav a {
	background: url(../images/global/global.png) no-repeat;	
}
#slider_container #slider_bottom_shadow {
	background: url(../images/slider/slider_bottom_gradient.png) no-repeat;	
}

#slider_container #slider_bottom_shadow {
	/* background-position: left -366px; */
	width: 881px;
	height: 70px;
	clear:both;
	
}
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
}

/* 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: -2px;
	bottom: -41px;
	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;
	border: 2px solid #fff;
}
.nivo-caption p {
	padding: 10px;
	margin: 0;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 148px;
	z-index: 99;
	display: none;
	/* display: block; */
	width: 52px;
	height: 53px;
	cursor: pointer;
	text-indent: -999em;
}
.nivo-prevNav {
	left: -26px;
	background-position: left -43px;
	display: none;
}
.nivo-prevNav:hover {
	left: -30px;display: none;
}
.nivo-nextNav {
	right: -26px;display: none;
	background-position: right -43px;
}
.nivo-nextNav:hover {
	right: -30px;display: none;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position: absolute;
	right: 10px;
	top: 437px;
	z-index: 99;
}
.nivo-controlNav a {
	background-position: left -249px;
	float: left;
	margin: 2px 2px 2px 2px;
	display: block;
	height: 23px;
	width: 22px;
	text-indent: -999em;
	z-index: 99;
	cursor: pointer;
}
.nivo-controlNav a:hover {
	background-position: right -249px;
}
.nivo-controlNav a.active {
	background-position: left -96px;
}