/**
** @css empty
**/
/***
** @description outer galleria wrapper
** @name wrapper
**/
.inhalt_wrapper{
position:relative;
height:240px;
margin-top:30px;
}
/***
** @description module description
** @name module_description
**/
.inhalt_module_description{
}
/***
** @description wrapper for fullsize picture
** @name pic_wrapper
**/
.inhalt_pic_wrapper{
}
/***
** @description the fullsize picture
** @name picture
**/
.inhalt_picture{
}
/***
** @description the fullsize picture title
** @name picture_title
**/
.inhalt_picture_title{
}
/***
** @description the fullsize picture description
** @name description
**/
.inhalt_description{
}
/***
** @description fullsize picture description on
** @name text
**/
.inhalt_text{
}
/***
** @description fullsize picture description off
** @name notext
**/
.inhalt_notext{
}
/***
** @description thumbnails wrapper
** @name thumbs_wrapper
**/
.inhalt_thumbs_wrapper{
position:relative;
left:15px;
}
/***
** @description thumbnails table
** @name thumbs_table
**/
.inhalt_thumbs_table{
}
/***
** @description a thumbnails cell
** @name thumb_td
**/
.inhalt_thumb_td{
padding:6px;
margin:4px;
background-image:url('../images/white50.png');
border-radius:5px;
}
/***
** @description a selected thumbnails cell
** @name thumb_td_sel
**/
.inhalt_thumb_td_sel{
padding:6px;
margin:4px;
background-image:url('../images/white50.png');
border-radius:5px;
}
/***
** @description an empty thumbnails cell
** @name thumb_td_empty
**/
.inhalt_thumb_td_empty{
}
/***
** @description a thumbnail
** @name thumb
**/
.inhalt_thumb{
border-radius:5px;
border-style:solid;
border-width:1px;
border-color:white;
cursor:pointer;
}
/***
** @description a selected thumbnail
** @name thumb_sel
**/
.inhalt_thumb_sel{
border-radius:5px;
border-style:solid;
border-width:1px;
border-color:white;
}
/***
** @description empty thumbnail
** @name thumb_empty
**/
.inhalt_thumb_empty{
}
/***
** @description the thumbnail text
** @name thumbtext
**/
.inhalt_thumbtext{
position:relative;
width:100%;
top:-210px;
padding-left:10px;
font-size:0.9em;
color: white;
letter-spacing:0.6em;
z-index:100;
cursor:pointer;
}
/***
** @description first picture icon
** @name picture_first
**/
.inhalt_picture_first{
}
/***
** @description first picture icon : hover
** @name picture_first:hover
**/
.inhalt_picture_first:hover{
}
/***
** @description previous picture icon
** @name picture_back
**/
.inhalt_picture_back{
}
/***
** @description previous picture icon : hover
** @name picture_back:hover
**/
.inhalt_picture_back:hover{
}
/***
** @description next picture icon
** @name picture_forward
**/
.inhalt_picture_forward{
}
/***
** @description next picture icon:hover
** @name picture_forward:hover
**/
.inhalt_picture_forward:hover{
}
/***
** @description last picture icon
** @name picture_last
**/
.inhalt_picture_last{
}
/***
** @description last picture icon:hover
** @name picture_last:hover
**/
.inhalt_picture_last:hover{
}
/***
** @description picture navigation info
** @name picture_info
**/
.inhalt_picture_info{
}
/***
** @description close picture icon
** @name picture_close
**/
.inhalt_picture_close{
}
/***
** @description close picture icon:hover
** @name picture_close:hover
**/
.inhalt_picture_close:hover{
}
/***
** @description first icon
** @name first
**/
.inhalt_first{
}
/***
** @description first icon:hover
** @name first:hover
**/
.inhalt_first:hover{
}
/***
** @description back icon
** @name back
**/
.inhalt_back{
}
/***
** @description back icon:hover
** @name back:hover
**/
.inhalt_back:hover{
}
/***
** @description forward icon
** @name forward
**/
.inhalt_forward{
}
/***
** @description forward icon:hover
** @name forward:hover
**/
.inhalt_forward:hover{
}
/***
** @description last icon
** @name last
**/
.inhalt_last{
}
/***
** @description last icon:hover
** @name last:hover
**/
.inhalt_last:hover{
}
/***
** @description page navigation info
** @name info
**/
.inhalt_info{
visibility:hidden;
}
/***
** @description pause icon: pause
** @name pausebtn_pause
**/
.inhalt_pausebtn_pause{
}
/***
** @description pause icon: pause hover
** @name pausebtn_pause:hover
**/
.inhalt_pausebtn_pause:hover{
}
/***
** @description pause icon: run
** @name pausebtn_run
**/
.inhalt_pausebtn_run{
}
/***
** @description pause icon: run hover
** @name pausebtn_run:hover
**/
.inhalt_pausebtn_run:hover{
}
/**
** @additional
**/
