div.columns-width {
	overflow:hidden;
	width: expression(document.getElementById("max-width").offsetWidth);
	text-overflow:ellipsis;
}

/* FULL PHOTO */
#full-photo{
	display:none;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	background-color:#000000;
   	filter:alpha(opacity=65);   /* Internet Explorer       */
   	-moz-opacity:0.65;           /* Mozilla 1.6 and below   */
   	opacity: 0.65;               /* newer Mozilla and CSS-3 */
	z-index:3;
}
#full-photo-loading {
	display:none;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-63px;
	margin-top:-63px;
	z-index:4;
}
#full-photo-inner {
	border:5px solid #000000;
	display:none;
	position:absolute;
	z-index:5;
}
#full-photo-close {
	position:absolute;
	top:3;
	right:3px;
	z-index:6;
}

div#footer-rss {
	margin:7px;
}
