
/* !!! A galéria adatai egyeztetni kell a galéria pluginban szereplő adatokkal (Magasság, szélesség) !!!*/

#cont .galleryHTML {
    width: 100%;
	float: left;
	border: 0px outset #FFF;
}

#cont .galleryHTML2 {
	float: left;
	border: 0px inset #FFF;
	width: 100%;
	margin: 0px;
}

#cont .gallery_full_pic {
    width: 647px;
	height: 512px;
	margin: 5px auto;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	background-position: center top;
	background-repeat: no-repeat;
}

#cont #gallery_1_full_pic {
	text-align: center;
}

#cont .gallery_full_pic img {
	margin-bottom: 3px;
	border: none;
	max-width: 647px;
}


#cont .gallery_bottom {
	display: block;
	float: left;
	width: 100%;
}

#cont .gallery_next_pic,
#cont .gallery_prew_pic {
	float: left;
	padding-top: 25px;
	cursor: pointer;
	width: 56px;
}

#cont .gallery_thumb_pics {
	float: left;
    width: 540px;
	height: 112px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}

#cont .gallery_thumnails {
	position: absolute;
}

#cont .gallery_thumnails table td {
	width: 150px;
	height: 110px;
	text-align: center;
}

#cont .gallery_thumnails table td.gallery_active {
	background:#cccccc;
	border-radius:5px;
}


#cont .gallery_thumb_pics img {
/*    width: 100px;*/
	cursor: pointer;
}

#cont .gallery_thumb_pics img.gallery_active {
    border: none;
}

.gallery_thumb {
	float:left;
	margin: 0 1px;
	height:150px; margin: 8px;
}
