/* Fonts */
body{
	font: 0.625em/1em Verdana, Geneva, Arial, Helvetica, sans-serif;

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

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

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

/* General */


.navigation-controls {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 0px;
	z-index: 1001;
}

/* Picture slides */
.picture-slides-disabled {
	color: #eee;
}





.picture-slides-fade-container a {
	display: block;
	padding-left:0px;
	
}

/*

.picture-slides-fade-container a {
	display: block;
	height: 518px;
	text-align: center;
	padding-left:0px;
	float:left;
	
}*/



.picture-slides-image-text {
	position: absolute;
	/*background: #fff;*/
	text-align: left;
	vertical-align:bottom;
	padding-left:0px;
	width:140px;
	color:#abb0b3;

	
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	display: none;
	text-decoration:none;
	margin-bottom:10px;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	cursor: pointer;
	text-decoration:none;
}

.picture-slides-thumbnails {
	list-style: none;
	overflow: hidden;
	border:0px;
}

.picture-slides-thumbnails li {
	float: left;
	width: 10px;
	color:#FFF;
	margin: 0 10px 5px 0;
	


}

.picture-slides-thumbnails li img {
	width: 10px;
	color:#FFF;
	vertical-align:middle;
	

}

.picture-slides-thumbnails a {
	outline: none;
	text-decoration:none;
	padding: 0px;
	color:#FFF;
	
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail {
	width: 10px;
	padding: 0px;	
	color:#666666;	
	text-align:center;
	vertical-align:middle;
	

		
}


.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	z-index: 1000;
	display: none;
}
