jg_toplist {display:none; visibility: hidden;}
 

/* Main style / Background of whole gallery */
.gallery {
  background:#fff;
  color:#333;
  padding: 5px;
}

/* Heading of the component */
.gallery .componentheading {
  font:10pt normal Helvetica,Arial,FreeSans,sans-serif;
  text-align:center;
  font-weight: bold;
  background-color:#FFF;
  color:#000;
  padding:0;
  text-transform: uppercase
}

.jg_pathway {
  background-color:#000000;
  color:#FFF;
  border: #BBB solid 1px !important;
  text-transform: uppercase;
}

/* Links in pathway */
.jg_pathway a,.jg_pathway a:visited, .jg_pathway a:link { 
color: #FFF !important;
}
.jg_pathway a:hover {
  color:#900;
}
div.gallery .sectiontableheader {
  font-size:1em !important;
  font-weight:bold !important;
  text-align:center !important;
  background-color:#000 !important;
  background-image:none !important;
  color:#FFF !important;
  border: #CCC solid 1px !important;
  padding:0.3em !important;
margin-top: 40px;
}
div.gallery .sectiontableentry {
  background-color:#c0c0c0 !important;
  background-image:none !important;
  color:#fff !important;
}
div.gallery .sectiontableentry1 {
  background-color:#dde9fb!important;
  background-image:none !important;
}
div.gallery .sectiontableentry2 {
  background-color:#eefcfe !important;
  background-image:none !important;
}

/* box elements in detailed view */
div.jg_details, div.jg_voting, div.jg_send2friend, div.jg_commentsarea{
  border: 1px solid #999;  
}

/* Images displayed in the category overview   */
/* Uncomment below e.g. to align the text left */
.jg_catelem{
  /* text-align:left;   */
}

/* Category elements in gallery overview */
.jg_element_gal {
  /* text-align:center; */ 
}

/* Subcategory elements in category view */
.jg_element_cat {
  /* text-align:left;   */
}


/* Toplists picture elements */
.jg_top_element {
   /* text-align:left; */
   /* uncomment below to have elements ordered vertically 
      instead of horizontally */   
   /*  float:none; */
}
.jg_toplist {
float:right;
width: 30%;

}

.jg_back {position: absolute; top:20px; text-transform: uppercase;}

.jg_pagination {float: left; width: 40%}


.jg_gallerystats {
float: left;
width:30%
}

.jg_search {float right;}
.jg_subcat {margin-top: 20px;}
.jg_pathway {margin-top: 10px;}