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

.photoNavLink {
float:right;
color:#000000;
font:bold 14px verdana;
}
#main-content {
min-height: 450px;
}
#main-content a:hover { white-space: normal; }

#main-content li{
	width:200px;
  height:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
	/*-moz-border-radius:20px;*/
	background:#F1FFCF;
	padding:10px;
	text-align:center;
  vertical-align:middle;
  position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#fullplate-navigation{
	margin: 0 auto;
	width: 620px;
	height: 40px;
	position: relative;
	border-top: 1px dashed #ccc;
}

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

#fullplate-navigation li#previous{
	text-align:left;
	position: absolute;
	top: 0;
	left: 0;
}
#fullplate-navigation li#thumbnails {
	position: absolute;
	left: 200px;
	top: 0;
	text-align: center;
}
#fullplate-navigation li#next{
	text-align:right;
	position: absolute;
	right: 0;
	top: 0;
}


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

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



#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:#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=80);	opacity:.80;
} 


#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;
 */
}
#galtype {
	height: 32px;
	border-bottom: 12px solid #F1FFCF;
}
#content h2 {
	display: block;
	width: 200px;
	height: 32px;
	font-size: 0.85em;
	line-height: 32px;
	float: left;
	background: #F1FFCF;
	text-align: center;
	margin: 0 0 0 10px;
	
}
#content h2 a{
	display: block;
	background: #A3BF5F;
	height: 32px;
	color: #000;
}
#content h2 a:hover {
	text-decoration: none;
	background: #F1FFCF;
}


/* Video */
#videoplayer {
	width: 340px;
	height: 285px;
	border: 1px solid #000;
	float: left;
	margin: 2px 10px 5px 10px;
	overflow: hidden;
}
.videoPlaylist {
	width: 520px;
	height: 300px;
	padding: 0 3px;
	float: left;
	margin-top: 5px;
}
.videoPlaylist a img {
	border: none;
	margin: 0 0 4px 0;
width: 105px;
height: 77px;
}
.videoPlaylist a:hover {
	text-decoration: none;
	background-color: #FFFF99;
}
.videoPlaylist a:hover img {
	filter:alpha(opacity=80);opacity: 0.8;
}
.videoPlaylist a {
	display: block;
	width: 105px;
	float: left;
	text-align: center;
	height: 140px;
	margin: 0 4px 4px 0;
	border: 1px solid #999;
	padding:0;
}
.videoPlaylist a.middleThmb {
	margin: 0 5px;
}
.videoPlaylist a p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000099;
	padding: 2px;
	margin: 0;
	text-align: center;
}

