/* Gallery view */
.jg_element_gal, .jg_element_gal_r 
{
  float:right;
  width:33%;
}

.jg_element_txt 
{
  text-align:center !important;
}

.jg_element_txt_subs 
{
  text-align:center !important;
  font-size: 0.9em;
}

.jg_photo_container 
{
  text-align:center !important;
}

/* Category view */
.jg_element_cat 
{
  width:33%;
  float:right;
  text-align:center !important;

}

.jg_catelem_cat a
{
  height:224px;
}

.jg_catelem_photo 
{
  display:block;
  text-align:center !important;
}

.jg_catelem_txt 
{
  text-align:center !important;
}

/* Subcategory view */
.jg_subcatelem_cat, .jg_subcatelem_cat_r
{
  width:33%;
  float:right;
  text-align:center !important;
}

.jg_subcatelem_cat a
{
  height:224px;
}

.jg_subcatelem_photo 
{
  text-align:center !important;
}

.jg_subcatelem_txt 
{
  clear:both;
  text-align:center !important;
}

/* Detail view */

/* Special view - Toplists*/
.jg_topelement, .jg_favelement 
{
  width:99%;
  height:auto;

}

.jg_topelem_photo, .jg_favelem_photo 
{
  width:49%;
  float:right;
}

.jg_topelem_txt, .jg_favelem_txt 
{
  text-align:right !important;
  width:49%;
  float:right;
}