@charset "iso-8859-1";
body {
 font: 0.8em Arial, Helvetica, sans-serif;
 background-color:#000;
 color: #fff;
}

.photoArrow {
 display: none;
 width: 5em;
 padding: 0.1em;
 text-align: center;
 color: white;
 background-color: #5080B0;
 border: 1px solid #5080B0;
 border-color: #A0E0FF #205080 #205080 #A0E0FF;
 cursor: pointer;
}

.photoPrevActive {
 display: block;
 float:left;
}

.photoNextActive {
 display: block;
 float:left; 
}

.photoListActive {
 margin: 0 0 1em 0;
 padding: 0em 6em;
 text-align: center;
 list-style: none;
}
.photoListActive li {
 margin: 0;
 padding: 0;
 color: #567;
 display: none;
}
.photoListActive li.photoItemActive {
 display: block;
}
.photoListActive a {
 color: #34C;
}

.photoContainer {
 position:absolute;
 left: 190px;
 top:100px;
 height: 450px;
}

.photoArea {
 position: relative;
 visibility: hidden;
 background-color:#000;
}

.photoAreaActive {
 visibility: visible;
 border: 1px solid #000;
 padding: 4px
}
.katokclass{
background-image: url("tabla.jpg");
width:300px;
height:50px;
}