/* shows styles */

div#boxcont {
	min-width: 750px;
}

div#showsmain {
	color: #fff;
	background: #000 url(../images/showsback.jpg) no-repeat;
	padding: 0 1em;
	height: 600px;
	border: 0 solid #e0234d;
	border-width: 0 1px;
}

div#showsmain div#showstage {
	text-align: center;
}

div#showstage a:link, div#showstage a:visited, div#showstage a:active {
	color: #1ac42f;
	background: transparent;
}

div#showstage a:hover {
	color: #fff;
	background: transparent;
}

div#showlinks {
	position: absolute;
	top: 515px;
	left: 50%;
	width: 350px;
	margin-left: -200px;
}

div#showlinks ul {
	text-align: left;
	list-style: none;
}

div#showlinks ul li {
	padding: 0.5em 0;
}