/* ������ */

#hw-slider-wrap { /* �������� �������� � ������ */
    width: 480; 
    position: relative;
}
#hw-slider { /* �������� �������� */
    width: 480;
    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-slide { /* ����� */
    width: 100%;
    height: 100%;
}

.hw-sli-links { /* ������ ����� ������� */
    position: absolute;
    right: 0;
    bottom: 0;
}
.hw-sli-links .control-hw-slide{
    margin: 1px;
    display: inline-block;
    width: 0px;
    height: 0px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/bullets.png) 0 0 no-repeat;
}

.hw-sli-links .control-hw-slide:hover {
    cursor: pointer;
    background-position: 0 0px;
}
.hw-sli-links .control-hw-slide .active {
    background-position: 0 0px;
}

#hw-prewbutton, #hw-nextbutton { /* ������ "���������" � "���������" */
    display: none;
}
#hw-prewbutton {
    left: 10px;
}
#hw-nextbutton {
    right: 10px;
}
#prewbutton:hover, #nextbutton:hover {
    opacity: 1;
}



/*
     */
/*
*/