@import url("includes/common.css");
@import url("includes/categoryListing.css");
@import url("includes/actListing.css");
@import url("includes/featActListing.css");
@import url("includes/indexFeatActListing.css");

p#getFlash {
	text-align:center;
	font-size: smaller;
	position:relative;
	top: 60px;
}

div#mediaPlayer {
	float:right;
	background-color: #1a1a1a;
	width: 267px;
	height: 170px;
	margin: 5px 10px 15px 15px;
}

div#catlisting {
	clear:both;
	padding: 1px 0;
	margin:20px auto;
	min-height: 330px;
	text-align: center;
}
div#catlisting ul li {
	width: 24.9%;
	height: 165px;
}
div#catlisting ul li h3 {
	line-height:1.2;
}
div#catlisting ul li div.thumb {
	width:120px;
	height:120px;
	margin-bottom:4px;
}

div#featActListing {
    margin-top: 20px;
}
