#container {margin:20px auto; width:77%}
.thumb {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    cursor: pointer;
    float: left;
    margin: 0 2px 2px 0;
    padding: 10px 10px 20px;
    position: relative;
    width: 220px;
}
.thumb:hover {
	background: #ffffff;
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.6);
	box-shadow: 0px 0px 40px rgba(0,0,0,0.6);
	z-index: 9;
}
.thumb:active {
	background: #ffffff;
	margin: 1px 0 -1px;
	-moz-box-shadow: 0px 00px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	z-index: 8;
}

#modal-overlay {position:fixed; z-index:100; top:0px; left:0px; height:100%; width:100%; background:#000;}
#modal-window {position: fixed; z-index: 102; display:none; top:50%; left:50%;}
#modal-window img {display:block}
#modal-load {position:fixed; height:28px; width:28px; background:#000 url(img/loading.gif) no-repeat center center; z-index:103; top:50%; left:50%; margin:-14px 0 0 -14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px}