/* CSS Document */
#photoList{
	width:903px;
	margin:0 auto;
}
#photoList li{
	width:273px;
	height:164px;
	margin:0 4px 12px 5px;
	display:inline;
	padding:11px 0 0 16px;
	float:left;
	overflow:hidden;
	background:url(i/photo-border.gif) no-repeat 0 0;
}
.wideImageContainer {
	width: 887px;
	background-color: #fff;
	padding: 13px;
	margin-bottom: 5px;
}
#shadowTop {
	height: 17px;
	background-image: url(i/shadow_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#shadowMiddle {
	background:url(i/shadow_middle.gif) repeat-y center center;
	padding-left: 23px;
}
#shadowBottom {
	height: 12px;
	padding:20px 0 30px;
	margin-top:-5px;
	background:#fff url(i/shadow_bottom.gif) no-repeat center top;
}

