﻿div.static-content
{
padding: 0;
width: 693px;


}

    div.static-content > p
    {
        margin-bottom: 10px;
        padding-left: 25px;
        width: 500px;
    }
    
    div.static-content span.credits
    {
        display:block;
        padding-top:13px;
        font-size:.85em;
        color:#AAA;
    }
    
    div.static-content > h4
    {
        font-size: 24px;
        padding-left: 24px;        
    }
    
    div.static-content > h5
    {
        font-size: 17px;
        padding-left: 24px;        
        color:#666666;
    }

.static-content form
{
    margin: 15px;
}

    .static-content form span
    {
        font-size: 12px;
    }

    .static-content form input#query
    {
        border: solid 1px silver;
        background-color: #000;
        color: #fff;
        padding: 4px;
    }
    
    .static-content form input#submit
    {
        border: solid 1px silver;
        background-color: #000;
        color: gray;
        height: 26px;
        padding: 5px;
        margin-top: 1px;
    }


.static-content ul.tabs
{
height: 60px;    
border-top: solid 1px #1a1a1a;
border-bottom: solid 1px #1a1a1a;
margin: 0;
padding: 0;
padding-left: 1px;
margin-bottom: 20px;

width: 691px;
}

.static-content ul.tabs li
{

margin: 0;
padding: 0;
float: left;
width: 98px;  
height: 60px;

text-align: center;
list-style-type: none;

}

.static-content ul.tabs li a
{
background-image: url(/images/bg/gallery-tabs.png);
background-repeat: repeat-x;
font-size: 16px;
display: block;

height: 40px;
outline: none;
padding-top: 20px;
position: relative;
width: 98px;  


}

.static-content ul.tabs li a:hover
{
background-image: url(/images/bg/gallery-tabs-hover.png);
background-repeat: no-repeat;



}

.static-content ul.tabs li.active a
{
background-image: url(/images/bg/gallery-tabs-active.png);
background-repeat: no-repeat;
color: White;
outline: none;
text-decoration: none;



}



.static-content div.tab-page ul li
{

list-style-type: none;


}

    .static-content div.tab-page ul li p
    {
        font-size: 14px;
        padding: 0;
        margin: 0;
    }
    
    .static-content div.tab-page ul li div.desc
    {
        clear: both;
        font-size: 11px;
        margin: 12px;
        left: 183px;
        position: relative;
        width: 460px;
        border-left: 2px solid gray;
        padding-left: 5px;
    }
    
    .static-content div.tab-page ul li div.desc span.match
    {
        color: #BAD5E5;
        text-decoration: underline;
        text-transform: uppercase;
    }
    
    .static-content div.tab-page ul li div.desc a, .static-content div.tab-page ul li div.desc p, .static-content div.tab-page ul li div.desc span, .static-content div.tab-page ul li div.desc div
    {
        font-size: 11px;
    }


.static-content div.tab-page ul li div.thumb-event
{
   
float: left;
height: 77px;
padding-left: 18px;
padding-right: 20px;
margin: 0;
width: 164px;
}

.static-content div.tab-page ul li 
{
clear: both;

margin: 0;
margin-bottom: 30px;
}

.static-content div.tab-page ul li a.gallery-name
{
font-size: 15px;
display: block;
outline: none;
padding-top: 20px;
position: relative;
width: 650px;
}


div.gallery-carouselpos
{
    border: solid 1px #333;
    clear: both;
    margin-left: 25px;
    overflow: hidden;
    position: relative;
   
    width: 640px;
    
}

    div.gallery-carousel
    {
    }
    
        div.gallery-carousel ul
        {
            
            text-align: center;
            
            
        }
        
            div.gallery-carousel ul li
            {
                height: 300px;
                padding: 0;
                margin: 0;
                width: 640px;
                height: 426px;
            }

div.gallery-imageSliderExt
{
    
    width: 500px;
}

    div.gallery-imageSliderExt ul
    {
        list-style-type: none; 
        
        margin-top: 10px;
        width: 650px;
    }
    
        div.gallery-imageSliderExt ul li
        {
            border: solid 1px #333;
            cursor: pointer;
            list-style-type: none; 
            float: left;
            margin-bottom: 10px;
            height: 49px;
            width: 75px;
            overflow: hidden;
            
        }
        

a.gallery-prev, a.gallery-next
                    {
                        display: block;
                        text-indent: -10000px;
                        width: 40px;
                        height: 51px;
                        position: absolute;
                        outline: none;
                        cursor: pointer;
                    }
                    
                    a.gallery-prev
                    {
                        background-image: url(/images/gallerynav/previous-light.png);
                        /*left: 790px;
                        top: 273px;*/
                        left: 10px;
                        top: 10px;
                        z-index: 10000;
                    }
                    
                    a.gallery-prev:hover
                    {
                        background-image: url(/images/gallerynav/previous-full.png);
                    }
                    
                    a.gallery-next
                    {
                        background-image: url(/images/gallerynav/next-light.png);
                        /*left: 847px;
                        top: 273px;*/
                        left: 590px;
                        top: 10px;
                        z-index: 10000;
                    }
                    
                    a.gallery-next:hover
                    {
                        background-image: url(/images/gallerynav/next-full.png);
                    }
                    
div.gal-nav
{
	float: right;
	margin-right: 25px;
	margin-top: 5px;
}

	div.gal-nav a
	{
		outline:none;
		background-repeat: no-repeat;
		display: inline-block;
		text-indent: -10000px;
		height: 20px;
	}

	div.gal-nav a.nav-vect
	{
		width: 20px;
	}
	
		div.gal-nav a.nav-prev
		{
			background-image: url(/images/gallerynav/nav-prev-off.png);
		}
		
		div.gal-nav a.nav-next
		{
			background-image: url(/images/gallerynav/nav-next-off.png);
		}
		
		div.gal-nav a.nav-prev:hover
		{
			background-image: url(/images/gallerynav/nav-prev-on.png);
		}
		
		div.gal-nav a.nav-next:hover
		{
			background-image: url(/images/gallerynav/nav-next-on.png);
		}
	
	div.gal-nav a.nav-year
	{
		width: 52px;
	}
		
		div.gal-nav a.nav-2004			{ background-image: url(/images/gallerynav/nav-2004-off.png); }
		div.gal-nav a.nav-2004:hover	{ background-image: url(/images/gallerynav/nav-2004-on.png); }
		
		div.gal-nav a.nav-2005			{ background-image: url(/images/gallerynav/nav-2005-off.png); }
		div.gal-nav a.nav-2005:hover	{ background-image: url(/images/gallerynav/nav-2005-on.png); }
		
		div.gal-nav a.nav-2006			{ background-image: url(/images/gallerynav/nav-2006-off.png); }
		div.gal-nav a.nav-2006:hover	{ background-image: url(/images/gallerynav/nav-2006-on.png); }
		
		div.gal-nav a.nav-2007			{ background-image: url(/images/gallerynav/nav-2007-off.png); }
		div.gal-nav a.nav-2007:hover	{ background-image: url(/images/gallerynav/nav-2007-on.png); }
		
		div.gal-nav a.nav-2008			{ background-image: url(/images/gallerynav/nav-2008-off.png); }
		div.gal-nav a.nav-2008:hover	{ background-image: url(/images/gallerynav/nav-2008-on.png); }
		
		div.gal-nav a.nav-2009			{ background-image: url(/images/gallerynav/nav-2009-off.png); }
		div.gal-nav a.nav-2009:hover	{ background-image: url(/images/gallerynav/nav-2009-on.png); }
		
		div.gal-nav a.nav-2010			{ background-image: url(/images/gallerynav/nav-2010-off.png); }
		div.gal-nav a.nav-2010:hover	{ background-image: url(/images/gallerynav/nav-2010-on.png); }
		
		div.gal-nav a.nav-2011			{ background-image: url(/images/gallerynav/nav-2011-off.png); }
		div.gal-nav a.nav-2011:hover	{ background-image: url(/images/gallerynav/nav-2011-on.png); }
