
/* Joomgallery CSS
CSS Styles generated by settings in the Joomgallery backend.
DO NOT EDIT - this file will be overwritten every time the config is saved.
Adjust your styles in joom_local.css instead.

CSS Styles, die ueber die Speicherung der Konfiguration im Backend erzeugt werden.
BITTE NICHT VERAENDERN - diese Datei wird  mit dem naechsten Speichern ueberschrieben.
Bitte nehmen Sie Aenderungen in der Datei joom_local.css in diesem
Verzeichnis vor. Sie koennen sie neu erstellen oder die schon vorhandene
joom_local.css.README umbenennen und anpassen
*/

/* Gallery view */
.jg_element_gal, .jg_element_gal_r {
  float: left;
  width: 300px;
  height: 130px;
  margin: 0px 0px 0px 20px;
}
.jg_element_txt {
}
.jg_element_txt_subs {
  font-size: 0.9em;
}
.sectiontableheader {
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	margin: 10px 0px 10px 0px;
}
.jg_toplist {
	display: block;
	width: 500px;
	border: 1px solid #666666;
	background: #222222;
	margin: auto;
}
.jg_pagination {
	display: block;
	width: 500px;
	border: 1px solid #666666;
	background: #222222;
	margin: 10px auto 10px auto;
}
.jg_gallerystats {
display: block;
	width: 500px;
	border: 1px solid #666666;
	background: #222222;
	margin: 10px auto 10px auto;
}
/* Category view */
.jg_element_cat {
  width:33%;
  float:left;
  text-align:center !important;
}
.jg_catelem_cat a{
  height:100px;
}
.jg_catelem_photo {
  text-align:center !important;
}
.jg_catelem_txt {
  text-align:center !important;
}

/* Subcategory view */
.jg_subcatelem_cat, .jg_subcatelem_cat_r{
  width:49%;
  float:left;
  text-align:center !important;
}
.jg_subcatelem_cat a{
  height:100px;
}
.jg_subcatelem_photo {
  text-align:center !important;

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

/* Detail view */
.jg_minipic {
  height:75px;
}
#motioncontainer {
  width:720px; /* Set to gallery width, in px or percentage */
  height:100px;/* Set to gallery height */
}

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

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