@charset "UTF-8";
/* CSS Document */


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


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

}

#video_grid a:hover span{	
	top:10px;
	left:10px;
	width:103px;
	font-weight:bold;
	background:#eddbb5;
	color:#CC6600;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	/*border:1px solid #CC6600;*/
	/*border-width:0 0 10px 0;*/
	filter: alpha(opacity=100);
	-moz-opacity:.8;
		opacity:.80;
/**/
} 


/*full plate page for embedded video*/
#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;

}

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

#previous{
	text-align:left;
}

#next{
	text-align:right;
}


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

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



#fullplate-photo{
	/*border:solid #EEE;*/
	border-width:0 0px 0px 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:450px;
}



