/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:206px;	width: 532px;
	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
{
bottom:40px;
display:none;
height:5px;
position:absolute;
right:3px;
text-align:center;
width:178px;
z-index:99999;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
    background: url(../img/rutulys.png) no-repeat;
    width:23px;
    height:26px;
    display: block;
    float:left;
    padding-left:0px;
    font-size:12px;
    color:#9E937F;
}
.paging a.active, .paging a:hover  {
  background:transparent url(../img/rutulys1.png) no-repeat scroll 0 0;
  display:block;
  float:left;
  font-size:12px;
  font-weight:bold;
  height:26px;
  padding-left:0px;
  width:23px;
  color:#3F352A;
}


