/* @override http://photodev.roeme.ch/_system/themes/mk01/mk01.css */

	

* {
	font-family: Helvetica, arial, Verdana, sans-serif;
	color:	black;
	font-size: 12px;
}

.header {
	position:relative;
	left: 20%;
	width: 900px;
	text-align: center;
	height:	40px;
	margin-top: 2em;
	margin-bottom: 1em;
}

.navigation {
}

.navigation a {
	display: block;
	color: inherit;
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 14px;
	border-bottom: 1px solid white;
}

.navigation a:hover {
	display: block;
	background-color: #F6F6F6;
}

div.navigation {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 150px;
	height: auto;
	text-align: right;
}
div.contentBox {
	position:relative;
	left: 20%;
	width: 900px;
	text-align: center;
}

div.content {
	margin-top: 3em;
}

div.content, div.content * {
	font-size: 1.4em;
}

.photoBig * {
	vertical-align: middle;
}

.photoBig a img {
	border:none;	
}

img#photoBox {
	border: 1px solid black;
	margin: 1em;	
}

.contentBox .photoDesc {
	padding: 1em;
}

div.contentBox img {

}

div.thumbRibbonOuter {
	margin-top: 1em;
	margin: auto;
	width: 	600px;
	overflow:hidden;
}

div.thumbRibbon {
	margin-left: auto;
	margin-right: auto;
}

div.thumbRibbon a:hover {
	
}

img.thumb {
	margin: 	9px;
	border:		1px solid black;

}

div.slider {
	width:99%; 
	margin:10px 0; 
	background-color:whitesmoke; 
	height:10px; 
	border: 1px solid silver;
	position: relative; 
}

div.slider div.handle { 
	width: 10px;
	height:9px; 
	background-color:#555;
	border: 1px solid gray; 
	cursor:move; 
	position: absolute; 
	/*background-image: url('/_system/themes/mk01/img/slide.png');*/
}