@charset "utf-8";
body {
    margin: 0;
    padding: 0;
}

#dictionaryItemContainer {
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    width: 500px;
    height: 280px;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'Arial', Helvetica, sans-serif;;
    overflow: hidden;
    background: url("../media/background.png") no-repeat;
}

.imagAnimationContainers {
    width: 500px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
}

.galeryButtons {
    width: 70px;
    height: 27px;
    position: absolute;
    bottom: 10px;
}
#nextButton { right: 20px; background: url("../media/after.png") no-repeat;}
#nextButton:active { background: url("../media/afterclick.png") no-repeat;}
#backButton { left: 20px; background: url("../media/before.png") no-repeat;}
#backButton:active { background: url("../media/beforeclick.png") no-repeat;}