#content ul.display {
    float: left;
	  width: 450px;
	  margin: 0;
	  padding: 0;
	  list-style: none;
/*	  border: 1px solid #333; */
	  background: transparent;
    }
    
#content ul.display li {
  	float: left;
  	width: 448px;
  	padding: 8px 0;
  	margin: 0;
/*  	border: 1px solid #111; */
    }
    
#content ul.display li a {
  	color: #554B37;
  	text-decoration: none;
    }
    
#content ul.display li .content_block {
  	padding: 0 5px 0 0;
    }
    
#content ul.display li .content_block h3 {
  	margin: 0;
  	padding: 0 25px 3px 3px;
	  font-weight: bold;
	  font-size: 1em; 
    }
    
#content ul.display li .content_block p {
	  margin: 0;
	  padding: 0 5px 5px 5px;  /*--The left padding keeps the
content from flowing under the image--*/
	  font-size: 1em;
    }
    
#content ul.display li .content_block a img { /*--Double border technique--*/
	  padding: 5px;
	  border: 1px solid #c2c2c2;
  	background: transparent;
  	margin: 0 10px 0 0;
  	float: left;
    }
    
#content ul.display li .content_block a img:hover { /*--Double border technique--*/
  	background: #CEDE9C;
    }    
    
   
/* Thumbs */    
    
#content ul.thumb_view li {
    width: 210px;
    } /*--Switch the width to accommodate for the three column layout--*/
    
#content ul.thumb_view li h3 {
    display: inline; 
    }
    
#content ul.thumb_view li p {
    display: none;
    }
    
#content ul.thumb_view li .content_block a img {
    margin: 2px;
    }
    
#content ul.thumb_view li .content_block a img:hover {    
  	background: #CEDE9C;
    }
    
    
/* Switch-Button */    
    
#content a.switch_thumb {
  	width: 180px;
  	height: 26px;
  	line-height: 26px;
  	padding: 0;
  	margin: 10px 0;
  	display: block;
  	background: url(../img/switch.gif) no-repeat;
  	outline: none;
  	text-indent: -9999px;
    }
    
#content a.swap {
    background-position: left bottom;
    }
    
#content a:hover.switch_thumb {
  	filter:alpha(opacity=75);
  	opacity:.75;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
