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

h2{
	font: 1.5em/1.3em Arial, Helvetica, sans-serif;	
}

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

/* Tag-specific */
html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{

	padding: 0;
}

dl, p, ul, ol{
	margin: 0 0 1em;
	padding: 0;
}

dt{
	font-weight: bold;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
#container{
	width: 270px;
}

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

#picture-slides-frame{
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	width: 250px;
}

#picture-slides-thumbnails{
	width: 164px;
	text-align: center;
}

#picture-slides-thumbnails ul{
	width: 155px;
	overflow: hidden;
	display: inline;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
	clear: none;
	float: none;
}

#picture-slides-thumbnails ul li{
	width: 75px;
	height: 50px;
	margin-top: 2;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 2;
	display: inline;
}

#picture-slides-thumbnails ul li a:focus{
	outline: 0;
	-moz-outline-style: none;
}

#picture-slides-thumbnails ul li img{
	width: 75px;
	height: 50px;
	cursor: pointer;
	border: 1px solid #FFF;
}

#picture-slides-thumbnails ul li .selected img{
	width: 75px;
	height: 50px;
	padding: 1px;
	border: 1px solid #333333;
}

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

#picture-slides-image{
	margin-bottom: 1em;
}

#links{
	display: block;
	clear: left;
	padding: 2em 0 1em 4em;
}

#links li{
	line-height: 2em
}

#navigation-controls{
	width: 260px;
	list-style: none;
	margin: 0 auto;
}

#navigation-controls li{
	float: left;
	line-height: 1.5em;
	margin-right: 0.5em;
}

#navigation-controls li#image-counter{
	margin: 0 0.75em 0 0.5em;
}

li.slideshow-item{
	margin-left: 3em;
}

#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;
}

