.v_scrollbar
{
    position: absolute;
	width: 12px;
	display: none;
	background-color: #c16502;
}
.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: #ffbc00;
}
.yellow_text
{
	color: #ffbc00;
}

.yellow_text a
{
	color: #ffbc00;
	text-decoration: none;
}
.photos_numbering
{
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	background-color: #e3a700;
}
.photos_numbering a
{
	color: #ffffff;
	text-decoration: none;
}
.submenubar
{
	background-color: #f7a90b;
}