body
{
    background: black;
    text-align: center;
    color: white;    
}

a
{
 color: Black;
 text-decoration: none;   
}

a:hover
{
 color: White;   
}

#header
{
    min-width: 1024px;
    display: block;   
}

#sidebar ul li
{
    list-style-type: none;
    text-indent: -25px;
    text-align: left;
    
}

#main{
	background: url(../../images/background.jpg) no-repeat;
	width: 1024px;
	min-height: 936px;
	margin: 0 auto;
	padding-top: 50px;
	
}

#theater
{
 width: 700px;
 margin: 0 auto;   
}

#sidebar
{
    min-height: 395px;
    width: 150px;
    color: Black;
    background: #FFCF7A;   
    float: left;  
}

#infoBox
{
    min-height: 395px;
    width: 174px;    
    color: Black;
    background: #FFCF7A;   
    float: right;
    
}

.galleria{list-style:none;}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:10px 0 0 10px;}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px;}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto}
.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */


