.old_slider, .new_slider
{
	margin:0px;
	padding:0px;
	border: 0px;
	text-align:left;
	overflow:hidden;
}

.new_slider {margin:0 -3px;}

.old_slider a
{ 
	display:none;
}

.old_slider .imgtext
{ 
	color:black;
	font-size:10px;
}

.slide_bar
{
	margin:0px;
	padding-bottom:5px;
	width:300px;
}

.slide_bar .imgnum
{
	font-size:16px;
	padding-left:10px;
	padding-right:10px
}

.slide_bar .butnext
{
	font-size:16px;
	font-family:Courner New, monospace;
	background: #FF3333;
	cursor:pointer;
	color: white;
	font-weight:bold;
}

.slide_bar .butprev
{
	font-size:16px;
	font-family: Courner New, monospace;
	background: #003366;
	cursor:pointer;
	color: white;
	font-weight:bold;
}



.new_slider a
{ 
	display:none;
}

.new_slider.big {
	display: flex;
    flex-direction: row;
    flex: 2;
    flex-wrap: wrap;
    display: flex;
    /* flex-direction: column; */
    flex-basis: 100%;
    flex: 2;
    justify-content: space-around;
}


.new_slider .one_img
{
	float: left;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    /* margin-right: 10px; */
    font-size: 8px;
    text-align: center;
    background: white;
    cursor: pointer;
    overflow: hidden;
    /* padding: 5px; */
}

.new_slider .one_img img
{
	width: 100%;
	min-width: 143px;
	border: none;
}
/*
.new_slider.big {margin:0 -5px;}
.new_slider.big .one_img {margin:5px;}
.new_slider.big .one_img img {
	width:305px;
}*/

.new_slider #mask 
{
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

.new_slider #imgwindow 
{
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:200px;
	display:none;
	z-index:9990;
	padding:0px;
	background:silver;
	border: 5px solid black;
	cursor:pointer;	
}

.new_slider .buttons
{
	padding:0px;
	margin:5px;
	cursor:pointer;
	float:left;

}

.new_slider .tools
{
	behavior: url("http://orsk.ru/components/com_adv/PIE/PIE.htc");
	position:fixed;
	left:0px;
	bottom:10px;
	padding:0px;
	z-index:9900;
	display:none;
	height:30px;
	width:550px;
	text-align:center;
}

* html .new_slider .tools
{
	position: absolute;
	top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+(document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientHeight:document.body.clientHeight)+"px" : body.scrollTop+(document.compatMode=='CSS1Compat' && !window.opera?document.documentElement.clientHeight:document.body.clientHeight)+"px");
}


.new_slider .nums
{
	padding-left:20px;
	color: white;
	font-size:16px;
	font-weight:bold;
	position:relative;
	top:5px;
	float:left;
}

.new_slider .texts
{
	margin:0px;
	border:5px solid black;
	position:absolute;
	padding:0px;
	z-index:9990;
	display:none;
	color: white;
	background:black;
	font-size:12px;
}



.body_scroll
{
	padding: 0;
	margin: 0;
	position: relative;
}

.delivery_middle
{
	background: #fff;
	width: 100%;
	overflow: hidden;
	border: 1px solid silver;
}

.delivery_middle img
{
	max-height:90px;
}

.menu_scrolling
{
	padding: 12px 20px 8px 20px;
}

.scrolling_line
{
	height: 8px;
	background: url(http://orsk.ru/templates/orsk/js/img/scrolling_line.gif) repeat-x;
}

.scrolling_line img
{
	position: absolute;
	padding-right: 45px;background: 
	url(http://orsk.ru/templates/orsk/js/img/toddler_r.gif) no-repeat 100% 0;
}