
/* !!! A galéria adatai egyeztetni kell a galéria pluginban szereplő adatokkal (Magasság, szélesség) !!!*/

#GalleryFullPic {
    display: none;
	position: absolute;
	z-index: 85;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#GalleryLayer {
    display: block;
	position: absolute;
	z-index: 90;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
    filter: alpha(opacity=60);
	opacity: 0.6;
	cursor: pointer;
}

#GalleryPicLayer {
    filter: alpha(opacity=100);
	opacity: 1;
	display: block;
	position: absolute;
	z-index: 95;
	cursor: pointer;
}

#GalleryTheFullPic {
	border: 5px solid #FFFFFF;
}
/*
#GalleryFullPic{
	background-color:black;
	display:none;
	opacity:0.7;
	filter: alpha(opacity=70);
	position:fixed;
	width:100%;
	z-index: 100;
}
#GalleryTheFullPic{
	border:5px solid #999999;
	cursor:pointer; 
	display:block;
	max-width: 600px;
	max-height: 600px;
	opacity:1;
	filter: alpha(opacity=100);
}
#GalleryPicLayer{
	display:block;
	float:left;
	left:540px;
	position:fixed;
	top:25px;
	z-index:200;
}*/

/* Léptető nyilak */

.gallery_prew_pic {
	cursor: pointer;
	display: block;
	float: left;
	height:15px;
	margin-top: 9px;
	width: 12px;
	background-image: url(../cms/pics/scroller_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

#gallery_scrollbar_2 {
    float: left;
	width: 12px;
	height:245px;
	padding-bottom: 2px;
	background-image: url(../cms/pics/scroller_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

#gallery_scrolldiv_2 {
    float: left;
	width: 10px;
	height: 100%;
	background-color:#00478C;
	border:0 solid;
	position: relative;
}

.gallery_next_pic {
	float: left;
	cursor: pointer;
	display: block;
	height:15px;
	width: 12px;
	background-image: url(../cms/pics/scroller_bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}

.gallery_full_pic_div{
	background-color:#444444;
	border:10px solid #444444;
	float:left;
}
.close{
	background-color:white;
	background-image:url(../cms/pics/close_orange.gif);
	background-position:right center;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
	font-size:11px;
	font-weight:bold;
	height:16px;
	padding-top:3px;
	top:-17px;
	position:absolute;
	text-align:left;
	text-decoration:none;
	text-indent:5px;
	width:100%;
}

/* BALOLDALI GALÉRIA */
#center_left .gallery_full_pic{
	display: none;
}
#center_left .gallery_thumnails img{
	cursor: pointer;
	border: none;
}
#center_left .navigator{
	display: none;
}
/* JOBBOLDALI GALÉRIA */
#center_right .gallery_full_pic{
	display: none;
}
#center_right .gallery_thumnails img{
	cursor: pointer;
	border: none;
}
#center_right .navigator{
	display: none;
}
/* KÖZÉPSŐ GALÉRIA */
#center_center .gallery_full_pic{
	display: none;
}
#center_center .galleryHTML{
	padding-top: 15px;
}
#center_center .gallery_bottom{
	width:100%;
	float:left;
	position: relative;
	overflow:auto;
	height:310px;
	text-align: center;
	overflow-x:hidden;
}
#center_center .gallery_thumnails{
	width: 95%;
	padding-left: 20px;
	position: relative;

}
.thumb_cont {
	width:120px;
	height:120px;
	overflow:hidden;
	position:relative;
}

#center_right .thumb_cont {
	left:-5px;
}

#content .thumb_cont_cont {
	width:100px;
	padding: 0px 5px;
}

#content .thumb_cont {
	height:auto;
	text-align:center;
}

#content div img {
	position:default;
	top:0px !important;
	left:0px !important;
}

#center_thumb {
	width:140px;
	height:145px;
	float:left;
	padding:0px;
	margin-right:20px;
	margin-bottom:6px;
	text-align:center;
	border: solid 1px #ababab;
	background:#444444;
	padding-top:3px;
}

#center_left .thumb_cont_cont, #center_right .thumb_cont_cont {
	width:122px;
	height:122px;
	text-align:center;
	background: transparent url('../cms/pics/picture_bgr.jpg') no-repeat left top;
	margin-bottom:5px;
	padding-top:5px;
	float:left;
}

#center_left .thumb_cont_cont {
	background-image: url('../cms/pics/picture_bgl.jpg');
	padding-left:5px;
	left:0px;
}

#center_center .gallery_thumnails img{
	padding: 0px;
	cursor: pointer;
}
#center_center .navigator{
	display:block;
	float:left;
	width:23px;
}

#center_center #gallery_thumb_pics_2{
	position: relative;
	top: 0px;
}