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



/*body{
	font:100%/110% "Trebuchet MS",trebuchet,arial,tahoma,sans-serif;
	color:#fff;
	margin-top:20px;
	background-image: #666 url(../images/bg-body.jpg);
	font-size:11px;
	text-align:center;
}

a{
	color:#fff;
	text-decoration:none;
}
*/


#wrap{
	width:720px;
	margin:0 auto;
	position:relative;
}

/*#header{
	margin-bottom:20px;
}

#header a{
	text-decoration:none;
}*/



#main-content li{
	width:200px;
	border:solid #CCC;
	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:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;
	text-align: center;

}

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

#previous{
	text-align:left;
	font-size:18px;
	color: #fff;
}

#next{
	text-align:right;
	font-size:18px;
	color: #fff;
}


#fullplate-navigation li a{
	display:block;
	width:190px;
	padding:10px;
}

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



#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:5px 15px 15px 15px;
	margin:0 auto;
	width:600px;
}




#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:#666;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	text-decoration: none;
	font-size:100%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 


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

/* WG new rule*/
#footer-gal {
	width:700px;
	padding:30px 0;
	text-align:center;
	font-family:arial,sans-serif;
	color:#898787;
	clear:both;
	}

#footer-gal li {display:inline;}
#footer-gal a {color:#898787;}

#footer-gal li a {padding:0 7px 0 3px;background: url(../images/delimiter.gif) no-repeat right;}
#footer-gal li.last a {background:none;}
#footer-gal li .active {font-weight:bold; color:#fff;}
.copyright {font-size:10px;padding:10px 0 0 0;}

div.hidden {display:none;}
div.active {display:block;}
.bottom-tabs-active .top-tabs div.tab{display:none;}
.bottom-tabs .active{display:none;}
.bottom-tabs-active .bottom-tabs .active{display:block;}
