/* Arrows for the portfolio gallery navigation */

div#gal_nav	{
	width: 150px;
    margin: 0 auto;
}
div#gal_nav div#left_arrow a {
	display: block;
	height: 16px;
	background-color: transparent;
	background-image: url(../images/arrows_yellow_2.png);
	background-repeat: no-repeat;
	background-position: -16px 0px;
}
div#gal_nav div#right_arrow a {
	display: block;
	height: 16px;
	background-color: transparent;
	background-image: url(../images/arrows_yellow_2.png);
	background-repeat: no-repeat;
	background-position: -48px 0px;
}
div#gal_nav div#left_arrow	{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	margin-top: 9px;
}
div#gal_nav div#right_arrow	{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	margin-top: 9px;
}
div#gal_nav div#left_arrow a:hover {
	background-position: 0px 0px;
}

div#gal_nav div#right_arrow a:hover {
	background-position: -32px 0px;
}

div#gal_nav div#left_arrow a span	{
	display: none;
}

div#gal_nav div#right_arrow a span	{
	display: none;
}


div#left_arrow	{
	font-size: xx-large;
	font-weight: normal;
	text-decoration: none;
	float: left;
	width: 50px;
	text-align: right;
	z-index: 5;
	color: #C3B69D;
}
div#right_arrow	{
	font-size: xx-large;
	font-weight: normal;
	text-decoration: none;
	float: right;
	width: 50px;
	z-index: 5;
	text-align: left;
}


/* which-page-of-how-many-pages counter for the portfolio gallery navigation */

div#counter	{
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	float: left;
	width: 118px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B4B4B4;
	text-align: center;
	vertical-align: middle;
}
div#counter p	{
	text-align: center;
	vertical-align: middle;
	z-index: 5;
}
p.count	{
	vertical-align: top;
	margin-right: 0em;
	margin-left: 0em;
	margin-top: 0.5em;
	margin-bottom: -.5em;
}