
a:hover
{
    border-bottom: none;
}

.subHead 
{
    font-weight: bold;
}

table
{
    font-family: Tahoma, Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;    
    border-spacing: 0px;
}

td
{
    padding: 0px;
}

p
{
    line-height: 18px;
}

ul
{
    line-height: 18px;
    margin: 7px;
    padding: 7px;
}

#imageContainer
{
	position:relative;	
	width:800px;
        border: none;
	
}

.galleria
{
    list-style:none;
    width:200px
}

.galleria li
{
    display:block;
    width:80px;
    height:60px;
    overflow:hidden;
    float:left;
    margin:0 10px 10px 0
}

.galleria li img.thumb
{
    cursor:pointer;
    top:auto;
    left:auto;
    display:block;
    width:auto;
    height:auto
}

.gallery
{
    width:900px; /* Width of Thumbnail * No of thumbanils + (No of thumbnails * margin) so for a row of 10 80px thumbnails is (80 * 10) + 10 * 10 = 900*/
    margin-left: auto;
    margin-right: auto;    
}


.galleria_wrapper, .galleria_container
{    
    text-align: center;
}

#main_image
{

    height:438px;
    width:700px;
    background:black;
}

#main_image img
{

}
span.caption
{
    font-size: 20px;
    margin-left: auto;
    margin-right: auto; 
}

/*.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}

* html .galleria li div span{width:400px} /* MSIE bug */


/*
.galleria_wrapper
{
    border: 1px solid blue;
    text-align: center;   
}

.gallery
{
    width:600px;
    border: 1px solid red;
    margin-left: 0px;
    text-align: center;   
}
.gallery li
{
    width:68px;
    height:50px;
    border:3px double #111;
    margin: 0 2px;
    background:#000;
}

.gallery li div
{
    left:240px
}
.gallery li div .caption{font:italic 0.7em/1.4 georgia,serif;}

#main_image
{
    
    height:438px;
    width:700px;
    background:black;
}

ul.gallery
{
    text-align: center;
}

#main_image img
{
    
}
*/
