#picrotation {
    width:230px;
    height:300px;
    position:relative;
}
#picrotation .layer {
    width:230px;
    height:300px;
    position:absolute;
    background-position:center center;
    background-repeat:no-repeat;
    display:none;
}
#picrotation .layer a {
    width:230px;
    height:300px;
    position:absolute;
}
#picrotation .text {
    text-align:center;
    position:absolute;
    top:300px;
    width:230px;
}
#picrotation a.nolink {
    cursor:default !important;
}

