/* !!! A galéria adatai egyeztetni kell a galéria pluginban szereplő adatokkal (Magasság, szélesség) !!!*/
.galleryHTML{
	width:100%;
}

/* 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: 500px;
	cursor: pointer;
}

#GalleryFullPic{
	background-color: black;
	display: none;
	opacity: 0.7;
	filter:alpha(opacity=70);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:100;
}
#GalleryTheFullPic{
	border: 5px solid #999999;
	cursor: pointer;
	display: block;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index:100;
}

#fullPic {
	width:450px;
	height:450px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	border:dotted 1px #667a55;
}

#scrolldiv {
	height:102px;
	width:555px;
	overflow:hidden;
}

#thumbs {
	padding-top:20px;
	height:82px;
	white-space:nowrap;
	padding-left:4px;
	position:relative;
	height:84px;
}

#thumb_container {
	height:104px;
	margin-left:52px;
	overflow:hidden;
	position:absolute;
	width:451px;
	left:0px;
}

#gallery {
	width:555px;
	height:600px;
	background: transparent url(../cms/pics/gallery.jpg) no-repeat left top;
	text-align:center;
	position:relative;
}

.gallery_thumb {
	float:left;
	width:81px;
	height:80px;
	text-align:center;
	margin-right:7px;
	border:solid 1px #993300;
}

#GalleryPicLayer{
 display:block;
 float:left;
 left:540px;
 position:absolute;
 top:25px;
 z-index:101;
}

#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);
}

/*THUMB*/

.gallery_bottom {
	margin-left:auto;
	margin-right:auto;
	width:540px;
}

.gallery_thumb_pics {

}

#thumnail_list {

}

.thumb_img_div{
	width:122px;
	height:122px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:center;
	background:  transparent url(../cms/pics/bg.gif) no-repeat;
}

.gallery_thumb_pics img {
	cursor:pointer;
}

/*FUNCTION*/

.gallery_buttons{
	float: left;
	height: 18px;
	padding-top: 13px;
	padding-left: 20px;
	width: 118px;
	display: none;
}

#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;
}

#leftscroll, #rightscroll {
	position:absolute;
	top:40px;
}

#leftscroll {
	right:15px;
}

#rightscroll {
	left:15px;
}

#cover {
	position:absolute;
	top:0;
	left:0;
	width:555px;
	height:130px;
	display:none;
	background:transparent url(../cms/pics/s.gif) repeat top left;
	opacity:0.4;
	filter:alpha(opacity=40)
}

