/* GALLERY WITH TABS */
#photoGalleryCat {width:550px; float:left;}
#photoGalleryCat h2{margin-top:0;display:none}
#photoGalleryCat .pgNav {float:left; width:100%;height:20px;margin:0; padding:0 0 10px 0; background:none;}
#photoGalleryCat #tabsel {    display: inline;
    float: left;
    font-size: 12px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;}
#photoGalleryCat #tabsel li {display: inline;
    margin: 8px 0 0;
    padding: 0;
    width: 100px;}
#photoGalleryCat #tabsel li.first{margin:0!important;}
#photoGalleryCat #tabsel li a {color: #809198 !important;font-weight: bold;
    display: inline;
    float: left;
    height: auto;
    padding: 0 30px 0 0;
    text-align: left;
    text-decoration: none;
    width: auto;}
#photoGalleryCat #tabsel li a:hover{color:#D59418 !important;font-weight:bold;border:0;}
#photoGalleryCat #tabsel .selected a {color:#D59418 !important;font-weight:bold;}

#photoGalleryCat #pgHolder{float: left;
    width: 550px;}
#photoGalleryCat .tabset_content {float:left; border:0; padding:0; display:block;}
#photoGalleryCat .tabset_label {font-size:12px; color:#66395D; margin:5px 0;}
#photoGalleryCat .tabset_content_active {display:block;}

#photoGalleryCat .pgList {clear:both; float:left; width:100%; margin:0; padding:0px; list-style-type:none; text-align:left; }
#photoGalleryCat .pgList li{display: inline-block;
    float: left;
    font-size: 11px;
    height: 80px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 105px;}
#photoGalleryCat .pgList li a{display: block;
    float: left;
    height: 80px;
    width: 105px;}
#photoGalleryCat .pgList li a:hover{text-decoration:none; background:none;}
#photoGalleryCat .pgList li a img{float:left; border:1px solid #000!important;height: 75px;width: 100px;}

