
body
{
	margin: 0;
	padding: 0;
}

.content
{
	position: relative;
}

.header
{
	margin-left: 14px;
	margin-right: 14px;
	height: 100px;
	position: relative;
}

.ui-loader
{
	display: none !important;
}

@media only screen and (min-device-width: 960px)
{
	.prev
	{
		width: 20%;
		height: 550px;
		position: absolute;
		left: 14px;
		z-index: 10000;
		cursor: pointer;
	}
	.prev:hover
	{
		background: url('../gfx/links.png') no-repeat;
		background-position: left center;
	}
	
	.next
	{
		width: 20%;
		height: 550px;
		position: absolute;
		right: 14px;
		z-index: 10000;
		cursor: pointer;
	}
	.next:hover
	{
		background: url('../gfx/rechts.png') no-repeat;
		background-position: right center;	
	}
}

.name
{
	background: url('../gfx/name.jpg');
	width: 237px;
	height: 17px;
	position: absolute;
	left: 0;
	bottom: 14px;
	cursor: pointer;
}

.contact
{
	background: url('../gfx/contact.jpg');
	width: 92px;
	height: 17px;
	position: absolute;
	right: 0;
	bottom: 14px;
	cursor: pointer;
}

.imageflow .caption
{
	display: none !important;
}

.imageflow .scrollbar
{
	margin-top: 15px;
	margin-bottom: 15px;
	display: inline-block;
}