.clear
{
	clear:both;	
}

/*ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 646px;
    left: 0px;
    list-style: none;
    z-index:9999;
}*/
ul#navigation li {
    width: 146px;
	height: 97
}

ul#navigation li a {
    display: block;
    margin-left: -2px;
    width: 146px;
    height: 97px;    
    background-repeat:no-repeat;
    background-position:center center;
}
ul#navigation .Trailers a{
	background-image: url(graphics/buttons/trailers_button.png);
    margin-bottom: 0px;
    position:relative;
    
}
ul#navigation .AboutTheFilm a{  
	background-image: url(graphics/buttons/about_film_button.png);
	position: relative;
	/*top: -97px;
	left: 146px;*/
    margin-bottom: 0px;
     
}
ul#navigation .AboutTheSite a{
	background-image: url(graphics/buttons/about_site_button.png);
	position: relative;
	/*top: -194px;
	left: 293px;*/
    margin-bottom: 0px;
    
}
ul#navigation .TheFilm a{
	background-image: url(graphics/buttons/the_film_button.png);
	position: relative;
	/*top: -291px;
	left: 434px;*/
    margin-bottom: 0px;
     
}
ul#navigation .SocialMedia a{
	background-image: url(graphics/buttons/social_media_button.png);
	position: relative;
	/*top: -388px;
	left: 596px;*/
    margin-bottom: 0px;
     
}
ul#navigation .RssFeedText a{
	background-image: url(graphics/buttons/rss_button.png);
	position: relative;
	/*top: -485px;
	left: 739px;*/
    margin-bottom: 0px;
   
}
ul#navigation .RssFeedPhoto a{
	background-image: url(graphics/buttons/film_maker_button.png);
	position: relative;
	/*top: -582px;
	left: 885px;*/
    margin-bottom: 0px;
 
}


/* berg */
ul#navigation li a {
    display: block;
    margin-left: -2px;
	top: -10;
    width: 146px;
    height: 97px;    
    background-repeat:no-repeat;
    background-position:center center;
	z-index: 1002
}

.navContainer
{
	position: relative;
    margin: 0px;
    padding: 0px;
    top: 88px;
    left: 3px;
    list-style: none outside none;
        list-style-type: none;
        list-style-image: none;
        list-style-position: outside;
    z-index: 1000;
    height: 97px;
    width: 1024px;
}

ul#navigation {
    
    margin: 0px;
    padding: 0px;
    list-style: none outside none;
        list-style-type: none;
        list-style-image: none;
        list-style-position: outside;
    height: 97px;
    width: 1024px;
	z-index: 1001;
    /*overflow: hidden;*/
}

ul#navigation li {
	float:left;
	z-index: 1002;
}

