body {
	background-color: black;
}

img {
	border: 0;
}

img.catSolid {
	-webkit-transition: all 110ms linear;
}

img.cat {
	-webkit-transition: all 110ms linear;
}

a:link img.catSolid {
	filter:alpha(opacity=100); 
	opacity:1.0;
}

a:hover img.catSolid {
	filter:alpha(opacity=100); 
	opacity:1.0;
}

a:link img.cat {
	filter:alpha(opacity=50); 
	opacity:0.5;
}

a:hover img.cat {
	filter:alpha(opacity=75); 
	opacity:0.8;
}

img.news {
	-webkit-transition: all 300ms linear;
}

a:link img.news {
	opacity:0.5
}

a:hover img.news {
	opacity:1.0
}

#wrapper {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 1026px;
}

#container {
	height: 535px;
	width: 1024px;
	overflow: auto;
	overflow-y: hidden;
	white-space: nowrap;
	border: 1px solid #000;
}

#scroller {
	white-space:nowrap;
}

.content {
	white-space: nowrap;
	padding-right: 7px;
	height: 520px;
	float: left;
}

#left {
	clear: both;
	float: left;
	margin-right: auto;
	margin-left: -2px;
	margin-bottom: auto;
	width: 540px;
	color: white;
}

#news {
	padding-top:20px;
}

#right {
	position: relative;
	clear: right;
	float: right;
	width: 425px;
	color: white;
}

.category {
	padding-bottom: 1px;
	color: white;
}

#subcatMenu {
	top: -121px;
	clear: both;
	position: relative;
	padding-bottom: 1px;
	float: right;
}

#fwrapper {
	margin-top: 35px;
}