.galleryview {
	float: left;
}

.entry{
background: url(../images/entryBG.png) no-repeat;
padding: 35px 55px 40px 65px;
width: 780px;
height: 280px;
margin-top: 25px;
}

.entryText h3{
font-size: 18px;
margin-bottom: 10px;
}

.entryInfo{
float: left;
margin-left: 10px;
width: 243px; /* Photo display has a 1px border and is 525px wide*/
display: inline;
}

.entryText{
line-height: 17px;
height: 240px;
}

.entryButton a:link, .entryButton a:visited{
background: url(../images/visitButton.png);
display: block;
width: 160px;
height: 25px;
float: right;
color: #f4f3ea;
text-decoration: none;
padding: 5px 0px 5px 15px;
border: none;
}

.entryButton a:hover, .entryButton a:active{
background: url(../images/visitButtonHover.png);
border: none;
}

.panel-overlay a:link, .panel-overlay a:visited{
text-decoration: none;
color: #f4f3ea;
border-bottom: 1px dotted #f4f3ea;
}

.panel-overlay a:hover, .panel-overlay a:active{
color: #f4f3ea;
border-bottom: 1px solid #f4f3ea;
}

.filmstrip img{
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

