#sliderWrap {
	position:absolute;
   float:right;
   right:70px;
   z-index:70;
	line-height: 6px;
	font-size: 6px !important;
}

#slider {
	width: 70px;
	height: 70px;
	z-index:6;
	margin-top: -70px;
}

#slider img {
	border: 0;
}

#sliderContent {
	width: 70px;
	margin:0;
	position: absolute;
	padding: 0;
}
#sliderContent ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sliderContent ul li{
	margin: 0px;
	padding: 0px;
}
#sliderContent a{
   color: #fff;
	text-decoration: none;
	display: block;
	width: 70px;
	height: 12px;
	text-indent: -5000px;
	outline: none;
}
#sliderContent #en{
	background: url(s2_of.png) left -12px;
}
#sliderContent #en:hover{
	background: url(s2_on.png) left -12px;
}
#sliderContent #de{
	background: url(s2_of.png) left -24px;
}
#sliderContent #de:hover{
	background: url(s2_on.png) left -24px;
}
#sliderContent #fr{
	background: url(s2_of.png) left -36px;
}
#sliderContent #fr:hover{
	background: url(s2_on.png) left -36px;
}
#sliderContent #nl{
	background: url(s2_of.png) left -48px;
}
#sliderContent #nl:hover{
	background: url(s2_on.png) left -48px;
}
#sliderContent #it{
	background: url(s2_of.png) left -60px;
}
#sliderContent #it:hover{
	background: url(s2_on.png) left -60px;
}
#sliderContent #ru{
	background: url(s2_of.png) left -72px;
	height: 11px;
}
#sliderContent #ru:hover{
	background: url(s2_on.png) left -72px;
}

#openCloseWrap{
	height:18px;
   width:70px;
   position:absolute;
   margin: 71px 0px 0px 0px;
}

#openCloseWrap a{
	background: url(s2_of.png) left -85px;		
	display: block;
	width: 70px;
	height: 18px;
   text-indent:-5000px;
	outline: none;
}
#openCloseWrap a:hover{
	background: url(s2_on.png) left -85px;		
}


* html #sliderContent ul{
	line-height: 10px;
	font-size: 10px !important;
}
* html #sliderContent #en{
	background: url(s2_of.gif) left -12px;
}
* html #sliderContent #en:hover{
	background: url(s2_on.gif) left -12px;
}
* html #sliderContent #de{
	background: url(s2_of.gif) left -24px;
}
* html #sliderContent #de:hover{
	background: url(s2_on.gif) left -24px;
}
* html #sliderContent #fr{
	background: url(s2_of.gif) left -36px;
}
* html #sliderContent #fr:hover{
	background: url(s2_on.gif) left -36px;
}
* html #sliderContent #nl{
	background: url(s2_of.gif) left -48px;
}
* html #sliderContent #nl:hover{
	background: url(s2_on.gif) left -48px;
}
* html #sliderContent #it{
	background: url(s2_of.gif) left -60px;
}
* html #sliderContent #it:hover{
	background: url(s2_on.gif) left -60px;
}
* html #sliderContent #ru{
	background: url(s2_of.gif) left -72px;
}
* html #sliderContent #ru:hover{
	background: url(s2_on.gif) left -72px;
}
* html #openCloseWrap a{
	background: url(s2_of.gif) left bottom;		
}
* html #openCloseWrap a:hover{
	background: url(s2_on.gif) left bottom;
}