﻿
*{outline: none;}
img {border: 0;}
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	padding:0px;
	margin:0px;
}
/*--Window/Masking Styles--*/
.window {
	height:231px;	
	width: 858px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	padding:0px;
	margin:0px;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
	margin:0px;
	padding:0px;
}
.image_reel a
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.image_reel img
 {
	float: left;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
 }

/*--Paging Styles--*/
.paging {
	position: relative;
	bottom: 0px; 
	width: 108px; 
	height:25px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	float:right;
}
.paging a {
	padding:3px 2px 3px 2px;
	font-weight: bold; 
	/*background: #000000; */
	/*border: 0px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	color:#fff;*/
	background-image:url(../images/grey-block.gif);
	background-position:5px 0px; 
    background-repeat:no-repeat;
	text-decoration: none;
}
.paging a.active {
	font-weight: bold; 
	/*background: #5EC7D1; 
	border: 0px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	background-image:url(../images/active.gif);
	background-position:5px 0px; 
    background-repeat:no-repeat;
}
.paging a:hover {font-weight: bold;}
.textcontent
{
	position: absolute;
	top: 20px; 
	right: 20px;
	width: 220px; 
	z-index: 1000; /*--Assures the paging stays on the top layer--*/
	text-align:right;
	border:0px solid #bf0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-style:normal;
}