/* CSS Document */

div.imagestack {
    height:150px;
	width:100%;
	overflow:hidden;
	}
	
div.imagestack img {
    border:4px solid #99CCFF;
	width:160px;
	margin-right:-140px;
	}	

div.imagestack a:hover img {
    width:180px;
	margin-right:-4px;
	margin-top:0px;
	}
    