/*----------CSS Document----------*/
/*----Album Pitures and Thumbnails-----*/

#thumbnails
	{height: 100px;
	 margin: 0 0 0 40px;}
	  
#thumbnails div.shadow
	{float: left;
	width: 96px;
   height: 96px;
	background: url('images/shadow.gif')
			   no-repeat
			   top left;}
	  
#thumbnails div.shadow img.thumbnail
	{float: left;
	width: 80px;
	height: 80px;
	margin:  8px;
	cursor: pointer;
	border: 1px solid #666666;}

#thumbnails div.shadow img.thumbnail:hover,
#thumbnails div.shadow img.over
	{opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;}
	
#displayFrame
	{text-align: center;}
  #displayImage
	{border: 1px solid #424242;
	margin: 5px 0 5px 0;}
  div#displayImage
	  {border-left: none;
	border-right: none;
	height: 450px;}