/* Fonts */
html {
	font-size: 100%;	
}
img {
	border: none;
}
p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
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;
}
dt {
	font-weight: bold;
}
form label{
	cursor: pointer;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

/* General */

#container {
	width: 800px;
	height: 450px;
	position: absolute;
	left: -265px;
	top: 70px;
	z-index: 100;
}
.navigation-controls {
	position: absolute;
	text-align: center;
	padding: 5px;
	z-index: 1001;
	left: 98px;
	top: 25px;
	font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Light";
	color: #999999;
	font-size: 12px;
	height: 30px;
	width: 200px;
	display: block;
}
.navigation-controls a:link, .navigation-controls a:visited {
	color: #999999;
	text-decoration: none;
}
.navigation-controls a:hover {
	color: #CE3521;
	text-decoration: none;
}
/* Picture slides */

.picture-slides-disabled {
	color: #eee;
}
.picture-slides-container {
	height: 585px;
	width: 729px;
	position: absolute;
	left: 282px;
	top: 0px;
}
.picture-slides-fade-container {
	display: table;
	position: absolute;
	overflow: hidden;
	z-index: 1002;
	height: 500px;
	width: 500px;
	left: 300px;
	top: 15px;
}
.picture-slides-fade-container a {
	display: block;
	height: 240px;
	text-align: center;
}
img.picture-slides-image {
	display: block;
}
.picture-slides-image-load-fail {
	display: none;
}
.picture-slides-previous-image, 
.picture-slides-next-image, 
.picture-slides-start-slideshow, 
.picture-slides-stop-slideshow {
	text-decoration: none;
}
.picture-slides-thumbnails {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 60px;
	height: 5000px;
	list-style-type: none;
}
#picture-slides-thumbnails {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 5000px;
	width: 60px;
}
.picture-slides-image-counter {
}
.picture-slides-thumbnails li {
	float: left;
	width: 60px;
	padding: 0px;
	margin: 0;
}
.picture-slides-thumbnails li img {
	width: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.picture-slides-thumbnails a {
	outline: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.picture-slides-thumbnails li .picture-slides-selected-thumbnail img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#thumbsbigwrapper {
	position: relative;
	left: 46px;
	top: 30px;
	height: 483px;
	width: 60px;
	overflow: hidden;
	z-index: 0;
}
#thumbs_wrapper {
	height: 380px;
	width: 60px;
	overflow: hidden;
}
#arrows {
	position: absolute;
	left: 26px;
	top: 30px;
	z-index: 60;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 11px;
}
#arrows li {
	height: 8px;
	width: 10px;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 3px;
	display: block;
}
#arrows li a:link, #arrows li a:visited {
	display: block;
}
#arrows li a:hover {
	display: block;
}
#picture-slides-thumbnails-hid {
	position: absolute;
	margin: 0px;
	padding: 0px;
	height: 5000px;
	width: 70px;
	display: none;
}

