/* FONTS AND COLORS */
/*#slideshow ul li {
	background-color: #444;
	color: #EBEBEB;
	cursor: pointer;
}
#slideshow ul li#slideshow1 {color: #FF6600;}
.home.slideshow #slideshowImage {background: url("../images/home/slideshow/proamslider.jpg") no-repeat;}*/
.home.recent_posts tr {
	color: #333;
}
.home.recent_posts th {text-align: center;}
.home.recent_posts td {
	border-top: 1px solid #BBB;
	background-image: url("../images/home/tr_bg.jpg");
	background-repeat: no-repeat;
}
.home.recent_posts .threadCell a {
	color: #333;
	font-weight: bold;
}
.home.recent_posts .posterCell {text-align: right;}
.home.recent_posts .dateCell, .home.recent_posts .timeCell {text-align: center;}
.home.recent_posts .posterCell {background-position: -352px 0px;}
.home.recent_posts .dateCell {background-position: -461px 0px;}
.home.recent_posts .timeCell {background-position: -543px 0px;}
/*.*/
/* LAYOUT */
.main_view {
	float: left;
	position: relative;
}

.slideshow{
	width: 613px;
	height: 249px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	padding-bottom:10px;
}

.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 5px; right: -7px;
	width: 100px; height:35px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	/*line-height: 40px*/;	
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 1px #000; 
}
.paging a.active {
	font-weight: bold; 
	background: #ff8a00; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
/*#slideshow ul {position: absolute;}
#slideshow ul li {
	padding: 2px 5px;
	float: left;
	margin: 4px;
}
.home.slideshow #slideshowImage {
	width: 613px;
	height: 249px;
	background-image: url("../images/home/slideshow/proamslider.jpg");
}*/
.home.recent_posts table {width: 613px;}
.home.recent_posts tr {height: 40px;}
.home.recent_posts td {vertical-align: middle;}
.home.recent_posts .threadCell {padding-left: 12px;}
.home.recent_posts .posterCell {
	padding-right: 10px;
	width: 100px;
}
.home.recent_posts .dateCell {width: 84px;}
.home.recent_posts .timeCell {width: 70px;}
/*.*/
