﻿
 
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:130px;	width: 400px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	border:0px solid yellow;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
	 
}
.image_reel div {float: left;}
 
/*--Paging Styles--*/
.paging {
	 
	   height:20px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right; 
	border:0px solid red; 
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	 
	margin-top:10px;
	 
}
.paging a {
	padding: 0px;
	text-decoration: none;
	color: #000;
	display:block;
	width:20px;
	float:left;
	text-align:center;
	border:1px solid #ddeaff;
	margin-left:5px;
}
.paging a.active {
	font-weight: bold; 
	background: #23375c; 
	 border:1px solid #ddeaff;
	color:White;
}
.paging a:hover {font-weight: bold;}
.anaDivP
{
    float:left; border:0px solid red; width:400px; height:130px;
    }
