/* CSS Document */

.picture {	
	text-align: center;
	
	width: 656px;
}

.rahmen {
	background-repeat: no-repeat;
	background-position: center;
	
	white-space: nowrap;

	border: 1px solid #000000;
}

.vorschau-rahmen {
	display: none;
}

.picturegalery {
	text-align: center;
	
	width: 656px;
	min-height: 42px;
	
	vertical-align: middle;
}

.title {
	color: #DB2925;
}

.flaeche {
	display: inline-table;
}

.back {
	display: inline-block;
}

.back:hover {
	background-image: url(../images/previous.png);
	background-repeat: no-repeat;
	background-position: center;
}

.forwards {
	display: inline-block;
}

.forwards:hover {
	background-image: url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center;
}

.previous {
	width: 32px;
	height: 32px;
	
	display: inline-block;
}

.play {
	width: 32px;
	height: 32px;
	
	display: inline-block;
}

.stop {
	width: 32px;
	height: 32px;
	
	display: inline-block;
}

.next {
	width: 32px;
	height: 32px;
	
	display: inline-block;
}

input.checkbox {
	margin-left: 50px;
	margin-right: 10px;
}

input#picture-title {
	margin-left: 100px;
	
	width: 300px;
}

textarea#picture-comment {
	margin-left: 100px;
	
	width: 400px;
	height: 50px;
}

select#position {
	margin-left: 50px;
}