/*-- Главный контейнер --*/
.main_view {
    float: left;
    position: relative;
}
/*-- Контейнер с изображениями --*/
.window {
    height:325px;
    width: 640px;
    overflow: hidden;
    position: relative;
}
.image_reel {
    position: absolute;
    top: 0;
    left: 0;
}
.image_reel img {
    float: left;
}

/*-- Управление страницами --*/
.paging {
    position: absolute;
    bottom: 10px;
    right: -7px;
    width: 140px;
    height:47px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
  /*  background: url("/images/image_slider_paging_bg2.png") no-repeat;*/
    display: none;
}
.paging a {
    margin: 2px;
    text-decoration: none;
    color: #fff;
	display:block;
	width:19px;
	height:19px;
	background: url("../images/markerhover.jpg") no-repeat;
	float:left;
}
.paging a.active {
    font-weight: bold;
    background: #920000;
   /* border: 1px solid #610000;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;*/
		background: url("../images/marker.jpg") no-repeat;
}
.paging a:hover {
    font-weight: bold;
}​