@charset "utf-8";
/* CSS for languages list 
*
*/

.slider2 {
	position:relative; 
	overflow:hidden; 
	width:620px;  
	margin:10px 0px 5px 10px; 
	padding-left:0px; 
}

.slidercontent {
	position:absolute; 
	float:left;
}

.slidercontent .upper {
	border-bottom:1px solid #9ac1c9
}

.section {padding:0px 10px}


.section ul {
	margin:0;
	padding:5px 0px 0px 0px;
}

.section ul li {
	padding: 0px 0px 7px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4e8ec0;
	list-style-type:none;
	width:580px;
}

.section ul li:hover {
	color:#acccee;
}

.section li a, .section li a img {
	text-decoration:none;
	color: #4e8ec0;
	border:none;
	padding-right: 10px;
	width: 18px;
}

.section li a:hover {
	color:#acccee;
}


.arrow {
	width:20px;
	height:60px;
	margin-right:0px;
	float:right;
}


.upArrow {
	width:10px;
	height:9px;
	margin-top:2px;
	color:#FFF;
	cursor:pointer;
	margin-right:10px;
	background: url(../images/up.gif) no-repeat;
}


.downArrow {
	width:10px;
	height:9px;
	margin-top:30px;
	color:#FFF;
	cursor:pointer;
	margin-right:10px;
	background:url(../images/down.gif) no-repeat;
}


