
/* !!! A galéria adatai egyeztetni kell a galéria pluginban szereplő adatokkal (Magasság, szélesség) !!!*/

.galleryHTML {
    width: 408px;
	display: block;
	float: left;
	border: 1px solid #000000;
}

.gallery_full_pic {
    width: 400px;
	height: 300px;
	margin-top: 5px;
	display: block;
	text-align: center;
	vertical-align: middle;
	float: left;
}

.gallery_full_pic img {
/*    width: 600px;*/
	border: none;
}


.gallery_bottom {
	display: block;
	float: left;
}

.gallery_thumb_pics {
	float: left;
	display: block;
    width: 403px;
	height: 75px;
  	overflow: auto;
	background-color: .FFFFFF;
	margin-top: 5px;
	padding-left: 5px;
	padding-top: 5px;
	border-top: 1px solid;
}

.gallery_thumnails {
    white-space: nowrap;
}


.gallery_thumb_pics img {
/*    width: 100px;*/
	cursor: pointer;
	margin-left: 2px;
	margin-right: 2px;
}

.gallery_active {
    border: none;
}

#slidShowButton {
    margin-top: 5px;
	margin-bottom: 5px;
}

