#gallery-full {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background-image: url('/img/e5/dot/horizontal-grey.png');
	background-position: 0 100%;
	background-repeat: repeat-x;
}

#box-gallery .content ul {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

#box-gallery .content ul li {
	display: block;
	float: left;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 90px;
	height: 60px;
}

/* stary system oznacovani aktualniho obrazku borderem
#box-gallery .content ul li img {
	border-bottom: 2px solid white;
}

#box-gallery .content ul li a.selected img {
	border-color: #ca003a;
}
*/

/* novy system */
#box-gallery .content ul li
{
	position: relative;
}
#box-gallery .content ul li a img
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#box-gallery .content ul li a img.selected-overlay
{
	visibility: hidden;
	z-index: 1;
}
#box-gallery .content ul li a.selected img.selected-overlay
{
	visibility: visible;
}
/* */

#box-gallery .content p.info {
	background-image: url("/img/e5/dot/horizontal-grey.png");
	background-position: top;
	background-repeat: repeat-x;
	font-size: 11px;
	line-height: 14px;
	padding-top: 8px;
}
#box-gallery .content p.info span {
	float: left;
	display: block;
	width: 10px;
	height: 30px;
	margin: 2px 5px 0 0;
	background-image: url('/img/e5/icon/info.png');
	background-repeat: no-repeat;
}


.type-article #article .gallery ul li span,
.type-page #article .gallery ul li span,
#box-gallery .content ul li span {
	display: none;
}

#box-gallery .content ul li img {
	display: block;
}


/* radek navigace pod obrazkem */
#gallery-full #cro-gallery-image-navigation
{
	background-color: #999999;
	height: 20px;
	padding: 10px;
	border-radius: 0px 0px 4px 4px;
}
#gallery-full #cro-gallery-image-navigation .controls span span,
#gallery-full #cro-gallery-image-navigation #cro-gallery-nav-button-expand span,
#gallery-full #cro-gallery-image-navigation #cro-gallery-nav-button-slideshow span
{
	display: none;
	height: 0px;
	line-height: 0px;
}
#gallery-full #cro-gallery-image-navigation #cro-gallery-nav-button-expand
{
	background-image: url("/img/e5/gallery/btn_zvetsit_off.png");
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	width: 60px;
	height: 20px;
}
#gallery-full #cro-gallery-image-navigation #cro-gallery-nav-button-slideshow
{
	background-image: url("/img/e5/gallery/btn_pustit_slideshow_off.png");
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	width: 120px;
	height: 20px;
	margin-left: 10px;
}
#gallery-full #cro-gallery-image-navigation .controls {
	float: right;
	line-height: 0px;
}
#gallery-full #cro-gallery-image-navigation .controls span {
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: left;
	height: 20px;
	width: 20px;
}
#gallery-full #cro-gallery-image-navigation .controls .previous {
	background-image: url("/img/e5/gallery/btn_previous_off.png");
}
#gallery-full #cro-gallery-image-navigation .controls .next {
	background-image: url("/img/e5/gallery/btn_next_off.png");
	margin-left: 5px;
}
/* *** */

#gallery-full #cro-gallery-image-view img
{
	display: block;
	border: none;
}



/*** zpet na clanek ***/
#article .author /* pretizeni globalu */
{
	float: left;
}

#article .back-to-article
{
	float: right;
	margin: 18px 0pt 25px;
}
#article .back-to-article a
{
	background-image: url("/img/e5/gallery/btn_zpet_na_clanek_off.png");
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	float: right;
	height: 20px;
	margin-left: 10px;
	width: 109px;
}
#article .back-to-article a span
{
	display: none;
	height: 0px;
	line-height: 0px;
}
/*** ***/