/* Fonts */
html{
	font-size: 100%;	
}

input, select, textarea{
	font-size: 100%;
}

/* Tag-specific */
html, body, form, fieldset, li, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, input{
	margin: 0;
	padding: 0;
}

dl, p, ul, ol{
	margin: 0 0 1em;
	padding: 0;
}

a{
	color: #3a5483;
}

dt{
	font-weight: bold;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
	background-color: #727142;
	margin-left: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5C580C;
	border-right-color: #999999;
	border-bottom-color: #5C580C;
	border-left-color: #999999;
}

#picture-slides-frame{
	float: left;
	width: 430px;
	text-align: center;
	background: #fff;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 25px;
}

#picture-slides-thumbnails ul{
	list-style: none;
	width: 25px;
	margin: 10px 0 10px 10px;
	overflow: hidden;
}

#picture-slides-thumbnails ul li{
	float: left;
	width: 100px;
	height: 12px;
	margin: 0 10px 10px 0;
}

#picture-slides-thumbnails ul li a:focus{
	outline: 0;
	-moz-outline-style: none;
}

#picture-slides-thumbnails ul li img{
	width: 100px;
	height: 75px;
	cursor: pointer;
}

#picture-slides-thumbnails ul li .selected img{
	width: 96px;
	height: 71px;
	padding: 1px;
}

#picture-slides-image-text{
	text-align: justify;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding: 9px;
}

#picture-slides-image{
	margin-bottom: 1em;
	margin-top: 9px;
	border: 1px solid #FFFFFF;
}

#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: none;
	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: 1em;
}

ul#navigation-controls a.disabled{
	color: #ccc;
}
