@charset "UTF-8";
/* CSS Document */

#photogalcntnr {
	width:650px;
	float: left;
	clear: both;
}

.pgnav {
	width:530px;
	padding:10px;
	float:left;
}

.pgrow {
	width:530px;
	padding:10px;
	float:left;
}

.pgnavcell {
	width:75px;
	float:left;
}

.pgnavsep {
	width:230px;
	float:left;
}
.inactivetext{
	color:#CCC;
	text-decoration:none;
}

.leftarrow a{
	display:block;
	width:25px;
	height:20px;
	background:url(../images/arrowleft.gif) 0 0 no-repeat;
	float:right;
	text-indent:-9999px;
}

.leftarrow a:hover{
	background-position: 0 -20px;
}

.leftarrow-ia{
	display:block;
	width:25px;
	height:20px;
	background:url(../images/arrowleft.gif);
	float:right;
	background-position: 0 -20px;
	text-indent:-9999px;
}

.rightarrow a{
	display:block;
	width:25px;
	height:20px;
	background:url(../images/arrowright.gif) 0 0 no-repeat;
	text-indent:-9999px;
}

.rightarrow a:hover{
	background-position: 0 -20px;
}

.rightarrow-ia{
	display:block;
	width:25px;
	height:20px;
	background:url(../images/arrowright.gif) 0 -20px no-repeat;
	text-indent:-9999px;
}

#pgnavlist{
   margin:0;
   padding:0;
}

#pgnavlist ul{
   margin:0;
   padding:0;
   position:relative;

}

#pgnavlist li{
margin:0px;
display: inline;
list-style-type: none;
padding:0px 5px 0px 5px;
}

.pgrow h2{
	margin:0 0 15px 0;
}

.pgcell{
	width:265px;
	float:left;
	line-height:30px;
	text-align: center;
}

