@CHARSET "UTF-8";

#LeftColumnGallery
{
	width: 590px;
	padding-bottom: 20px;
}

#LeftColumnGallery h3
{
	float: left;
	width: 459px;
	margin: 0;
	padding-bottom: 5px;
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
}

#LeftColumnGallery p
{
	float: left;
	width: 450px;
	margin: 0;
	padding-bottom: 10px;
}

#LeftColumnGallery div.Pagination a
{
	display: block;
	float: left;
	min-width: 12px;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	border: 1px solid #89898c;
	font: bold 10px/12px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #89898c;
}

#LeftColumnGallery div.Pagination a.Aktualna
{
	border-color: #000;
	color: #000;
}

#LeftColumnGallery div.Pagination a:hover
{
	color: #fff;
	background: #89898c;
	border-color: #89898c; 
}

#LeftColumnGallery div.Picture
{
	clear: both;
	float: left;
	width: 435px;
	padding: 6px;
	border: 1px solid #a7a9ac;
}

#LeftColumnGallery div.Picture img
{
	width: 435px;
}

#LeftColumnGallery div.Caption
{
	font: bold 9px/12px Arial, Helvetica, sans-serif;
	color: #666;
	padding: 6px 0;
}

#LeftColumnGallery div.Caption span.Date
{
	font-weight: normal;
}


#LeftColumnGallery div.Navigator
{
	height: 14px;
}

#LeftColumnGallery div.Navigator a.Prev,
#LeftColumnGallery div.Navigator a.Next
{
	display: block;
	float: left;
	padding: 0 0 0 20px;
	font: normal 10px/13px Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 0.1em;
	text-decoration: none;
	background: url('../img/content/galleryPrev.png') no-repeat 0 0;
}

#LeftColumnGallery div.Navigator a.Next
{
	float: right;
	padding: 0 20px 0 0;
	background: url('../img/content/galleryNext.png') no-repeat 100% 0;
}

#LeftColumnGallery div.Navigator a.Prev:hover,
#LeftColumnGallery div.Navigator a.Next:hover
{
	text-decoration: underline;
}

#LeftColumnGallery div.Thumbnails
{
	float: left;
	width: 141px;
}

#LeftColumnGallery div.Thumbnails a
{
	display: block;
	float: left;
	padding: 0 0 9px 9px;
}

#LeftColumnGallery div.Thumbnails a img
{
	width: 58px;
	height: 48px;
	margin: 0;
	padding: 0;
}

#LeftColumnGallery div.Spacer
{
	clear: both;
}

#RightColumnMain
{
	width: 214px;
}

#RightColumnMain ul.Submenu li a
{
	width: 170px;
}

