
/* !!! A galéria adatai egyeztetni kell a galéria pluginban szereplő adatokkal (Magasság, szélesség) !!!*/

.galleryHTML {
    width: 500px;
	display: block;
	/*padding-bottom: 10px;*/
}

.gallery_full_pic {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	background-color: #111111;
	opacity: 1.0;filter:alpha(opacity=100);
	z-index: 200;
}

#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;
}

.gallery_full_pic img {
	border: none;
	margin-left: auto;
	margin-right: auto;
	opacity: 1.0;filter:alpha(opacity=100);
}

.gallery_header{
}
.gallery_header h1{
}

.gallery_bottom {
	display: block;
	float: left;
	margin-left: 30px;
}

.gallery_footer{
	height:25px;
	float: left;
	padding-left:260px;
	width:300px;
	background-image: url('../fooldal/pics/contentitlebg.jpg');
	background-position:left top;
	background-repeat: repeat-x;
}

.static_content .title{
	padding-left:36px;
	width:500px;
}

.gallery_trackers{
	width: 100%;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}


.gallery_prew_pic {
	float: left;
	margin-left: 15px !important;
	margin-left: 7px;
	display: block;
	cursor: pointer;

}
#page_num {
    float: left;
	line-height: 22px;
}

.gallery_prew_pic img{

}

.gallery_next_pic {
	float: left;
	cursor: pointer;
	margin-right: 15px !important;
	margin-right: 7px;

}

.gallery_next_pic img{

}

.gallery_thumb_pics {
	display:block;
	margin: 0px;
	padding: 0px;
	float:left;
	margin-left:5px;
	margin-right:5px;
	overflow:hidden;
	width:725px;
	position: relative;
}

.gallery_thumnails {
	overflow:hidden;
	margin: 0;
	padding: 0;
	position: relative;
}


.gallery_thumb_pics img {
    width: 100px;
	cursor: pointer;
	margin-top: 2px;
	margin-right: 2px;
	height: 100px;
	border-style: solid;
	border-color: #e0d98b;
	padding: 2px;
	border-width: 1px;
}

.gallery_active {
    /*border: none;
	margin-bottom: 5px;*/
}


