/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;
	width: 1000px;
	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: 15px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	font-size: 11px;
	text-align: center;
	line-height: 40px;
	background: url(../img/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 4px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}



/*--twitter Styles--*/
.pagingtwitter {
	position: absolute;
	top: 10px;
	left: 11px;
	width: 29px;
	height:28px;
	z-index: 101; /*--Assures the paging stays on the top layer--*/
	font-size: 11px;
	text-align: center;
	line-height: 40px;
	background: url(../img/twitter.gif) no-repeat;
	display: table; /*--Hidden by default, will be later shown with jQuery--*/
}
.pagingtwitter a {
	padding: 4px;
	text-decoration: none;
	color: #fff;
}
.pagingtwitter a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pagingtwitter a:hover {font-weight: bold;}


/*--facebook Styles--*/
.pagingfacebook {
	position: absolute;
	top: 10px;
	left: 48px;
	width: 29px;
	height:28px;
	z-index: 101; /*--Assures the paging stays on the top layer--*/
	font-size: 11px;
	text-align: center;
	line-height: 40px;
	background: url(../img/facebook.png) no-repeat;
	display: table; /*--Hidden by default, will be later shown with jQuery--*/
}
.pagingfacebook a {
	padding: 4px;
	text-decoration: none;
	color: #fff;
}
.pagingfacebook a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pagingfacebook a:hover {font-weight: bold;}

/*--youtube Styles--*/
.pagingyoutube {
	position: absolute;
	top: 50px;
	left: 11px;
	width: 29px;
	height:28px;
	z-index: 101; /*--Assures the paging stays on the top layer--*/
	font-size: 11px;
	text-align: center;
	line-height: 40px;
	background: url(../img/youtube.png) no-repeat;
	display: table; /*--Hidden by default, will be later shown with jQuery--*/
}
.pagingyoutube a {
	padding: 4px;
	text-decoration: none;
	color: #fff;
}
.pagingyoutube a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.pagingyoutube a:hover {font-weight: bold;}

/*--googleplus Styles--*/
.paginggoogleplus {
	position: absolute;
	top: 50px;
	left: 48px;
	width: 29px;
	height:28px;
	z-index: 101; /*--Assures the paging stays on the top layer--*/
	font-size: 11px;
	text-align: center;
	line-height: 40px;
	background: url(../img/googleplus.gif) no-repeat;
	display: table; /*--Hidden by default, will be later shown with jQuery--*/
}
.paginggoogleplus a {
	padding: 4px;
	text-decoration: none;
	color: #fff;
}
.paginggoogleplus a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paginggoogleplus a:hover {font-weight: bold;}
