
/* !!! A galéria adatai egyeztetni kell a galéria pluginban szereplő adatokkal (Magasság, szélesség) !!!*/


#GalleryFullPic{
	background-color:black;
	display:none;
	opacity:0.7;
	left: 0px;
	filter: alpha(opacity=70);
	position:fixed;
	width:100%;
	z-index: 50;
}
#GalleryTheFullPic{
	opacity:1.0;
	filter: alpha(opacity=100);
	display:block;
	position: fixed;
	float:left;
	z-index:200;
}
#GalleryPicLayer{
	display:block;
	left:540px;
	top:50px;
	z-index: 200;
}

.galleryHTML {
    width: 485px;
	display: block;
	padding-bottom: 10px;
}

.gallery_full_pic {
    width: 450px;
	height: 300px;
	margin-top: 5px;
	margin-left: 10px;
	display: block;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.gallery_full_pic img {
	border-style: solid;
	border-width: 3px;
	border-color: #8A8A8A;
}

.gallery_1_thumb_pic{
	opacity: 0.3;
	filter:alpha(opacity=30);
}

.gallery_bottom {
	display: block;
	float: left;
	width:100%;
	margin-left: 0px;
}


.gallery_prew_pic {
	float: left;
	padding-left: 0px;
	padding-top: 25px;
	display: block;
	cursor: pointer;
}
.gallery_prew_pic img{
	height: 32px;
	width: 32px;
}

.gallery_next_pic {
	cursor: pointer;
	padding-top: 25px;
	float: left;
}
.gallery_next_pic img{
	height: 32px;
	width: 32px;
}

.gallery_thumb_pics {
	float: left;
	display: block;
    width:395px;
	height: 90px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
  	/*overflow: hidden;*/
	overflow: hidden;
}

.gallery_thumnails {
    white-space: nowrap;
}

.gallery_1_thumb_pic{
	padding-bottom: 2px;
}

#gallery_tracker1{
	float: left;
	height: 81px;
	width: 30px;
	opacity: 0.4;
	filter:alpha(opacity=40);
	z-index: 100;
	top: 296px;
	margin-top: 11px;
}
#gallery_tracker2{
	float: left;
	height: 81px;
	width: 30px;
	opacity: 0.4;
	filter:alpha(opacity=40);
	z-index: 100;
	top: 296px;
	margin-left: 3px;
	margin-top: 11px;
}

.gallery_thumb_pics img {
/*    width: 100px;*/
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
	
}

.gallery_full_pic{
	cursor: pointer;
}

.gallery_active {
	border-width: 2px;
	border-style: solid;
    border-color: #8A8A8A;
	margin-bottom: 0px;
	opacity: 1.0;
	filter:alpha(opacity=100);
}
