div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:532px; 
	padding-left:10px;
	padding-right:20px;
}
div.content a, div.navigation a {
	text-decoration: none;
	font-size:11px;
}

div.content  a:focus, div.content  a:active {
	font-weight:bold;
	background-color:#fff1c0;
}
div.controls {
	margin-top: 5px;
	height: 23px;
	padding-right:5px;
}
div.controls a {
	margin-right: 2px;
	padding: 2px 4px;
	border: 1px solid #fff;
	background:#ededed;
	font-size:10px;
	display:block;
	float:left;
}
div.controls  a:hover {
	background-color:#fff;
	border: 1px solid #ededed;
}

div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 532px;
	height: 342px;
	background:#ededed;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	width:522px;
	clear:both;
	background:#ededed;
	border:1px solid #fff;
	border-width: 1px 1px 0 1px;
}
div.slideshow span.image-wrapper img {	
	margin:5px auto 0;
}

div.slideshow a.advance-link {
	display: block;
}
div.slideshow img {
	border: none;
	display: block;
}

div.embox {
	clear: both;
	background-color: #ededed;
	width:482px;
	padding: 10px 20px;
	border:1px solid #fff;
	border-width: 0 1px 1px 1px;
}
.image-title h3 {
	font-size: 11px;
}

div.image-desc {
	padding-top: 5px;
	font-size:10px;
	color:#333;
}
div.navigation {
	/* tozi stil se zadava direktno v stranicata s js */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 4px 4px 0 0;
	list-style: none;
}
a.thumb {
	display: block;
	width:110px;
	height:76px;
}

a.thumb img {
	border: 1px solid #fff;
}

ul.thumbs li.selected a.thumb img {
	border: 2px solid #7a1d1d;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	display: block;
	margin:0 auto;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 2px 4px;
	border: 1px solid #fcbe43;
	background:#fffae8;
	font-size:10px;
}
div.pagination a:hover {
	background-color:#fff1c0;
}
div.pagination span.current {
	background-color: #fcbe43;
	border-color: #7a1d1d;
	font-weight:bold;
}

