/* CSS Document */

#photogallery img {
	height: 70px;
	width: 128px;
	border-style: none;
}

#photogallery a img {
	opacity: 0.6;
	filter:alpha(opacity=60);
}

#photogallery a:hover img {
	opacity: 1;
	filter:alpha(opacity=100);
}

#photogallery a {
	text-decoration: none;
	margin-right: 22px;
}

#photogallery {
	background: #000 url(../i/filmstrip.gif) repeat-x left top;
	/* this is for horizontal scrolling */
	height: 70px;
	line-height: 0;
	padding: 15px 0;
	margin: 0 auto;
	visibility: hidden;
	overflow: hidden;
}

#placeholder {
	background: #b20000 url(../i/picframe.gif) no-repeat center;
	padding: 10px 0;
	height: 325px;
	width: 100%;
	text-align: center;
	color: #000;
	font-weight: bold;
}

#placeholder a {
	text-decoration: none;
}