/*div.nomargin{
	margin-right:0px;
}*/

.pic, .pic2{
	/*width:200px;	-------ausgelagert in template um werte zu ermitteln
	height:200px;*/
	float:left;
	/*margin:0 15px 15px 0;*/
	border:5px solid white;
	-moz-box-shadow: 0px 0px 4px #555555; /* FF3.5 - 3.6 */
	-webkit-box-shadow: 0px 0px 4px #555555; /* Saf3.0+, Chrome */
	box-shadow: 1px 2px 6px #555555; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
	background-color:#fff!important;
}

.pic a, .pic2 a{
	/*width:200px; 	------ausgelagert in template um werte zu ermitteln
	height:200px;*/
	text-indent:-99999px;
	display:block;
}

.thumbnail {
    float:left;
    margin:0 15px 15px 0;
}

.thumbnail p.caption{
    clear:both;
    font-size:80%;
    line-height:120%!important;
    text-align:center;
    padding:5px 5px 0 5px!important;
    margin:0!important;
    height:30px;
    overflow:hidden;
}

