
#box2{
	position:absolute;
	top:174px;
	left:480px;
	width:404px;
	height:541px;
	background-color:#262c31;
	overflow:hidden;
	}
	
#box2 .inner{
	position:absolute;
	top:-2px;
	left:1px;
	width:99%;
	font-family: Arial, Helvetica, Geneva, San-serif;
	font-size: 10px; 
	letter-spacing: 0.04em;
	line-height: 17px;
	color:#c2c4c6;
	text-align: justify;
}
	
#box2 .inner a{
	color:#F4F1DA;
	text-decoration: none;
	}
	
#box2 .inner a:hover,a:active{
	color:#CDFD00;
	text-decoration: none;
	}
	
	
#imagecontainer{
	width:0px;
	height:0px;
	overflow:hidden;
}



.clientitem
{
	cursor: pointer;		
}	

.clientitem-active
{
	cursor: pointer;
	color:#CDFD00;
}

.clientitem-inactive
{
	cursor: pointer;
	color:#c2c4c6;
}	
