/* RESET */

img { border: 0; }


/* Loaders */
.loader_gif, .kloader { background: #fff url("../images/loader.gif") no-repeat center center; }
.loading_gif { width: 16px; height: 16px; font-size: 10px; background: url(../images/loading.gif) no-repeat; }

/* Direction icons */
.directions_up_right, .directions_no_right, .directions_down_right,
.directions_up_left, .directions_no_left, .directions_down_left {
    background-image: url(../images/directions2.gif);
    background-repeat: no-repeat;
}
.directions_up_right, .directions_no_right, .directions_down_right {
    padding-right: 15px;
}
.directions_up_left, .directions_no_left, .directions_down_left {
    padding-left: 15px;
}
.directions_up_right { background-position: top right; }
.directions_no_right { background-position: center right; }
.directions_down_right { background-position: bottom right; }
.directions_up_left { background-position: top left; }
.directions_no_left { background-position: center left; }
.directions_down_left { background-position: bottom left; }
