/* LIGHTBOX GALLERY WITH TABS */
#photoGalleryCat {outline:none;}

#photoGalleryCat {float:left;margin:0px;padding-bottom:15px;}
#photoGalleryCat .pgNav {float:left; width:400px; 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 {clear:both;padding:0px;}
#photoGalleryCat .pgNav ul.tabset_tabs li a {float:left; display:block; line-height:23px; text-decoration:none; 
    color:#CCCCCC!important; width:140px; height:auto; font-weight:normal; background-color:#1C1C1C; padding:2px 5px;}
#photoGalleryCat .pgNav ul.tabset_tabs li a:hover{color:#fff!important; font-weight:bold; background-color:#303030 !important;}
#photoGalleryCat .pgNav ul.tabset_tabs li a.active {color:#fff!important; font-weight:bold; background-color:#303030 !important;}


#photoGalleryCat .pgList ul{width:420px; margin:0px auto; padding:5px; list-style-type:none;}
#photoGalleryCat .pgList ul li{background:none;float:left; width:100px; height:75px; padding:2px;}
#photoGalleryCat .pgList ul li a{display:block;}
#photoGalleryCat .pgList ul li a img{border:1px solid #666; width:100px; height:75px;}


#photoGalleryCat .tabset_content {width:244px; display:none; float:left;background-color:#fff;}
#photoGalleryCat .tabset_content ul {margin-left:25px; padding-left:0;}
#photoGalleryCat .tabset_content ul li {font-size:11px; line-height:15px; margin:0;}
#photoGalleryCat .tabset_label {font-size:12px; color:#fff; margin:5px 0;}
#photoGalleryCat .tabset_content_active {display:block;width:auto:}
*html .tabset_conten, *html #photoGalleryCat .pgList ul {width:500px!important;}
