/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

#main-content li{
	width:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	background:#FFF;
	padding:.7em .7em .3em;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px 10px 5px 0;
}

#fullplate-navigation {clear:both;}
#fullplate-navigation LI {list-style-type:none;}


#previous{
float:left;}

#next{
float:right;
text-align:right;
}



#fullplate-photo {
	margin:0 auto;
}




#main-content a span {
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span {
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 0 0;
	filter: alpha(opacity=100);
}

#main-content a:hover {
	white-space: normal;
}

#main-content a:hover span{
	display: none;
}
.photoalbum {color:#fcb200;}
.album_title A {color:#010026; font-weight:bold; text-decoration:none;}
.album_title A:visited {color:#010026;}
.album_title A:hover {color:#010026; text-decoration:underline;}