@charset "utf-8";
html{
	margin:0px; padding:0px; z-index:1; overflow-x:hidden; overflow-y:auto; background:url(../images/HtmlBg.jpg) repeat-x top;
}
#DefBanner{
	width:1920px; margin:0px auto auto auto; height:495px; overflow:hidden; position:absolute; left:50%; margin-left:-960px; border-bottom:8px solid #e8e8e8;
}

#BannerMenu{
	width:990px; height:75px; overflow:hidden;  top:350px; z-index:100; left:50%; margin-left:-445px; position:absolute;
}
#BannerMenu #prev{
	float:left; display:block; background:url(../images/Def_TopRightMenu.png) no-repeat 0px 0px; width:75px; height:75px; overflow:hidden; text-indent:-500px;
}
#BannerMenu #prev:hover{
	float:left; display:block; background:url(../images/Def_TopRightMenu.png) no-repeat 0px -74px; width:75px; height:75px; overflow:hidden; text-indent:-500px;
}
#BannerMenu #next{
	float:right; display:block; background:url(../images/Def_TopLeftMenu.png) no-repeat 0px 0px; width:75px; height:75px; overflow:hidden; text-indent:-500px;
}
#BannerMenu #next:hover{
	float:right; display:block; background:url(../images/Def_TopLeftMenu.png) no-repeat 0px -74px; width:75px; height:75px; overflow:hidden; text-indent:-500px;
}

.fullwidthbanner-container{
	width:100% !important;
	min-width:1100px;
	position:relative;
	padding:0;
	max-height:500px !important;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabnner	{
	width:100% !important;
	max-height:500px !important;
	position:relative;
	min-width:1100px;
}
