/* CSS Document */

#contentMain div.galleryRow {
	width: 690px;	
	float: left;	
	display: inline;	
	clear: both;
	padding: 0px;
	margin: 0px;	
	margin-bottom: 20px;	
	
	/*background-color: #f555ff;*/
}

#contentMain div.galleryRow div.galleryCollumn {
	width: 216px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	/*ext-align:center;*/
	
	/*background-color: #ff0000;	*/
	margin-left: 20px;
}

#contentMain div.galleryRow div.galleryCollumn:first-child {
	margin-left: 0px;
}

#contentMain div.galleryRow div.galleryCollumn img {
	border: 1px;
	border-style: solid;
	border-color: #999999;	
}

#fancybox-title-inside  a {
	color: #333333;
}
