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

body{
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #3f291e;
}

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

h2{
	font: 11px Arial, Helvetica, sans-serif;	
}

/* Tag-specific */
html, body, form, fieldset, li, h2, p, ul, dl, dt, dd, input{
	margin: 0;
	padding: 0;
}

a{
	color: #3a5483;
}

form label{
	cursor: pointer;
}

img{
	border: none;
}

/* General */
#container{
	float:left;
	width: 480px;
}

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

#picture-slides-frame{
	float: left;
	width: 480px;
	background: #fff;
}

#picture-slides-thumbnails{
	float: left;
	width: 265px;
}

#picture-slides-thumbnails ul{
	list-style: none;
	width: 265px;
	overflow: hidden;
}

#picture-slides-thumbnails ul li{
	float: left;
	width: 41px;
	height: 41px;
	margin: 0 3px 3px 0;
}

#picture-slides-thumbnails ul li img{
	width: 41px;
	height: 41px;
	cursor: pointer;
}

#picture-slides-thumbnails ul li .selected img{
	width: 41px;
	height: 41px;
}

#didascalia{
    float:right;
	text-align:right;
	width: 265px;
	padding-top:2px;
	list-style: none;
}

#navigation-controls{
	width: 265px;
	list-style: none;
	padding-top:2px;
}

#navigation-controls li{
	float: left;
	padding-top:2px;
}

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

