/*
*	Styles für NIGHTRAIN - Startseite
*	Website Version 1.0
*	Mar 2010
*
*/

.pic_clip_box {
 float:left;
 margin-right:20px;
 position:static;
 height:100px;
 width:100px;
 overflow:hidden;
}
	 
.pic_clip_box img {
 min-width:100px;
 max-height:100px;
 border:none;
}
