@charset "UTF-8";
/* CSS Document */


a, a:visited {
outline:none;
}
a img {
border:none;
}

.clear {
clear:both;
}

#wrapper { width:985px; margin:auto; border: thin solid #F3ECE0; height: 300px; }

ul.photo-list {
	list-style:none;
}

ul.photo-list li { width:230px; height:267px; float:left; margin:0px; padding: 8px; background-image: url(../images/list_bg.gif); background-repeat: repeat; background-position: center center; }

ul.photo-list li a {
	display:block;
	position:relative;
}

ul.photo-list li a img { position:absolute; z-index:1; width: 230px; height: 267px; background-position: center center; background-repeat: no-repeat; }

ul.photo-list li span {
	display:block;
	height: 267px;
	width: 230px;
	position:absolute;
	z-index:2;
}
