div#categories_gallery { 
    width: 100%;
}

div#categories_gallery .row_category {
	height: 220px;
	text-align: center;
}

.row_category {
    display: inline-block;
		width: 25%;
    float: left;
}

.row_category img {
	border-radius: 1px;
	max-height: 168px;
	max-width: 90%;
}

.row_category b a {
    font-size: 17px;
    padding: 5px;
}

.gallery_tabs {
    float: left;
}

.tab_top {
    padding: 3px 6px;
    font-weight: bold;    
    color: white !important;
    margin: 0 2px;
}

.tab_top:first-child {
    background:  #D4243D;
}

.tab_top:nth-child(2) {
    background: #F8C200;
}

.tab_top:nth-child(3) {
    background: #B1B2B2;
}

.tab_top:nth-child(4) {
    background: #B1B2B2;
}
.tab_top:nth-child(5) {
    background: #B1B2B2;
}

.tab_top:nth-child(6) {
    background: #B1B2B2;
}

.tab_top:nth-child(7) {
    background: #B1B2B2;
}

.tab_top:nth-child(8) {
    background: #B1B2B2;
}

.tab_top:nth-child(9) {
    background: #B1B2B2;
}

.recent_img_gallery a {
    font-size: 11px;
    padding:0;
}

.new_gallery {
    text-transform: uppercase;
    color: white;
    background: #ffd324;
    padding: 3px;
    font-size: 10px;
    float:  left;
    border-radius: 5px;
}

td.td_view_img { position: relative; text-align: center; }

.position_nex_prev {
    background: #F8C200;
    padding: 2px 100px;
    font-size: 25px;
    display: inline;
    color:  white;  
    margin: 1px;
}

.next, .prev { 
	width: 10%;
}

#picform tr.trow1 td, #picform tr.trow2 td, .search2 tr.trow1 td, .search2 tr.trow2 td {
    padding:5px !important;
}

.gallery_top_menu {
	float: left;
}

a.returngallery {
    background: #F8C200; 
    padding: 3px 6px;
    font-weight: bold;    
    color: white !important;
    margin: 5px 2px;
}

.description {
    width: 90%;
    padding: 0 30px;
    text-align:  center;
}