@charset "UTF-8";
/* Main Banner -------------------------------------------------------------- */
body #mainBannerWrapper{
	position:relative;
	height:60.2rem;
	-webkit-transition:margin-top 0.3s;
	-moz-transition:margin-top 0.3s;
	-o-transition:margin-top 0.3s;
	transition:margin-top 0.3s;
}
body #mainBannerWrapper div.ctrlButton{
	position:absolute;
	width:39px;
	height:64px;
	top:50%;
	margin-top:-64px;
}
body #mainBannerWrapper div.ctrlButton.Prev{
	background:url('/themes/base/res/img/icons/banner/buttonPreviousWhite.png') no-repeat center;
	left:5%;
}
body #mainBannerWrapper div.ctrlButton.Next{
	background:url('/themes/base/res/img/icons/banner/buttonNextWhite.png') no-repeat center;
	right:5%;
}
body #mainBannerWrapper div.ctrlDots{
	position:absolute;
	bottom:0;
	width:100%;
	line-height:40px;
	text-align:center;
}
body #mainBannerWrapper div.ctrlDots div.dot{
	width:16px;
	height:16px;
	margin:2px;
	display:inline-block;
	background:url(/themes/base/res/img/icons/banner/bannerBullet.png) center no-repeat;
}
body #mainBannerWrapper div.ctrlDots div.dot.active{
	background:url(/themes/base/res/img/icons/banner/bannerBulletActive.png) center no-repeat;
}
header.shrinked #mainBannerWrapper{
	margin-top:100px;
	-webkit-transition:margin-top 0.3s;
	-moz-transition:margin-top 0.3s;
	-o-transition:margin-top 0.3s;
	transition:margin-top 0.3s;
}
