


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

.window { padding:0px; margin:0px;
	height:202px;	width: 282px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel li {
    width: 282px;
    float: left;
}


/*--Paging Styles--*/
.paging {
display:block; padding-left:65px; padding-top:6px; 
	position: absolute;
 height:27px;

	line-height: 20px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
font-weight: bold;
    font-size: 11px;
    font-family: Verdana, Arial;
	padding: 0;
	text-decoration: none;
	color: #1f65a1;
    width: 24px; height: 24px;
    text-align: center;
    display: inline-block;
    line-height: 2;
    margin-right: 2px;
    background: url(images/fbtn.gif) no-repeat 0 0 ;
}
.paging a.active {
	font-weight: bold; background-position: 100% 0; color:#de011a; 
}
.paging a:hover {font-weight: bold;}
