body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/*------------------ galerija - lista ----------------------*/

#mediaList {
	float: left;
	clear: both;
}

#mediaList table {
	width: 100%;
}
#mediaList table tr td {
	padding: 5px;
	width: 33%;
	background-color: #cccccc;
}
#mediaList table tr td img {
	margin: 0 auto;
}
#mediaList table tr td a {
	text-decoration: none;
}
#mediaList table tr td a:hover {
	text-decoration: underline;
}

/*------------------ galerija - popup ----------------------*/

.galleryTop, .galleryBottom {
	background-color: #666666;
	color: #FFFFFF;
}
.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: 500px;
}
.galleryMP3 {
	width: 100%;
	height: 60px;
}
.galleryMP3 tr td {
	background-color: #CCCCCC;
}
.galleryPhoto tr td {
	background-color: #CCCCCC;
}
.galleryPhoto tr td img {
	border: 1px solid #000000
}

.galleryText tr td {
	background-color: #e0e0e0;
	color: #000000;
}





