
#Gallery {
	display: block;
	width: 481px;
	
	position: relative;
	float: left;
	
	border-top: dashed 1px #CCC;
}
	
#Gallery h2 {
	margin: 0;
	padding: 5px 5px 5px 7px;
	font-size: 14px;
	color: #A8A8A8;
}

#Gallery table { width: 100%; }

#Gallery table tr td {
	height: 118px;
	width: 118px;
	
	background-image: url("gallery-thumbnail-bg.gif"/*tpa=http://www.cmserbia.com/img/gallery-thumbnail-bg.gif*/);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

#Gallery table tr td.NonExisting {
	height: 118px;
	width: 118px;
	
	background-image: none;

}

#Gallery table tr td img { display: block; position: relative; float: left; left: 9px; }
#Gallery table tr td a { text-decoration: none; }
#Gallery table tr td a:hover { text-decoration: underline; }

.SingleGalleryContainer {
	display: block;
	
	position: relative;
	float: left;
	
	padding: 6px 0 15px 0;
	
	border-bottom: dashed 1px #CCC;
}

/*------------------ galerija - popup ----------------------*/

.galleryTop, .galleryBottom {
	background-color: #666666;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.galleryTop tr td, .galleryBottom tr td {
	padding: 0 5px;
}
.galleryTop tr td a, .galleryBottom tr td a {
	color: #FFFFFF;
	text-decoration: none;
}
.galleryTop tr td a:hover, .galleryBottom tr td a:hover {
	text-decoration: underline;
}

.galleryPhoto {
	width: 660px;
	height: 620px;
}
.galleryPhoto tr td {
	background-color: #CCCCCC;
}
.galleryPhoto tr td img {
	border: 1px solid #000000
}

.galleryText tr td {
	background-color: #e0e0e0;
	color: #000000;
}




