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

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

h1{
	font: 1em Geneva,  Tahoma, Helvetica Neue, Arial, sans-serif;
}

h2{
	font: 1em Geneva,  Tahoma, Helvetica Neue, Arial, sans-serif;
}

h3{
	font: .75em 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;
}

p{
	color: #564b47;}

dt{
	font-weight: bold;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

/* General */
#container{
	overflow: hidden;
	width:auto;
	margin: 0 auto;
	padding-bottom: 4em;
	clear:both;
}

#picture-slides-container{
	/* Width HAS to be here for IE to render the filter */
	width: 100%;
}

#picture-slides-frame{
	float:left;
	width:740px;
	text-align: center;
	background: #FFF;
	margin: 1em 1em 0 20px;
	padding: 10px;
	border: 0;
}

#video-frame{
	float:left;
	width:740px;
	text-align: center;
	margin: 1em 1em 0 20px;
	padding: 10px;
	border: 0;
	background-color: #d5d4b6;
}

#picture-slides-thumbnails{  
	/*white box behind thumbs*/
	float: left;
	display: inline;
	width: 725px;
	margin-left: 20px;
	/*margin-top: 1em;*/
	padding:10px 10px 30px 25px;
	background: #FFF;
	border: 0;
}

#picture-slides-thumbnails ul{
	list-style: none;
	width: 725px; /*(TURNS THUMBS INTO LINE)*/
	margin: 0px 0 10px 30px;
	overflow: hidden;
}

#picture-slides-thumbnails ul li{
	float: left;
	width: 50px;
	height: 50px;
	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: 50px;
	height: 50px;
	cursor: pointer;
}

#picture-slides-thumbnails ul li .selected img{
	width: 46px;
	height: 46px;
	padding: 1px;
	border: 1px solid #f60;
}

#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: 1em;
}

#navigation-controls{
	width: 330px;
	list-style: none;
	margin-left: 250px;
	margin-top: 1em;
}

#navigation-controls li{
	float: left;
	line-height: 2.5em;
	margin-right: 0.5em;
}

#navigation-controls li#image-counter{
	margin: 0 0.75em 0 0.5em;
}

li.slideshow-item{
	margin-left: 3em;
}

#picture-slides-dim-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
	display: none;
	z-index: 10;
}

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

a#stop-slideshow{
	display: none;
}

.sub_title{
	margin:-50px 0px 20px 65px;	
}

