﻿/*
 style for malikov.su Carousel
 */ .car { /* wrapper */
    position: relative;
    width: 700px;
    height: 100px;
    border: 1px solid gray;
} .left { /* кнопка влево */
    position: absolute;
    left: 10px;
    width: 16px;
    height: 100px;
    background: url('/themes/default/images/but/but_left.gif') no-repeat;
}.left_over { /* кнопка влево */
    position: absolute;
    left: 10px;
    width: 16px;
    height: 100px;
    background: url('/themes/default/images/but/but_left_1.gif') no-repeat; 
}
.left_off { /* кнопка влево */
    position: absolute;
    left: 10px;
    width: 16px;
    height: 100px;
    background: url('/themes/default/images/but/but_left_2.gif') no-repeat;
}	
.right { /* кнопка вправо*/
    position: absolute;
    right: 10px;
    width: 16px;
    height: 100px;
    background: url('/themes/default/images/but/but_right.gif') no-repeat;
} .right_over {
	position: absolute;
    right: 10px;
    width: 16px;
    height: 100px;
    background: url('/themes/default/images/but/but_right_1.gif') no-repeat;
} .right_off {
	position: absolute;
    right: 10px;
    width: 16px;
    height: 100px;
    background: url('/themes/default/images/but/but_right_2.gif') no-repeat;
} .anime_box { /* animation wrapper */
    position: absolute;
    left: 25px;
    height: 100px;
    width: 665px;
    overflow: hidden;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
} .box { /* unit wrapper */
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 1995px; /* соответсвует сумме width всех unit (+ margin) */
} .box a { /**/
    display: block;
    width: 128px;
    height: 100px;
    float: left;
    margin-right: 5px;
}
/**
 *   Стиль контейнера для смены картинок
 */ #disp { /* */
    position: relative;
} .preloader { /* прелодер */
    position: absolute;
    top: 25px;
    left: 25px;
    background: black;
    color: white;
    padding: 10px;
    opacity: 0.5;
    filter: alpha( opacity = 50);

-moz-opacity:
    0.5;

-khtml-opacity:
    0.5;
}
