/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

*{
	margin:0;
	padding:0;
	font-size:100%;

}


#wrap{
	width:610px;
	margin:0 auto;
	position:relative;
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom:50px;
}


#main-content li{
	width:170px;
	border:solid #666666;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:10px;
 */
	background:#FFF;
	padding:5px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}


#fullplate-navigation{
	list-style:none;
	margin: 0 0 20px 0;
	text-align: center;
	width: 610px;
}

#fullplate-navigation li{
	display:block;
	float:left;
		
}

#previous{
	text-align:left;
	width: 200px;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#next{
	text-align:right;
	width: 200px;
	font-size:16px;
	font-weight:bold;
}

#thumbnails{
	text-align:center;
	width: 210px;
}



#fullplate-navigation li a{
	display:block;
	padding:10px;
	color:#000000;
	text-decoration:none;
}

#fullplate-navigation li a:hover{
	color:#F4449F;
}



#fullplate-photo{
	border:solid #EEE;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:15px 15px 15px 15px;
	margin:0 auto;
	width:580px;
}




#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span{	
	top:5px;
	left:5px;
	width:172px;
	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 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 

#main-content a:hover { white-space: normal; }


#main-content img{
	/* border:1px solid #EEE; */
/* delete line above and uncomment this for an inset effect*/
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 
}

