/* Styles for Home Page specific items*/
#welcometable a { background:transparent; padding:0px; margin:0px; text-decoration:none;}

.homeheroheading
{
	float:left;
}

.homeherotext
{
	float:left;
	width:200px;
	clear:left;
	margin-top:0px;
	margin-left:20px;
}

.homeheroimg
{
	float:right;
	margin-right:10px;
	margin-top:5px;
}


/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:245px;	
	width: 549px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 5px; right: -7px;
	width: 178px; height:24px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 22px;
	background: url(/images/heroimages/paging_bg.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 3px; font-size:10px;
	text-decoration: none;
	color: #000;
}
.paging a.active {
	font-weight: bold; color:#fff;
	background: #669966;
	border: 1px solid #336633;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.paging a:hover {font-weight: bold;}

