
/* 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:24%;
}
.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:150px!important /*24%*/; /* CHANGED by Cristian Zwick - Date: 05-03-2012 #REF556 */
  float:left;
  text-align:center !important;
/*  height:150px; */   /* ADDED by Cristian Zwick - Date: 05-03-2012 #REF556 */
  overflow:hidden; /* ADDED by Cristian Zwick - Date: 05-03-2012 #REF556 */
/*  border: 1px solid #C0C0C0;*/ /* ADDED by Cristian Zwick - Date: 05-03-2012 #REF556 */
  margin-right:25px;
}

.jg_element_cat .jg_catelem_txt li{ /* ADDED by Cristian Zwick - Date: 05-03-2012 #REF556 */
	padding:0px !important;
	line-height:18px !important;
	font-size:10px;
	background:none;
}

.jg_element_cat .jg_catelem_txt li b{ /* ADDED by Cristian Zwick - Date: 05-03-2012 #REF556 */
	font-size:13px;
}

.jg_element_cat .jg_catelem_txt li p{ /* ADDED by Cristian Zwick - Date: 05-03-2012 #REF556 */
	font-size:10px;
}

.jg_imgalign_catimgs{  /* ADDED by Cristian Zwick - Date: 05-03-2012 #REF556 */
	height:150px;
	overflow:hidden;
}

.jg_catelem_cat a{
  height:140px;
}
.jg_catelem_photo {
  display:block;
  text-align:center !important;
}
.jg_catelem_txt {
  text-align:left /*center*/ !important;  /* CHANGED by Cristian Zwick - Date: 05-03-2012 #REF556 */
}

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

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

/* Detail view */
.jg_minipic {
  height:28px;
}
#motioncontainer {
  width:400px; /* Set to gallery width, in px or percentage */
  height:50px;/* Set to gallery height */
}


