/* Charivari Teaserbox */


div.tx-charivari-pi1 {
     position: relative;
     top: 10px;
     left: 10px;
     width: 209px;
     height: 225px;
}

img.charivariTeaserImg {
     position: absolute;
     z-index: 1;
     top: -10px;
     left: -10px;
}

h3.charivariTeaserTitle {
     position: absolute;
     z-index: 30;
     top: 144px;
     left: -10px;
}

p.charivariTeaserText {
     position: absolute;
     z-index: 20;
     top: 180px;
     left: -10px;
     width: 219px;
}

img.charivariTeaserMore {
     position: absolute;
     z-index: 40;
     right: 0;
     bottom: 0;
}

/* IE6 Hack */
*html p.charivariTeaserText {
    left: -5px;
}
