/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:331px;	
	width: 233px;
	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: 4px; right: 8px;
	width: 100%; height:8px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 50px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	color: #000;
	border: 1px solid #999;
	font-weight: bold; 
}
.paging a.active {
	font-weight: bold; 
	background:#900; 
	border: 1px solid #F00;
	color:#FFF;
/*	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
.paging a:hover {font-weight: bold;}

.main_view_2 {
        float: left;
        position: relative;
}

.window_2 {
        height:321px;
        width: 190px;
        overflow: hidden; /*--Hides anything outside of the set width/height--*/
        position: relative;
}
.image_reel_2 {
        position: absolute;
        top: 0; left: 0;
}
.image_reel_2 img {float: left;}

.paging_2 {
	position: absolute;
	bottom: 4px; right: 8px;
	width: 100%; height:8px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 50px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}                           

.paging_2 a {
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	color: #000;
	border: 1px solid #999;
	font-weight: bold; 
}

.paging_2 a.active2 {
	font-weight: bold; 
	background:#900; 
	border: 1px solid #F00;
	color:#FFF;
/*	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
.paging_2 a:hover {font-weight: bold;}

.main_view_3 {
        float: left;
        position: relative;
}

.window_3 {
        height:331px;
        width: 233px;
        overflow: hidden; /*--Hides anything outside of the set width/height--*/
        position: relative;
}
.image_reel_3 {
        position: absolute;
        top: 0; left: 0;
}
.image_reel_3 img {float: left;}

.paging_3 {
	position: absolute;
	bottom: 4px; right: 8px;
	width: 100%; height:30px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: right;
	line-height: 30px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}                           
.paging_3 a {
	padding: 3px 6px 3px 6px;
	text-decoration: none;
	color: #000;
	border: 1px solid #999;
	font-weight: bold; 
}
.paging_3 a.active_3 {
	font-weight: bold; 
	background:#900; 
	border: 1px solid #F00;
	color:#FFF;
/*	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
}
.paging_3 a:hover {font-weight: bold;}

