/* !!! A galéria adatai egyeztetni kell a galéria pluginban szereplő adatokkal (Magasság, szélesség) !!!*/
.galleryHTML{
	float:left;
	height:482px;
	width:100%;
}

#gallery {
	padding:20px;
	padding-bottom:80px;
}

/* NAGY KÉP */
.gallery_pic{
	display: block;
	float: left;
	height: 455px;
	text-align: center;
	padding-top: 5px;
	width: 717px;
	font-size: 11px;
	z-index: 40;
}

#gallery_1_pic img{
	text-align:center;
	z-index:40;
	max-height:440px;
	max-width: 715px;
	cursor: pointer;
}

.gallery_bottom {
	float: left;
	width: 153px;
}

#GalleryFullPic{
	background-color: black;
	display: none;
	opacity: 0.7;
	filter:alpha(opacity=70);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:190;
}
#GalleryTheFullPic{
	border: 5px solid #999999;
	cursor: pointer;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
}
#GalleryPicLayer{
 display:block;
 float:left;
 left:540px;
 position:absolute;
 top:25px;
 z-index:200;
}

#GalleryLayer {
	color: #ffffff;
	font-weight: bold;
	font-size:12px;
	position: absolute;
	cursor:pointer;
}

.gallery_full_pic {
 width: 450px;
 height: 300px;
 margin-top: 5px;
 margin-left: 25px;
 display: block;
 text-align: center;
 vertical-align: middle;
 float: left;
}

.gallery_full_pic img {
	border: none;
	margin-left: auto;
	margin-right: auto;
	opacity: 1.0;filter:alpha(opacity=100);
}

.gallery_thumb {
	display:inline;
	padding: 5px;
	cursor:pointer;
}

#fullPic {
	width: 100%;
	height: 400px;
	text-align:center;
	vertical-align:middle;
	border:solid 1px #A9D415;
	background-color: #525252;
}

#fullPic img {
	cursor:pointer;
}

#thumb_container {
	width:100%;
	text-align: center;
	overflow:auto;
}

#thumbs {
	height:auto;
	text-align:left;
	white-space:nowrap;
	width: auto;
	overflow-y:hidden;
	overflow-x:auto;
}

.gallery_thumb_pics {
	display:block;
	float:left;
	height:100%;
	margin:0;
	padding:0;
	width:153px;
}

#thumnail_list {
	float: left;
	height: 425px;
	width: 122px;
	margin: 0;
	overflow: hidden;
	padding-left: 15px;
}

.thumb_img_div{
	float: left;
	width: 100%;
	height: 122px;
	margin: 10px 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.gallery_thumb_pics img {
	cursor:pointer;
}

#pic_script {
	min-height:30px;
	width: 100%;
	text-align:center;
	line-height: 12px;
	padding-bottom: 10px;
}

.gallery_buttons{
	float: left;
	height: 18px;
	padding-top: 13px;
	padding-left: 20px;
	width: 118px;
}

#gallery_slide_numbers{
	float: left;
	height: 20px;
	font-size: 12px;
	text-align: center;
	width: 78px;
}
.gallery_prew_button{
	cursor: pointer;
	float: left;
	height: 20px;
	width: 20px;
}
.gallery_next_button{
	cursor: pointer;
	float: left;
	height: 20px;
	width: 20px;
}

