html,body,div,form,p,tr,td,table,input,ol,ul,li,h1,h2,h3,h4 {margin:0;padding:0;}
li {list-style:none;}
img {border:none;margin:0;padding:0;}
table {border-collapse: collapse;}

body,html {
}
div#container {
    min-width: 900px;
    min-height: 500px;
	overflow:hidden;
}
.invisible {
    display: none;
}
.clear {
    height: 0px;
    display: block;
    clear: both;
}
/** Start Gallery Bar **/
div#gallery_bar {
    background-image: url(../images/galleryHeader/titlebarBG.gif);
    background-repeat: repeat-x;
    height: 50px;
    padding-top: 8px;
}
div#gallery_inner {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
}
#gallery_title {
    display: block;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
    width: 400px;
    height: 45px;
    float: left;
    color: #000000;
    background-position: 0px 0px;
    background-repeat: repeat;
}
div#gallery_thumbnail {
    float: left;
    padding-right: 7px;
}
div#gallery_menu {
    margin-left: 439px;
    width: 333px;
    height: 50px;
    padding-bottom: 9px;
    padding-left: 1px;
    padding-right: 7px;
    padding-top: 1px;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-image: url(../images/galleryHeader/galleryMenuBG2.png);
    background-repeat: no-repeat;
}
#gallery_menu_top {
    height: 20px;
}
#gallery_menu_top .menu_item {
    line-height: 11px;
    background-color: #333333;
    color: #ffffff;
    text-align: center;
    margin: 0;
    width: 110px;
    height: 20px;
    line-height: 18px;
    cursor: pointer;
    float: right;
    border-left: 1px solid #333333;
}
#gallery_menu_top .menu_item:hover {
    background-color: #aaaaaa;
}
#gallery_menu_top .menu_item_selected {
    background-color: #388ecb;
    border-left: 1px solid #388ecb;
}
#gallery_menu_top .menu_item_selected:hover {
    background-color: #388ecb;
}
#gallery_menu_content {
    clear: right;
    float: right;
    height: 20px;
    font-size: 11px;
    line-height: 16px;
    font-weight: normal;
    width: 333px;
    background-color: #388ecb;
    overflow: visible;
}
div#gallery_menu_content .menu_content a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding-top: 2px;
    height: 18px;
    width: 110px;
    text-align: center;
    float: left;
}
div#gallery_menu_content #gallery_share_content.menu_content a {
    width: 82px;
}
div#gallery_menu_content .menu_content a:hover {
    text-decoration: underline;
}
/** End Gallery Bar **/
