/* LIGHTBOX GALLERY WITH TABS */
#photoGalleryCat {outline:none;}

#photoGalleryCat {float:left;margin:0px;padding-bottom:15px;}
#photoGalleryCat .pgNav {float:left;  margin-left:0px; }
#photoGalleryCat .pgNav ul {float:left; display:inline; width:450px;}
#photoGalleryCat .pgNav ul.tabset_tabs {list-style:none; padding:0; margin:0; font-size:12px; float:left;}
#photoGalleryCat .pgNav ul.tabset_tabs li {float:left;margin:0 4px 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;}
#photoGalleryCat .pgNav ul.tabset_tabs li a:hover{color:#fff!important; font-weight:bold; background-color:#12272f !important;}
#photoGalleryCat .pgNav ul.tabset_tabs li a.active {color:#fff!important; font-weight:bold; background-color:#7CACBB !important;}


#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 #fff; width:99px; height:74px;}


#photoGalleryCat .tabset_content {width:244px; display:none; float:left;}
#photoGalleryCat .tabset_content ul {float:left; width:450px;}
#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; clear:both; width:450px;padding:20px 0 0 0;}
#photoGalleryCat .pgList {float:left;}

*html .tabset_conten, *html #photoGalleryCat .pgList ul {width:450px!important;}