/*
* Das ganze ding um die gallerie herum
*/

#SeppowGallery{
    /* border: 1px solid #e5e5e5; */
    display: block;
}


#SeppowGallery .thumb{
	background: transparent;
	padding: 4px;
        /* border: 1px solid #DDDDDD; */
}

#SeppowGallery .thumb:hover{
	background: transparent;
	padding: 4px;
        /* border: 1px solid #111111; */
}

#SeppowGallery .thumb-wrap{
	float: left;
	margin: 4px;
	/* margin-right: 0; */
	padding: 5px;
        height: 180;
        width: 150;
        text-align: center;
        vertical-align: middle;
}

#SeppowGallery H3 {
    /* background: silver; */
    font-size: 1.8em;
    border-bottom:1px solid #e5e5e5;
}

#SeppowGallery .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}

#SeppowGallery .thumb-wrap img{
  border: none;
}

#SeppowGallery .thumb-wrap img:hover{
  /* border: 2px solid #e8e8e8; */
}

#SeppowGallery .x-album-title{
    font-size: 0.9em;
    font-family: Arial,Helvetica,sans-serif;
}


.x-clear {
    clear:both;
    height:0;
    overflow:hidden;
    line-height:0;
    font-size:0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

