/* ------------------------- galerie v obsahu ------------------------------- */

.content_gallery {
	width: 690px;
	margin: 0px auto 0px auto;
}

.content_gallery .main_container {
	position: relative;
	height: 525px;
}

.content_gallery .main_image {
	display: block;
	border: 1px solid #C6C6C6;
	padding: 3px;
	margin: 0px auto 0px auto;
	width: auto;
	height: auto;
}

.content_gallery .sub_image {
	border: 1px solid #C6C6C6;
	padding: 3px;
	margin: 1px;
}

.content_gallery .sub_image:hover {
	border: 4px solid #888888;
	padding: 0px;
}

.content_gallery .current {
	border: 4px solid #000000;
	padding: 0px;
	margin: 1px;
}

.content_gallery .info {
	position: absolute;
	bottom: 20px;
	padding: 5px;
	background-color: #303030;
	color: #FFFFFF;
}

.content_gallery .button_prev, .content_gallery .button_next {
	position: absolute;
	width: 200px;
	top: 50px;
	bottom: 50px;
	cursor: pointer;
	z-index: 10;
	background: url(../images/bkg_nav_arrow.png);
}

.content_gallery .button_prev {
	left: 5px;
}

.content_gallery .button_next {
	right: 5px;
}

.content_gallery .button_prev:hover {
	background: url(../images/sipka_vzad.png) left center no-repeat;
}

.content_gallery .button_next:hover {
	background: url(../images/sipka_vpred.png) right center no-repeat;
}

.content_gallery .loader {
	display: block;
	position: relative;
	top: 150px;
	margin: 0px auto 0px auto;
	border: 10px solid #FFFFFF;
	width: 66px;
	height: 66px;
}
