/*

	-- -- -- -- -- -- --
	It's A Mystery To Me
	section-shows.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

h2 {
	background: url(../images/ui/h2/shows.jpg) no-repeat;
}

.show {
	width: 504px;
	height: auto;
	display: block;
	margin: 5px 0 20px 55px;
	color: #333;
	border-bottom: 1px solid #bbb;
}

.show a.box:link, .show a.box:visited {
	width: 130px;
	height: 90px;
	display: block;
	margin: 0 10px 10px 10px;
	text-indent: -9000px;
	float: right;
}

.show span {
	font-size: 1.2em;
	color: #000;
}