#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	background-image: url(overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}

/** html #effectImage {
	background-image: url(/lightbox/uc.png);
	filter: Alpha(opacity=60);
}*/


ul#photos {
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: auto;
/* text-align: center;*/
	list-style: none;
	padding:0px;
	float: left;

}
ul#photos li {
	display: inline;
	width: 128px;
	height:98px;
	padding:0px;
	margin: 8px;
	border: solid 1px #CCCCCC;
	float: left;

}
ul#photos a.horizontal img,
ul#photos a.effectable img {
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 4px;	

}
ul#photos a.vertical img {
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 4px;	

}

/* ======================= */

ul#photosVerticali {
/*	text-align: center;*/
	list-style: none;
	padding:0px;
/*	float: left; */

}
ul#photosVerticali li {
/*	display: inline;*/
	width: 128px;
	height:98px;
	padding:0px;
	margin: 8px;
	border: solid 1px #CCCCCC;
/*	float: left;*/

}
ul#photosVerticali a.horizontal img,
ul#photosVerticali a.effectable img {
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 4px;	

}
ul#photosVerticali a.vertical img {
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 3px;
	margin-left: 4px;	

}