/* Menu style */
.ei_menu{
	background:#111; /* bg of the text&pic's rectangular */
	width:100%;
	overflow:hidden;
	margin-top:20px;
}
.ei_menu ul{
	height:350px;/* size of the centered black box/350 */
	position:relative;
	display:block;
	width:1300px;
	margin-right:100px;
}
.ei_menu ul li{
	float:right; /* set the picture's division float */
	width:75px;
	height:350px;
	position:relative;
	overflow:hidden;
	border-right:2px solid #111;
}
.ei_preview{
	width:75px;
	height:350px;
	cursor:pointer;
	position:absolute;
	top:0px;
	left:0px;
	background:transparent url(../Images/22Gray-ar.jpg) no-repeat top right;
}
.ei_image{
	position:absolute;
	left:75px;
	top:0px;
	width:75px;
	height:400px;
	opacity:0.2;
	background:transparent url(../Images/22Color-ar.jpg) no-repeat top right;
}
.ARlang
{
    margin-top:35px;
    position:fixed;
    left:auto;
    margin-right:65px;
}