#shots, #casts {
	width: 950px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

#shots_nav {
	position: absolute;
	top: 10px;
	left: 453px;
}

#shots_nav a {
	text-indent: -1000em;
	font-size: 0px;
	line-height: 7px;
	display: block;
	float: left;
	width: 7px;
	height: 7px;
	margin-right: 10px;
	text-decoration: none;
	background: url(../images/nav_inactive.png) no-repeat center;
}

#shots_nav a.wactive {
	background: url(../images/nav_active.png) no-repeat center;
}

#shots .shot {
	width: 200px;
	float: left;
	margin: 0 18px;
	text-align: center;
}

.shot img {
	border: 1px solid #ccc;
	padding: 2px;
}

.shot a img {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}

.shot a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

.shot-title {
	font-size: 0.85em;
	margin-top: 5px;
}

