.v_scrollbar
{
    position: absolute;
	width: 12px;
	display: none;
	background-color: #046080;
}
.scrollbar_arrow_up
{
	position: absolute;
	top: -16px;
	width: 12px;
	height: 12px;
}
.scrollbar_arrow_down
{
	position: absolute;
	top: 284px;
	width: 12px;
	height: 12px;
}
.scrollbar_thumb
{
	position: absolute;
	top: 0px;
	width: 12px;
	height: 16px;
	background-color: #027abb;
}
.submenubar
{
	background-color: #027abb;
}
.light_blue_text
{
	color: #027abb;
}
.light_blue_text a
{
	color: #027abb;
	text-decoration: none;
}
.photos_numbering
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	background-color: #027abb;
}
.photos_numbering a
{
	color: #ffffff;
	text-decoration: none;
}