
*{outline: none;}
img {border: 0;}


.container {
width: 960px;
height: 250px;
margin: 0px;
padding: 0px;
}



.folio_block {
position: absolute;
padding: 0px;
margin: 0px;
width: 960px;
height: 250px;
}
 
 
/*--Main Container--*/
.main_view {
float: left;
position: relative;
}



/*--Window/Masking Styles--*/

.window {
height: 250px;	width: 960px;
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 {
position: absolute;
bottom: 10px; 
right: 0px;
width: 120px; 
height: 30px;
z-index: 1000; 
text-align: center;
line-height: 30px;
display: none;
font-size: 10px;
}



.paging a {
padding: 5px 7px 5px 7px;
text-decoration: none;
background-color: yellow;
color: black;
}


.paging a.active {
font-weight: bold; 
background-color: black;
border: 1px solid yellow;
color: yellow;
}

.paging a:hover {
font-weight: bold;
}