img {
  border: 0;
}

#mainGallery {
	margin: 0px auto 0px auto;
	color: white;
	width: 650px;
}

#mainGallery h1 {
	font-family: Impact;
    font-size: 43px;
    font-weight: normal;
    margin: 0 0 10px;
}

#mainGallery h1 a {
    font-weight: normal !important;
}

#mainGallery .galleryPerex {
	margin: 0px 0px 30px 0px;
	font-size: 17px;
	line-height: 24px;
	font-weight: bold;
}


#mainGallery #galleryBox {
	background-color: #1f2123;
	width: 644px;
	position: relative;
	height: auto;
	min-height: 360px;

	text-align: center;
}

#mainGallery #galleryBox .galleryBigPhoto {
	margin: 10px 0 0 0;
	position: relative;
}

#mainGallery #galleryBox #predchoziObr {
	height: 100%;
	width: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#mainGallery #galleryBox #predchoziObr a {
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
    position: absolute;
	top: 0px;
	left: 0px;
}

#mainGallery #galleryBox #predchoziObr:hover .new-arrow-left {
	background: url('public/images/new-arrow-left-video.png');
}

#mainGallery #galleryBox #nasledujiciObr {
	height: 100%;
	position: absolute;
	top: 0px;
    width: 70px;
	left: 572px;
}

#mainGallery #galleryBox #nasledujiciObr a {
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
    position: absolute;
}

#mainGallery #galleryBox #nasledujiciObr:hover .new-arrow-right {
	background: url('public/images/new-arrow-right-video.png');
}

#gallery-progress-bar {
    width: 645px;
    height: 6px;
    position: relative;
}

#gallery-progress-red {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 645px;
    height: 6px;
    background: #ea3333;
    z-index: 1;
}

#gallery-progress-green {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 6px;
    z-index: 100;
    background: #65ab00;
}

#mainGallery #galleryBox #nasledujiciObr a:hover {

}

#mainGallery .galleryThumbs {
	background-color: #1f2123;
	padding: 6px 0;
}

#mainGallery .galleryThumbs {
	width: 644px;
	position:relative;
}

#mainGallery .galleryThumbs ul,
#mainGallery .galleryThumbs li {
	padding: 0;
	list-style: none;

}

#mainGallery .galleryThumbs  .jcarousel-container-horizontal {
	width: 635px;
	height: 100px;
	position:relative;
}

#mainGallery .galleryThumbs .jcarousel-clip-horizontal {
	width: 630px;
	height: 100px;
	position:relative;
	overflow: hidden;
}

#mainGallery .galleryThumbs  .jcarousel-clip-horizontal ul {
	float: left;
	position: relative;
}

#mainGallery .galleryThumbs .jcarousel-item-horizontal {
	width: 115px;
	height: 100px;
	float: left;
	text-align: center;
	padding: 5px 4px 5px 7px;
}

#mainGallery .galleryThumbs  .jcarousel-item-horizontal img {
    border: 1px solid #000;
	cursor: pointer;
    opacity: 0.5;
}

#mainGallery .galleryThumbs  .jcarousel-item-horizontal a { 
	display: block;
}


#mainGallery .galleryThumbs  .jcarousel-item-horizontal img.active {
    border: 1px solid #65ab00;
    opacity: 1;
}

#mainGallery .galleryThumbs  .jcarousel-prev-horizontal {
	display: block;
	position: absolute;
	top: 0;
	left: 11px;
	width: 14px;
	height: 82px;
	/*background: url('images/gleftm.png') no-repeat;*/
	cursor: pointer;
}

#mainGallery .galleryThumbs  .jcarousel-next-horizontal {
	display: block;
	position: absolute;
	top: 0;
	right: -12px;
	width: 14px;
	height: 82px;
	/*background: url('images/grightm.png') no-repeat;*/
	cursor: pointer;
}

#mainGallery #galleryMenu {
	height: 24px;
	position: relative;
	text-align: right;
}

#mainGallery #galleryMenu .galleryTab {
	display: block;
	background-color: #fff;
	border: 1px solid #BCBCBC;
	width: 120px;
	text-align: center;
	height: 22px;
	line-height: 22px;	
	position: relative;
	bottom: -1px;
	z-index: 5;
	text-transform: uppercase;
	margin: 0 5px 0 0; 
	float: left;
	text-decoration: none;
	color: #cc0000;
}

#mainGallery #galleryMenu .galleryTab:hover,
#mainGallery #galleryMenu .active {
	background-color: #e9e9e9;
	border: 1px solid #bcbcbc;
	border-bottom: 1px solid #e9e9e9;				
}


#mainGallery .galleryMenuBottom {
	border: 1px solid #bcbcbc;
	border-top: 0px;
	background-color: #e9e9e9;
	padding: 2px;
	text-align: right;
	line-height: 25px;
}

#mainGallery .galleryMenuBottom .socialIcons {
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	padding: 5px 0px 3px 5px;
	line-height: 20px;
}

#mainGallery .galleryMenuBottom .socialIconsCenter {
	width: 460px;
	margin: 0 auto 0 auto;
}

#mainGallery .galleryMenuBottom .socialIcons .fbLikeButton,
#mainGallery .galleryMenuBottom .socialIcons .twitter-share-button {
	display: inline;
}

#mainGallery #fotoCount {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 0px 0px 0px 25px;
  position: relative;
  bottom: 2px;
  left: 42px;
  text-align: right;
  text-shadow: 1px 1px 1px black !important;
}

#mainGallery #fotoAuthor {
	font-size: 10px;
	text-align: right;
	display: block;
	padding: 3px;
}

#mainGallery #fotoBigOdkaz {
	display: block;
    min-height: 325px;
}

#mainGallery #fotoBigText {
	padding: 2px 0px 2px 0px;
	width: 644px;
	margin: 0px auto 0px auto;
	height: 33px;
	background: url('/images/gallery_bg.png') no-repeat;
}

.formButtonArticleBack {
	width: 123px;
	height: 25px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	background: #d7d9da url(../../images/newblesk/comments-buttons.gif) -4px -101px no-repeat;
	margin: 10px 1px;
	float: right;
}

.formButtonArticleBack:hover {
	background: #cd0000 url(../../images/newblesk/comments-buttons.gif) -154px -101px no-repeat;
}