 
 #twLightboxRahmen
 {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
 }
 
 #twLightboxSchatten
 {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=50); /* internet explorer */
	  -khtml-opacity: 0.5;      /* khtml, old safari */ 
	  -moz-opacity: 0.5;       /* mozilla, netscape */
	  opacity: 0.5;           /* fx, safari, opera */
    overflow: hidden;
 }
 
 #twLightboxContainer
 {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: transparent;
    border: #333333 0px solid;
 }
 
 #twLightboxInhalt
 {
    display: none;
    border: #666666 4px solid;
 }
 
 .twSlider
 {
    width: 420px;
    height: 113px;
    margin: 0px;
    margin-top: 15px;
    padding: 10px;
    background: #ffffff;
    border: #666666 1px solid;
    overflow: hidden;
 }
 
 .twSliderContainer
 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    border: #4477ee 0px solid;
    overflow: hidden;
 }
 
 .twSliderTrack
 {
    height: 113px;
    border: #cccc00 0px dotted;
 }
 
 .twSliderLast
 {
    float: left;
    width: 20px;
    height: 65px;
    padding-top: 45px;
    background: #eeeeee;
    border: #33ee11 0px solid;
    text-align: center;
 }
 
 .twSliderNext
 {
    float: left;
    width: 20px;
    height: 65px;
    padding-top: 45px;
    background: #eeeeee;
    border: #33ee11 0px solid;
    text-align: center;
 }
 
 .twSliderImg
 {
    display: none;
    float: left;
    width: 113px;
    height: 113px;
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
    border: #666666 0px solid;
 }
 
 .twSlider img
 {
    display: none;
 }