.commandGroup a {
	display:inline-block;
}
.commandGroup a img{
	height:120px;
	width:96px;
	border: none;

	opacity:.8;
	filter:alpha(opacity=80);
}
.commandGroup a:hover img {
	opacity:1;
	filter:alpha(opacity=100);	
}
div.commandGroup {
    /*height:77px;*/
}
div.commandGroup ul {
    background-color: transparent;
    list-style: none outside none;
    margin: 0;
    padding: 0 !important;
    position:relative;
    top:-5px;
    left:2.5px;
}
div.commandGroup ul li {
    background-color: transparent;
    float: left;
    margin-left:1.3px;
    margin-right:1.3px;
}
.cgBio-hidden {
	display:none;
	position:fixed;
	top:0;
	left:0;
	background:#ECECEC url('cgBioBg.png') repeat-x scroll bottom;
	z-index:1000;
	width:500px;
	padding:15px;
	border:2px solid #9D9D9D;
}
.cgBio-hidden h2 {
	font-size:16px;
	margin-top:0px;
	margin-bottom:3px;
	font-weight:normal;
}
.cgBio-hidden h3 {
	font-size:14px;
	margin-top:0px;
	padding-left:10px;
}
.cgBio-hidden img{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}
.cgBio-hidden p{
	font-size:12px;
}
.cgBio-hidden .clickForMore {
	float:right;
	margin-right:15px;
	margin-top:10px;
	font-weight:bold;
}