@charset "utf-8";
#slider {
	width: 900px;
	height: 200px;
	margin: 0;
	padding: 0;
	background-color: #8FC6ED;
	border: none;
	overflow: hidden;
}
/*#slider #vFilter {
	width: 900px;
	height: 200px;
/*	border-top: 1px solid #e0e0e0; */
	background: #8FC6ED url(/shared/img/home/yokoso.gif) center center no-repeat;
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 200;
}*/
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
}
.nivoSlider img {
	position: absolute;
	top: 0;
	left: 0
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	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: 0;
	bottom: 0;
    display: block;
	background: #8FC6ED;
	color: #000;
	opacity: 0.6;/* Overridden by captionOpacity setting */
	width: 100%;
	z-index: 89;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 99;
	cursor: pointer;
	display: block;
	border: 1px solid #666;
	background: url(/shared/img/home/visualNav.gif) top left repeat-y;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	box-shadow: 0 0 2px #fff;
	-moz-box-shadow: 0 0 2px #fff;
	-webkit-box-shadow: 0 0 2px #fff
}
a.nivo-prevNav {
	left: 0;
	border-left: 0;
	background-position: 0 0
}
a.nivo-prevNav: hover {
	background-position: -64px 0;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8
}
a.nivo-nextNav {
	right: 0;
	border-right: 0;
	background-position: -32px 0
}
a.nivo-nextNav: hover {
	background-position: -96px 0
}
/* Control nav styles (e.g. 1,2,3...) */
#slider .nivo-controlNav {
	position: absolute;
	top: 1;
	height: 28px;
	overflow: hidden;
	background: #8FC6ED;
	padding: 1px 0px 1px 6px;
	z-index: 9999;
	box-shadow: 0px 0px 2px #000;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
}
.nivo-controlNav img {
	width: 63px;
	height: 24px
}
.nivo-controlNav a {
	position: relative;
	z-index: 99;
	cursor: pointer;
	display: block;
	float: left;
	border-left: 1px solid #231815;
	width: 63px;
	height: 24px;
	border: 2px solid #0095d0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 0.5;
	background-color: #000;
	margin-right: 1px
}
.nivo-controlNav a.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}
.nivo-controlNav a: hover {
	border: 2px solid #fddb3a !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1
}
a#navTrigger {
	float: right;
	width: 12px;
	height: 28px;
	cursor: pointer;
	border-left: 1px solid #e0e0e0;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	border: 0;
	background: url(/shared/img/home/visualCtrl.png) 0 0 no-repeat;
	z-index: 8000
}
a#navTrigger: hover {
	background-position: -12px 0px;
	border: 0 !important
}
a#navTrigger.on, a.on {
	background-position: -24px 0px !important
}
a#navTrigger.on: hover, a.on: hover {
	background-position: -36px 0px !important
}