
.weeklist{
	width:6000px;
}
.weeklist .item{
	width:520px;
	padding-bottom:4px;
	margin:0px 10px 4px 0px;
	overflow:hidden;
	border-bottom:1px solid #000;
}
.photolist .row.header{
	text-transform:uppercase;
	font-size:11px;
	height:32px;
	line-height:26px;
	font-weight:normal;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.item.header.first{
	border-top:none;
}
.weeklist .daylist{
	float:left;
}
.weeklist .item .content, .weeklist .item .showphoto{
	height:40px;
	overflow:hidden;
}
.weeklist .item .content{
	float:left;
	width:236px;
	padding-left:40px;
	text-indent:-40px;
	font-size:12px;
}
.weeklist .item .content a{
	color:#000;
	text-decoration:none;
}
.weeklist .item .content a:hover{
	text-decoration:underline;
}
.weeklist .item .content .p{
	text-indent:0px;
	width:236px;
	opacity:0;filter:alpha(opacity=0);-moz-opacity:0;
}
.weeklist .item .showphoto{
	float:right;
	margin-right:12px;
}

