#DictionaryItemMain {
	position:absolute;
	overflow:hidden;
	width:500px;
	height:280px;
    margin: 0;
    padding: 0;
    background: url("../media/background.png") no-repeat;
}
.imgAnimContainers {
    width: 340px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 80px;
}
.current-image {
	visibility:visible;
	width:100%;
}

.previous-image {
	visibility:hidden;
	width:0;
}

.itemButtons {
    width: 70px;
    height: 27px;
    position: absolute;
    top: 15px;
}

#backButton {left: 5px; background: url("../media/before.png") no-repeat;}
#backButton:active {background: url("../media/beforeclick.png") no-repeat;}
#nextButton {left: 400px; background: url("../media/after.png") no-repeat;}
#nextButton:active {background: url("../media/afterclick.png") no-repeat;}