
.fotocontent {
	border: 1px solid #FFE6CC;
	display: table;
	padding-bottom: 5px;
}
.comment-line {
	background-color: #FFE6CC;
	text-align: center;
	margin-top: 2px;
	width: 100%;
	padding: 2px 0px;
	clear: both;
}
#previews {
	width: 200px;
}
#thumbnails {
	clear: both;
	text-align: center;
	padding-left: 10px;
}
#thumbnails div {
	position: relative;
	text-align: center;
	width: 30px;
	height: 30px;
	float: left;
	padding: 0;
	display: inline;
	margin: 8px;
}
#thumbnails img {
	width: 30px;
	height: 30px;
	position: absolute;
	padding: 1px;
	border: 1px solid #ccc;
}
#picture {
	width: 190px;
	height: 190px;
	float: left;
	padding: 4px;
}
#mainImageOutline {
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: none; cursor: pointer; }
.selectedThumbnail {  border: solid 1px #f60 !important; }
.inFocus {  border: solid 1px #f60 !important; }
