/* @override http://www.edsalternative.com/style.css */

.thumb{
	opacity: 0.7;
}

.thumb:hover {
	opacity: 1;
}

p.thumbcaption{
	color: #999;
	font: bold 12px Verdana, sans-serif;
	margin-bottom: 10px;
	text-align: center;
}

#carpixcontainer {
	position: relative;
}

#floater{
	position: absolute;
	top: 407px;
	left: 12px;
	font: bold 24px Verdana;
	width: 150px;
	height: 60px;
	opacity: 0.43;
}

#floater img{
	width: 150px;
}
