﻿/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

#main-photo {
	/* border:1px solid red; */
	width:100%;
	text-align:center;
	background-color:white;
}

#main-photo .phototeachername {
	clear:both;
}

#main-photo li {
	width:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	background:#F6F5F0;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#main-photo  a span{
/*\*/
	position:absolute;
	left:-9999px;
}

#main-photo a span{	
	top:160px;
	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:10px 0 0px 0;
	filter: alpha(opacity=100);
	text-decoration: none;
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 

#main-photo a:hover span{	
	top:160px;
	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:10px 0 0px 0;
	filter: alpha(opacity=100);
	display:none;
	text-decoration: none;
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 

#main-photo img{
	/* border:1px solid #EEE; */
/* delete line above and uncomment this for an inset effect */
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
}

#main-photo a {
		text-decoration:none;

}

.photogallery-a {
	border-bottom: 0px !important;
}


