/* LIGHTBOX GALLERY WITH TABS */
#photoGalleryCat {outline:none;}

#photoGalleryCat {float:left;margin:0px;padding-bottom:15px;}
#photoGalleryCat .pgNav {float:left; width:150px; margin-left:0px;}
#photoGalleryCat .pgNav ul.tabset_tabs {list-style:none;  padding:0; margin:0; font-size:12px; float:left;}
#photoGalleryCat .pgNav ul.tabset_tabs li {clear:both;padding:0px; padding:5px 0 0 0;}
#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; text-align:center; border:1px solid #E7C894;}
#photoGalleryCat .pgNav ul.tabset_tabs li a:hover{color:#e7c894!important; font-weight:bold; background-color:#303030 !important;border:1px solid #df9310;}
#photoGalleryCat .pgNav ul.tabset_tabs li a.active {color:#e7c894!important; font-weight:bold; background-color:#303030 !important;border:1px solid #df9310;}


#photoGalleryCat .pgList ul{width:550px; margin:0px auto; padding:0px; list-style-type:none;}
#photoGalleryCat .pgList ul li{background:none;float:left; width:101px; height:76px; padding:2px;}
#photoGalleryCat .pgList ul li a{display:block;}
#photoGalleryCat .pgList ul li a img{border:1px solid #cdac75; width:99px; height:74px;}


#photoGalleryCat .tabset_content {width:555px; display:none; float:left;}
#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:#66395D; margin:5px 0;}
#photoGalleryCat .tabset_content_active {display:block;}
*html .tabset_conten, *html #photoGalleryCat .pgList ul {width:500px!important;}
