/* LIGHTBOX GALLERY WITH TABS */
#photoGalleryCat {outline:none;}

#photoGalleryCat {float:left;margin:0px;padding-bottom:15px; }
#photoGalleryCat .pgNav {float:left; width:420px; margin-left:0px; }
#photoGalleryCat .pgNav ul.tabset_tabs {list-style:none; width:420px; padding:0; margin:0; font-size:12px; float:left;}
#photoGalleryCat .pgNav ul.tabset_tabs li {float:left;margin-top:5px;padding:0 10px 0 0; display:inline;background:url(/includes/images/general/PhotoGalleryTapBG.jpg) left top no-repeat; text-align:center;}
#photoGalleryCat .pgNav ul.tabset_tabs li a {float:left; display:block; line-height:23px; text-decoration:none; 
    color:#CCCCCC!important; width:120px; height:auto; font-weight:normal; padding:2px 5px;}
#photoGalleryCat .pgNav ul.tabset_tabs li a:hover{color:#000!important; font-weight:bold;}
#photoGalleryCat .pgNav ul.tabset_tabs li a.active {color:#000!important; font-weight:bold;}


#photoGalleryCat .pgList ul{width:430px; margin:0px auto; padding:0px; list-style-type:none;}
#photoGalleryCat .pgList ul li{background:none;float:left; width:100px; height:76px; padding:2px;}
#photoGalleryCat .pgList ul li a{display:block;}
#photoGalleryCat .pgList ul li a img{border:1px solid #000; width:100px; height:75px;}


#photoGalleryCat .tabset_content {clear:both; display:none; float:left;}
#photoGalleryCat .tabset_content ul {margin:0;padding:0;}
#photoGalleryCat .tabset_content ul li {float:left;font-size:11px; line-height:15px; margin:0;padding:5px 5px 0 0;}
#photoGalleryCat .tabset_label {font-size:12px; color:#66395D; margin:5px 0;}
#photoGalleryCat .tabset_content_active {display:block;}
