		#sliderpage {
			width: 100%;
			text-align:center;
			position: absolute;

			z-index:0;
		}
		#slidercontent {
			width: 926px;
			margin:0 auto;
		}


slidercontent_ie {
  left: 50%;
  margin-left: -463px;
  position: absolute;
  width: 926px;
}

#slidermenu {
margin: 0 auto;
width: 100%;
}

#container {
margin-left: 634px;
width: 326px;
/*position: relative;*/
position: absolute;
}
#panel {
background: url(/templates/images/enter_bg.png);
width: 292px;
height: 110px;
display: none;
}

#paneltext {
padding: 10px;
color: #fff;
}
#paneltext a {
color: #fff;
text-decoration: none;
}
#paneltext a:hover {
text-decoration: underline;
}

.button {
width: 292px;
height: 27px;
/*border-top: #333 dotted 1px;*/
text-align: center;
padding: 0px 0 0;
margin-top:0px;
margin-left:85px;
}
.buttontext {
font-weight: bold;
font-size: 1.2em;
text-shadow: 1px 1px 1px #666;
}