/* ������� �� ������� ����� */

#hw-slider-wrap { /* �������� �������� � ������ */
    width: 100%; 
    position: relative;
}
#hw-slider { /* �������� �������� */
    width: 100%;
    height: 235px;
    overflow: hidden;
    position: relative;
}
.hw-slide { /* ����� */
    width: 100%;
    height: 100%;
}

.hw-sli-links { /* ������ ����� ������� */
    right: 0;
    bottom: -10px;
	text-align:center;
}
.hw-sli-links .control-hw-slide{	
	margin:2px;
	display:inline-block;
	width:16px;
	height:16px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(/bullets.png) center bottom no-repeat;
}


.hw-sli-links .control-hw-slide:hover {
    cursor:pointer;
	background-position:center center;
}
.hw-sli-links .control-hw-slide.active {
    background-position:center top;
}

#hw-prewbutton, #hw-nextbutton{ /* ������ "���������" � "����������" */
display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(/arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;
}
#hw-prewbutton{
left:0px;
}

#hw-nextbutton{
right:0px;
background:url(/arrowBg.png) right center no-repeat;
}
	
#hw-prewbutton:hover, #hw-nextbutton:hover{
opacity:1;
}


/* ������� ������� */

#hw-slider-wrap2 { /* �������� �������� � ������ */
    width: 480px; 
    position: relative;
}
#hw-slider2 { /* �������� �������� */
    width: 480px;
    height: 100px;
	overflow: hidden;
    position: relative;
	background-color: #000000;
    border: 2px solid transparent;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #000000;
    -webkit-box-shadow: 0 0 10px 0 #000000;
    -moz-box-shadow: 0 0 10px 0 #000000;
}
.hw-slide2 { /* ����� */
    width: 100%;
    height: 100%;
}

.hw-sli-links2 { /* ������ ����� ������� */
    position: absolute;
    right: 0;
    bottom: 0;
}
.hw-sli-links2 .control-hw-slide2{
    margin: 1px;
    display: inline-block;
    width: 0px;
    height: 0px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/bullets.png) 0 0 no-repeat;
}

.hw-sli-links2 .control-hw-slide2:hover {
    cursor: pointer;
    background-position: 0 0px;
}
.hw-sli-links2 .control-hw-slide2 .active2 {
    background-position: 0 0px;
}


#hw-prewbutton2, #hw-nextbutton2{ /* ������ "���������" � "����������" */
display:block;
	width:15px;
	height:100%;
	position:absolute;
	top:0;
	overflow:hidden;
	text-indent:-999px;
	background:url(/arrowBg.png) left center no-repeat;
	opacity:0.8;
	z-index:3;
	outline:none !important;
}
#hw-prewbutton2{
left:0px;
}

#hw-nextbutton2{
right:0px;
background:url(/arrowBg.png) right center no-repeat;
}
	
#hw-prewbutton2:hover, #hw-nextbutton2:hover{
opacity:1;
}
/*
     */
/*
*/