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

body{
	font: 1em/1em Times New Roman, Arial, Helvetica, sans-serif;
	color: #777;
	background: #fff;
	width: 100%;
	align: center;
}

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

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

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

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

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

body{	
	background-image: url(../images/background_rb.jpg);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	background-attachment: fixed;
    background-color: #353031;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
#container{
	background: #fff;
	overflow: hidden;
	width: 675px;
	margin: 1em auto 1em;
	padding: 1em 1em 1em;
	align: center;
	font-weight: 700;
}

.navigation-controls {
	position: relative;
	text-align: center;
	background: #ccc;
	padding: 5px;
	border: 2px;
	color: #FFF;
	z-index: 1001;
	font-weight: 700;
}

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

.picture-slides-container {
	margin-bottom: .1em;
}

.picture-slides-fade-container {
	position: relative;
	overflow: hidden;
	z-index: 1002;
}

.picture-slides-fade-container a {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.picture-slides-image-load-fail {
	display: none;
}

.picture-slides-image-text {
	position: relative;
	text-align: center;
	padding: 2px 0 5px;
	z-index: 1001;
}

.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow 
{
	display: none;
}

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

.picture-slides-thumbnails {
	list-style: none;
	margin-top: 1em;
	overflow: hidden;
}

.picture-slides-thumbnails li {
	float: left;
	width: 100px;
	margin: 0 2px 2px 0;
}

.picture-slides-thumbnails li img {
	width: 100px;
}

.picture-slides-thumbnails a {
	outline: none;
}

.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	width: 90px;
	padding: 2px;
	background: #ea9d80;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.picture-slides-dim-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #777;
	opacity: 0.5;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	/* 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;
}