﻿/*--Main Container--*/
.main_view
{
  float:left;

position:relative;
}
/*--Window/Masking Styles--*/
.window
{
    height: 315px;
    overflow: hidden;
    position: relative;
    width: 500px;
}
.image_reel
{
    position: absolute;
    top: 0;
    left: 0;
}
.image_reel img
{
    float: left;
    width: 500px;
}

/*--Paging Styles--*/
.paging
{
background:url("/images/master/paging.png") no-repeat scroll 0 0 transparent;
bottom:0px;
height:27px;
line-height:26px;
position:absolute;
right:4px;
text-align:center;
width:94px;
z-index:100;
display:none;
}
.paging a
{
    padding: 5px;
    text-decoration: none;
    color: #fff;
}
.paging a.active
{
    font-weight: bold;
    background: #920000;
    border: 1px solid #610000;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.paging a:hover
{
    font-weight: bold;
}

