#g-projects {
    width: 620px;
    height:100px;
    overflow: hidden;
    position: relative;
}

#g-projects-container {
    position: relative;
    width: 1600px;
    height: 100px;
}

#g-projects-container .g-image {
    display: block;
    float: left;
    width: 139px;
    height: 100px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  	-moz-opacity: 0.7;
  	-khtml-opacity: 0.7;
  	opacity: 0.7;
}

#g-projects-container .g-image:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  	-moz-opacity: 1;
  	-khtml-opacity: 1;
  	opacity: 1;
}

.img_bord {
	border:5px solid gray;	
}

.g_menu {
	color:#7e7e7e;
	font:bold 14px Verdana;
	text-decoration:none;
}

.g_menu_selected {
	color:#7e7e7e;
	font:bold 24px Verdana;
	text-decoration:none;
}

