/* Fonts */





img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
#container{
	overflow: visible;
	float:left;
	text-align:center;
	padding-bottom: 4em;
	margin-top:-40px;
}

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

#picture-slides-frame{
	width: 500px;
	background: #fff;
	margin: 0 auto;
	padding: 0px;

}

#picture-slides-thumbnails{
	
	
}

#picture-slides-thumbnails ul{
	list-style: none;
	margin: 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: center;
}

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

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

#links li{
	line-height: 2em
}

#navigation-controls{
	list-style: none;
	padding:0;
	position:absolute;
	left:890px;
	top:138px;
	
}

#navigation-controls li{
	display:inline;
	line-height: 1.5em;
	margin:0;
	padding:0;
	
}


#navigation-controls li#image-counter{
	margin: 0 0.5em 0 0.5em;
	color:#66CCFF;

}


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

a#stop-slideshow{
	display: none;
}