/* panes */
#newsPane {	
	width:600px;
	height:266px;
	border:1px solid #7c0606;
	margin-left:16px;
	background:url(/newsimages/news_bg.jpg) no-repeat;
}
/* single pane */
#newsPane div {
	display:none;	
	color:#fff;	
	margin:20px 20px;
}
#newsPane div p { font-family:Arial, Helvetica, sans-serif; font-size:12px;}

#newsPane p, #newsPane samp {
	color:#ccc;
	margin:0 0 12px 0;
	line-height:1.4em;	
}

#newsPane div.narrow {
	padding-right:160px;		
}

#newsPane {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#newsPane div {
	float:left;
	display:block;
	width:560px;
	cursor:pointer;
	font-size:14px;
	color:#fff;
}

/* our additional wrapper element for the items */
#newsPane .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#newsPane .less, #newsPane .less a {
	color:#999 !important;
	font-size:11px;
}


#newsPane div.scrollImage {float:left; width:170px; margin:0; padding:0;}
#newsPane div.scrollImage img {border:1px solid #c7c7c7;}
#newsPane div.scrollText {float:left; width:388px; margin:0; padding:0;}
#newsPane div.scrollText h2 {
	font-weight:normal;
	color:#c7c7c7;
	margin:0 0 2px 0;
	font-size:0.8em;
	font-variant:small-caps;
}
#newsPane div.scrollText h3 {
	color:#7f7f7f;
	margin:0 0 0 0;
	font-size:0.9em;
	font-variant:small-caps;
}
#newsPane div.scrollText h4 {
	color:#7f7f7f;
	margin:0 0 12px 0;
	font-size:0.9em;
	font-variant:small-caps;
}
#newsPane a {
	color: #6f0000;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:1em;
	font-weight:bold;
}
#newsPane a:hover { text-decoration:none;}


.newsItem { margin:0; padding:0;}



/* BUTTONS
--------------------------*/

.newsNav {float:left; width:100%;}

.newsNav a {cursor:pointer;}

a.newsPrev,
a:hover.newsPrev.disabled {
	display:block;
	width: 114px;
	height: 20px;
	text-indent:-8000em;
	margin:12px 0 0 215px;
	background: url(/newsimages/previous.png) no-repeat 0 0;
	float:left;
}
a:hover.newsPrev {
	display:block;
	width: 114px;
	height: 20px;
	margin:12px 0 0 215px;
	background: url(/newsimages/previous.png) no-repeat 0 -20px;
	float:left;
}
a.newsNext,
a:hover.newsNext.disabled {
	display:block;
	width: 73px;
	height: 20px;
	margin:12px 0 0 20px;
	background: url(/newsimages/next.png) no-repeat 0 0;
	float:left;
}
a:hover.newsNext {
	display:block;
	width: 73px;
	height: 20px;
	margin:12px 0 0 20px;
	background: url(/newsimages/next.png) no-repeat 0 -20px;
	float:left;
}
.newsBtnPrev {float:left; width:115px; margin-left:210px;}
.newsBtnNext {float:left; width:74px; margin-left:15px;}


/* H TAGS
--------------------------*/

h1#news {
	background: url(/newsimages/title_latestnews.png) no-repeat;
	width:116px;
	height:20px;
	margin:15px 0 8px 17px;
	padding:0;
}
h1#forumPosts {
	background: url(/newsimages/title_forumposts.png) no-repeat;
	width:184px;
	height:20px;
	margin:15px 0 8px 17px;
	padding:0;
}