#fullbanner {
	position:relative;
	width:100%;
	height:540px;
	z-index:1;
}
#fullbanner #mascara {
	position:relative;
	margin:auto;
	width:980px;
	height:540px;
	overflow:hidden;
	z-index:2;
}
#fullbanner #scroller {
	width:10000px;
	height:350px;
}
#fullbanner .ban{
	widtH:980px;
	height:540px;
	position:absolute;
	left:0;
	top:0;
	z-index:3;
	
}
#fullbanner a.slice {
	position:absolute;
	display:none;
	border:0;
	width:980px;
	float:left;
	background-position:center;
	background-repeat:no-repeat;
	height:350px;
	border:0;
}
#fullbanner a.slice img {
	border:0;
}
#fullbanner .clear {
	float:none;
	clear:both;
}
#fullbanner #buttons {
	position:absolute;
	height:51px;
	width:980px;
	bottom:7px;
	left:0px;
	z-index:100;
	background:none;
}
#fullbanner #buttons a {
	display:block;
	background-repeat:no-repeat;
	float:left;
	width:230px;
	height:50px;
	margin:0 2px 0 10px;
	text-indent:-99999px;
	z-index:100;
}
#fullbanner #buttons a.active {
	background-position:0 -70px;
}
