/*****************************************************************************/ 
/****************************** WT_GALLERY CSS FILE ******************************/ 

/*#############################################*/
/*### STRUCTURE GLOBALE ###*/
	.tx-wtgallery-pi1{
	    margin: 0;
	    padding: 0;
	    background-repeat: no-repeat;
	}
/*### STRUCTURE GLOBALE ###*/
/*#############################################*/

/*#####################################################*/
/*### CATEGORIES ###*/
	#wtgallery_category_area{
	    margin: 0;
	    padding: 0;
	    padding-top: 60px;
	    overflow: hidden;
	}
	
	#wtgallery_category_area .wtgallery_categories{
	    margin: 0;
	    padding: 0;
	    margin-left: 75px;
	    margin-bottom: 30px;
	    width: 145px;
	    height: 150px;
	    overflow: hidden;
	    text-align: center;
	    border: 1px solid gray;
	    background-color: #ffffff;
	}
	
	#wtgallery_category_area .wtgallery_categories .wtgallery_category_folder{
	    padding: 5px 0px;
	}
	
	#wtgallery_category_area .wtgallery_categories table{
	    margin: 0;
	    padding: 0;
	    border-collapse: collapse;
	}
	#wtgallery_category_area .wtgallery_categories table td.image{
	    margin: 0;
	    padding: 0;
	    width: 145px;
	    height: 86px;
	    border-collapse: collapse;
	    vertical-align: middle;
	    text-align: center;
	}

	#wtgallery_category_area .wtgallery_categories .wtgallery_category_nbr{
	    padding-top: 11px;
	    text-transform: uppercase;
	    color: gray;
	    font-size: 0.8em;
	}
/*### CATEGORIES ###*/
/*#####################################################*/

/*#####################################################*/
/*### LIGHTBOX ###*/
        #wtgallery_category_lightbox{
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: 999;
            display: none;
        }

        #wtgallery_category_lightbox div.overlay{
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-color: #000000;
        }

        #wtgallery_category_lightbox div.lightbox{
            margin: 130px auto;
            width: 930px;        
        }
        

        #wtgallery_category_lightbox div.detail{
            margin: 0px auto 70px auto;
            height: 420px;
            width: 650px;
            background: #ffffff no-repeat center center;
            border: 10px solid #ffffff;
        }
        #wtgallery_category_lightbox div.detail .close{
            position: absolute;
            margin: -10px -10px 0px 640px;
            height: 20px;       
            width: 20px;
            background: #ffffff url(../img/close.png) no-repeat center center;
            cursor: pointer;
            z-index: 3;
        }
        #wtgallery_category_lightbox div.detail .previous{
            position: absolute;
            margin: 170px 0px;
            width: 56px;
            height: 56px;
            opacity: 0.8;
            cursor: pointer;
            z-index: 2;
        }
        #wtgallery_category_lightbox div.detail .previous:hover{
            background: url(../img/previous-preview.png) no-repeat center center;
        }
        #wtgallery_category_lightbox div.detail .next{
            position: absolute;
            margin: 170px 0px 170px 595px;
            width: 56px;
            height: 56px;
            opacity: 0.8;
            cursor: pointer;
            z-index: 2;
        }
        #wtgallery_category_lightbox div.detail .next:hover{
            background: url(../img/next-preview.png) no-repeat center center;
        }
        #wtgallery_category_lightbox div.detail img{
            max-width: 630px;
            max-height: 420px;
        }

        #wtgallery_category_lightbox div.thumbnails{
            padding: 10px;
            height: 90px;
        }
        #wtgallery_category_lightbox div.thumbnails div.image{
            float: left;
            width: 80px;
            margin: 5px;
            cursor: pointer;
        }
        #wtgallery_category_lightbox div.thumbnails div.image img.selected,
        #wtgallery_category_lightbox div.thumbnails div.image:hover img{
        }
        #wtgallery_category_lightbox div.thumbnails div.image img{
            max-width: 80px;
            max-height: 55px;
        }
/*### LIGHTBOX ###*/
/*#####################################################*/

/*#####################################################*/
/*### LIST ###*/
	.wtgallery_list_area{
	    margin: 0;
	    padding:0;
	}
	.wtgallery_category_pagebrowser_area{
	    margin-left: 75px;
	    margin-bottom: 30px;
	    text-transform: uppercase;
	    color: gray;
	    font-size: 0.9em;
	}
	.wtgallery_category_pagebrowser_area a{
	    color: gray;
	    text-decoration: none;
	}
	.wtgallery_category_pagebrowser_area a:hover{
	    color: #f37021;
	    text-decoration: none;
	}
	.wtgallery_list{
	    margin: 0;
	    padding:0;
	    width: 150px;
	    height: 85px;
	    margin-left: 75px;
	    margin-bottom: 30px;
	    overflow: hidden;
	}
	.wtgallery_list img{
	    margin: 0;
	    padding:0;
	    width: 150px;
	    overflow: hidden;
	}
/*### LIST ###*/
/*#####################################################*/