@CHARSET "UTF-8";


/* HERO SLIDER CORPORATE */
#slidefade-webpage {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*.mb-slider, .mb-scroll {
	overflow: visible;
}*/
#movingboxe-slidefade-webpage {
	width: 680px;
	height: 265px;
	position: relative;
}
#movingboxe-slidefade-webpage div {
	width: 680px;
	height: 265px;
	display: none;
	position:absolute;
    /*top:3px;
    left:3px;*/
    z-index: 5;
}
#movingboxe-slidefade-webpage div.current {
	display: block;
}
#movingboxe-slidefade-webpage div h1 {
	padding-left: 55px;
	padding-top: 55px;
	padding-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	width: 450px;
	color: white;
	display: block;
}
#movingboxe-slidefade-webpage div a.button {
	margin-left: 55px;
	z-index: 10;
}

#slidefade-webpage .arrow_movingboxe {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 112.5px;
	background-image: url("../images/home-slider/paginate-arrow.png");
	background-repeat: no-repeat; 
	cursor: pointer;
	z-index: 10;
}
#slidefade-webpage .arrow_movingboxe.right_nav {
	right:20px;
	background-position: -25px 0;
}
#slidefade-webpage .arrow_movingboxe.left_nav {
	left:20px;
}

#slidefade-webpage .pagination_movingboxe {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 10;
}
#slidefade-webpage .pagination_movingboxe a {
	float: left;
	width: 12px;
	height: 10px;
	background: url(../images/home-slider/paginate.png) no-repeat 0 0;
	margin: 0 1px;
}
#slidefade-webpage .pagination_movingboxe a.selected {
	background: url(../images/home-slider/paginate.png) no-repeat 0 -10px;
}