
.photo_gallery_buttons .buttons,
.photo_gallery_buttons_alone .buttons {
	vertical-align: top;
}
.photo_gallery_buttons_alone {
	display: block;
	height: 54px;
	vertical-align: bottom;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #8B8B8B;
}
/* -- END: buttons for navigation of big photo */

/* -- START: big photo */
#imageBig {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
/* -- END: big photo */

/* -- START: comment of big photo */
#imageComment {
	display: block;
	vertical-align: top;
	margin: 0px;
	font-size: 11px;
	color: #2C6CBA;
	overflow: visible;
}
/* -- END: comment of big photo */

/* -- START: thumbs */
.photo_gallery_thumbs {
	display: block;
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.photo_gallery_thumbs img:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.photo_gallery_thumbs_photos  {
	margin: 3px 4px 3px 3px;
}
/* -- END: thumbs */

/* -- START: buttons for thumbs */
.photo_gallery_thumbs_buttons {
	display: block;
	text-align: left;
	vertical-align: top;
	padding: 28px 0px 0px 20px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #2C6CBA;
}

.photo_gallery_thumbs_buttons .close {
	display: block;
	padding: 0px;
	vertical-align: top;
	text-align: right;
	padding-right: 16px;
	overflow: hidden;
	height: 15px;
	margin-top: 2px;
}

.photo_gallery_thumbs_buttons a,
.photo_gallery_thumbs_buttons_alone a
{
	color: #8B8B8B;
	font-weight: bold;
	text-decoration: none;
}
#gumb1 {
	color: #2C6CBA;
	font-weight: bold;
	text-decoration: none;
}
#stopButton { display: none; }

.photo_gallery_thumbs_buttons_alone {
	display: block; 
	text-align: left; 
	vertical-align: top; 
	padding: 10px 0px 10px 0px; 
	margin: 0px; 
	font-size: 11px; 
	font-weight: normal; 
	color: #2C6CBA
}
/* -- END: buttons for thumbs */
