@import "/css/thickbox.css";

#photo_viewer {
	width:270px;
	float:right;
}

#photo_viewer img {
	width:80px;
	margin:3px;
	padding:2px;
	opacity:.5;
	filter: alpha(opacity=50);
}

#photo_viewer img.selected {
	border:1px solid #999999;
	margin:2px;
	padding:2px;
	opacity:1;
	filter: alpha(opacity=100);
}

ul.services {
	width:400px;
}

ul.services li {
}

ul.services li.linked {
	text-decoration:underline;
	cursor:pointer;
}

ul.services li.selected {
	background:#eeeeee;
}