.content {
    position: relative;
    width: 1960px;
    height: 1960px;
    background: url(images/black.jpg) no-repeat 0 0;
    overflow: hidden; cursor:crosshair;
}
.spotlight {
    display: none;
    position: absolute;
}
.spotlight div {
    position: absolute;
    background: url(images/artenkabinett.jpg) no-repeat 0 0;
}
body{background:#000;}

.infocontainer{width:100px;hight:100px; border:#ff0000 solid 1px; background:transparent; display:block;}
.infocontainer:hover{width:100px;hight:100px; border:#ff0000 solid 1px; background:#CF1C1F;}

.infocontainer #position1{position:absolute; top:300; left:300;}

#mp3Player1{z-index: 10000;}