/**
 * Joomgallery CSS Style 
 *
 * - Detail view
 *
 * Please adjust the CSS to your needs in the file joom_local.css 
 * in this directory. You can either create it yourself, or 
 * rename joom_local.css.README.
 *
 * - Detailansicht
 *
 * Bitte nehmen Sie Änderungen in der Datei joom_local.css in diesem 
 * Verzeichnis vor. Sie können diese Datei erstellen oder die 
 * joom_local.css.README umbenennen
 **/

.jg_imgtitle {
  text-align:center;
  font-weight:bold;
  padding-bottom: 10px;
}

div.jg_details, div.jg_voting, div.jg_commentsarea, div.jg_send2friend, div.jg_bbcode, div.jg_exif {
  width:100%;
  margin-bottom: 5px;
}

.jg_send2friend .sectiontableentry1, .jg_voting .sectiontableentry1{
  text-align:center;
  padding: 5px;
}

.jg_photo_entry {
  overflow:hidden;
}

div.jg_photo_left, div.jg_bbcode_left {
  width:29%;
  font-weight:normal;
  padding:0.3em;
  float:left;
}

div.jg_photo_right, div.jg_bbcode_right {
  width:69%;
  padding:0.3em 0;
  overflow:hidden;
}

/* Exif-Data cells */
div.jg_exif_left {
  width:39%;
  padding:0.3em;
  float:left;
}

div.jg_exif_right{
  width:59%;
  padding:0.3em 0;
  overflow:hidden;
}


/* Comments and send2friend cells */
td.jg_cmtl, td.jg_s2fl {
  width: 30%;
  padding:0.2em 0 0 0.2em;
  font-weight:normal;
  text-align:left;
}

td.jg_cmtr, .jg_s2fr {
  padding:0.2em 0;
  vertical-align:top;
  text-align:left;
}

/* Comment delete */
div.jg_cmtronly {
  clear:both;
  padding:0.5em 0;
}
div.jg_cmtl {
  float:left;
  width:20%;	
}
div.jg_cmtr {
  float:left;
  width:70%;  
}

td.jg_cmtf { 
  text-align:center; 
}

.jg_minipic {
  border:1px solid #000;
  padding:1px;
}

.jg_detailnavi {
  overflow:hidden;
  text-align:center !important;
  margin-bottom:0.9em;
}

.jg_detailnaviprev, .jg_detailnavinext {
  width:30%;  
}

.jg_detailnaviprev {
  float:left;
}

.jg_detailnavinext {
  float:right;
}

.jg_detailnavislide {
  width:100%;
  padding:0.3em 0;
  text-align:center !important;
}

.jg_iconbar {
  padding: 5px;
  text-align:center !important;
}

/* MotionGallery Styles */
.jg_minis {
  text-align:center;
  padding:0.5em 0;
}

#motiongallery {
  position:absolute;
  left:0;
  top:0;
  white-space:nowrap;
}

#motioncontainer {
  margin:0 auto;  /*centers on page */
  position:relative;
  overflow:hidden;
}

#statusdiv {
  background-color:#FFFFE0;
  border:1px solid #7F7F7F;
  padding:2px;
  position:absolute; /* Stop Editing Gallery Styles */
  left:-300px;
  visibility:hidden;
}

#motioncontainer a:hover {
  color:#F00; /* Dummy definition to overcome IE bug */
}

/* End MotionGallery Styles */

/* Nameshield */
.nameshield {
  font-size:10px;
  color:#4F4F4F;
  background-color:#E5E5E5;
  border:1px solid #888;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  padding-left: 2px;
  padding-right: 2px;
 }
 
/* Accordion */
/* DIVs around accordion headers */
div.gallery div.sectiontableheader{
  padding:0px;	
}
/* deactivated accordion */
.joomgallery-notoggler{
  margin:0px;
  padding:2px;
}

/* common for both togglers */
.joomgallery-toggler, .joomgallery-toggler-down{
  background-repeat:no-repeat;
  background-position:right;
  cursor:pointer;	
  margin:0px;
  padding:2px;
}
/* common for both togglers, on hover */
.joomgallery-toggler:hover, .joomgallery-toggler-down:hover{
}

/* not activated toggler */
.joomgallery-toggler {
  background-image: url(../images/arrow_down.png);
  /*margin-top:1px;
  padding:2px; */
}

/* activated toggler */
.joomgallery-toggler-down {
  background-image: url(../images/arrow_up.png);
  /*margin:0;
  padding:2px; 
  text-align:center; */
}

.joomgallery-slider {
  margin:0;
  padding:2px;
}