/* Fonts */
html{
	font-size: 100%;	
}

body{
		background: #fff;
}

input, select, textarea{
	font-size: 100%;
}

h1{
	font: 3em/1em Arial, Helvetica, sans-serif;
}

h2{
	font: 12px/17px Arial, Helvetica, sans-serif;	
}

h3{
	font: bold 1.2em/1em Arial, Helvetica, sans-serif;	
}

/* Tag-specific */
a{
	color: #3a5483;
}

dt{
	font-weight: bold;
}

body{	
	background: #fff;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
}

#picture-slides-frame{
	float: left;
	width: 740px;
	background-color: transparent;
	position: fixed;
	top: 30px;
	left: 440px;
}

#picture-slides-image-text{
	text-align: left;
}

#picture-slides-image{
	margin-bottom: 0;
}

#links{
	display: block;
	clear: left;
}

#links li{
	line-height: 2em
}

#navigation-controls{
	width: 260px;
	list-style: none;
	text-transform: lowercase;
}

#navigation-controls li{
	float: left;
	line-height: 17px;
	margin-right: 1em;
	text-transform: lowercase;
}

#navigation-controls li#image-counter{
	margin-right: 1em;
	text-transform: lowercase;
}

li.slideshow-item{
	margin-left: 0;
	text-transform: lowercase;
}

#picture-slides-dim-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	display: none;
	z-index: 10;
}

ul#navigation-controls a.disabled{
	color: #ccc;
}

a#stop-slideshow{
	display: none;
}
