
img {
border: 0;
}
.container {
width: 500px;
padding: 0; float:right;
margin: 0 auto;
}
.folio_block {
position: absolute;
left: 50%; top: 50%;
margin: -165px 0 0 -310px;
}

/*--Main Container--*/
.main_view {
float: left;
position: relative;
}
/*--Window/Masking Styles--*/
.window {
height:286px;	width: 680px;
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 {
text-align: left;
width:300px;
padding-top:15px;
}
.paging a {
padding:10px 10px 0 10px;
text-decoration: none;
background:url(../grfx/black.png) no-repeat;
width:21px;
height:21px;
}
.paging a.active {
background:url(../grfx/blackSelected.png) no-repeat;
width:21px;
height:21px;
}
