
/* 02a. Page -> Slider
----------------------------------------------------------*/
#slider {
	float: left;
	width: 654px;
	height: 334px;
	background: url(../images/icons/loading.gif) no-repeat 50% 50%;
}
#slider img {
	float: left;
	width: 654px;
	height: 334px;	
}
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 390px;
	border: 0;
	z-index: 6;
	display: none;
	margin: 0;
	padding: 0
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;

}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
}
.nivo-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	opacity: 0.8;
	width: 100%;
	z-index: 8;
}
.nivo-caption p {
	margin: 0;
	padding: 5px
}
.nivo-caption a {
	display: inline !important
}
.nivo-html-caption {
	display: none;
}
.nivo-directionNav a {
	position: absolute;

	width: 15px;
	height: 22px;
	cursor: pointer;
	z-index: 9;
}
.nivo-prevNav {
	top:180px;
	left: 10px;
	text-indent: -9999em;
	background: url(../images/icons/prev.png) no-repeat;
}
.nivo-prevNav:hover {
	background: url(../images/icons/prev_hover.png) no-repeat;
}
.nivo-nextNav {
		top:180px;
	right: 10px;
	text-indent: -9999em;
	background: url(../images/icons/next2.png) no-repeat;
}
.nivo-nextNav:hover {
	background: url(../images/icons/next_hover.png) no-repeat;
}
.nivo-controlNav {
	float: left;
	margin: 300px 0 0 0;
}
.nivo-controlNav a {
	position: relative;
	float: left;
	position
	margin-top: 40px;
	
	width: 8px;
	height: 8px;
	margin: 0 0 0 5px;
	text-indent: -9999em;
	cursor: pointer;
	background: url(../images/icons/changer.png) no-repeat;
	z-index: 9999;
	left:280px;
	
	
}
.nivo-controlNav a.active {
	position: relative;
	float: left;
	z-index: 9999;
	text-indent: -9999em;
	background: url(../images/icons/changer-active.png) no-repeat;
}

/* 02b. Page -> Main
----------------------------------------------------------*/
