/*** GALLERIES LAYOUT ***/
.ngg-galaries-all{
	/*padding:0 20px;*/
}
.ngg-galaries-all-table{
	width:100%; /***to change ***/
}
.ngg-galaries-all-nodata{
	text-align:center;
	padding:15px 0;
}
.ngg-galaries-all-table-tr{}
.ngg-galaries-all-table-ceil{
	padding-bottom: 35px;
	width: 232x !important;
	/*display: inline-block;*/
    text-align: center;
}
.ngg-galaries-all-image-container{
	width:230px;
	height:235px;
	background:url(images/bg-image-container.png) no-repeat top left;
    display: inline-block;
}
.ngg-galaries-all-image{
	cursor:pointer;
	margin:20px 0 0 0px;
}
.ngg-galaries-all-image-title{
	background:url(images/bg-image-title.png) no-repeat top left;
    font-size: 16px;
	font-weight:bold;
	color:#fffbf5;
	text-align:center;
	padding:9px 0;
	margin-top:-3px;
	margin-left:2px;
	width:222px;
    display: inline-block;
    text-shadow: 1px 2px rgba(0, 0, 0, .43);
    text-transform: capitalize;
}

/*** PAGINATION ***/
.b-pagination-container{
	background:url(images/bg-pagination.png) repeat-x;
    line-height: 57px;
    width: 956px;
    margin: auto;
}
.b-pagination{
	text-align:center;
	/*padding:7px 0;*/
}
.b-navigation-previos{
	font-size:16px;
    font-family:'shortcutregular', Times New Roman;
	padding-left:29px !important;
	background:url(images/pagination-previos.png) no-repeat left center;
}
.b-pagination-container .current{
	color:#FFF;
	font-size:18px;
	font-weight:normal;
    font-family:'shortcutregular', Times New Roman;
	display:inline-block;
	padding:0 3px;
}
.b-pagination-container a{
	color:#ffa75c;
	font-size:18px;
	font-weight:normal;
    font-family:'shortcutregular', Times New Roman;
	display:inline-block;
	padding:0 3px;
    text-shadow: 1px 2px rgba(0, 0, 0, .43);
}
.b-pagination-container a:hover{
	color:#FFF;
}
.b-navigation-next{
	font-size:16px;
    font-family:'shortcutregular', Times New Roman;
	padding-right:29px !important;
	background:url(images/pagination-next.png) no-repeat right 19px;
}

/*** POPUP FIXES ***/
#TB_window, #TB_overlay{
	z-index:111111111111 !important;
}

#TB_ajaxContent{
	padding:0px;
}

#TB_ajaxContent{
	padding:2px 15px 0;
}
.ad-gallery .ad-image-wrapper{
	margin-bottom:5px;
	height:415px !important;
}

/*** POPUP GALLERY ***/
#gallery {
	margin-left:23px;
}
.ad-gallery{
	width:630px !important;
}
.ad-gallery .ad-controls{
	display:none;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back{
	width:19px !important;
	position:absolute;
	margin-top:6px;
}
.ad-gallery .ad-back{
	margin-left:-7px;
}
.ad-gallery .ad-forward{
	margin-right:-7px;
}

/*** POPUP GALLERY ONLY ***/
.page-template-page_photos-php #TB_window{
	background:transparent url(images/tb-window-bg.png) no-repeat top left !important;
	border: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
}
.page-template-page_photos-php #TB_closeWindowButton{
	display:none !important;
}
.page-template-page_photos-php #TB_title{
	background:transparent !important;
}
.page-template-page_photos-php #TB_ajaxWindowTitle{
	padding:25px 0 5px 50px;
	font-size:27px;
	font-family:'shortcutregular', Times New Roman;
	color:#db7826;
    text-shadow: 1px 2px #4f2c1d;
    text-transform: uppercase;
}
.custom-tb-close-button{
	position:absolute;
	right:30px;
	margin-top:-35px;
}
.ad-image-wrapper img{
	border:5px solid #D1B491;
}