
.slider {

width:1050px;
height:340px;
position:relative;
margin:0 auto;
}

.sliderContent {
float:left;
width:1050px;
height:340px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(/images/gfx/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:15px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:15px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:1050px;
height:340px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(/images/gfx/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}





.main_view {

}
/*--Window/Masking Стили--*/
.window {float:left;
	height:250px;	width: 400px;
	overflow: hidden; /*--Прячет все за пределами width/height--*/
	position: relative;

}
.image_reel {
	position: absolute;
	top: 0; left: 0;
        z-index:100;

}
.image_reel a {float:left;margin:0; padding:0;}
.image_reel img{float: left;margin:0; padding:0;width:400px;}
.image_reel iframe {float: left;margin:0; padding:0;width:400px; height:250px;}
/*--Paging Стили--*/
.paging {
        float:left;
	text-align: left;
	width:320px;
        height:250px;

}
.paging a { 
         display:block; width:300px; height:40px; padding:5px 10px 5px 10px;
        font-size:0.9em; line-height:0.9em; 
	text-decoration: none;
 	color: #006600;
        background:#f2f2f2;margin:0;


}
.paging a.odd {background:#e5e5e5;}
.paging a.active { 
	background: #66cc66 ;
	color:#fff;
        z-index:1000;
        position:relative;
       text-shadow: 1px 1px 3px #003300;
}
.paging a.active span {
width:15px;display:block; height:50px;
background: url("/images/arrow.png") no-repeat 100% 0;  position:absolute; top:0; left:100%;
}

.window .allnews {position:relative; z-index:1000;top:210px;}

