.container {
	width:701px;
}


.container #icons_container {
	background:rgb(100,100,100);
	/*margin-top:0px;*/
}

#icons_container .icon {
	position:relative;
	width:175px;
	height:159px;
	float:left;
	cursor:pointer;
}

#icons_container .icon img {
	width:175px;
	height:159px;
	z-index:-1;
}

#icons_container .icon_right {
	position:relative;
	width:176px;
	height:159px;
	float:left;
	cursor:pointer;
}

#icons_container .icon_right img {
	width:176px;
	height:159px;
	float:left;
}

.greyout {
	position:absolute;
	top:0px;
	left:0px;
	width:175px;
	height:159px;
	cursor:pointer;
	z-index:1;
}

.greyout_right {
	width:176px;
}

