@charset "UTF-8";

/* Layout Affidabilità
----------------------------------------------- */

#container #headergallery {
	margin-bottom: 1em;
	text-align: left;
	padding-left: 0.5em;
	padding-top: 10px;
	background: url(../images/header_bg.png) no-repeat 0px 0px;
	behavior: url(iepngfix.htc);
}

#container #headergallery h3 {
	text-align: center;
}

#container #boxshot {
	margin:0;
	float: right;
	height: 280px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0;
 }

#container #headerimage {
	/*border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;*/
	/*text-align: center;*/
	/*width: 360px;*/
	/*height: 50px;*/
	padding-top: 80px;
	padding-left: 20px;
 }

.normal {
	margin: 0;
	padding: 0;
	text-align: justify;
	word-spacing: 2px;
	letter-spacing: 1px;
	line-height: 20px;
	color:#0000;
	font-size:12px;
	font-weight: 500;
}

/* Gallery and Playback Controls
----------------------------------------------- */

#gallery {
	padding: 20px 35px;
	height: 530px;
	}
	
#galleryCurrent {
	height: 130px;
	margin: 0 0 50px 0;
	padding: 0;
	}
	
#gallerySelect {
	margin: 0 0 50px 0;
	padding: 0;
	}

#galleryLinks { text-align: left; }

#galleryLinks a { font-weight: 600; text-decoration: none; color: #666666; }

#galleryLinks a:hover { font-weight: 600; color: #000000; }

#galleryLinks a:visited { text-decoration: none; color: #666666; }

#controls {
	margin:20px auto 10px auto;
	clear:both;
	padding: 70px 0 0 0;
}

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 6px;
	width: 75px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('images/gallery/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('images/gallery/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('images/gallery/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport .playBtn .pauseLabel, #transport .pauseBtn .playLabel {
	display: none;
}

#previews {
	width: 285px;
	float: left;
	/*border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;*/
	margin-bottom: 5px;
	margin-right: 10px;
	/*background-image: url('..images/bg.gif');*/
	/*background-color: #FF0000;*/
	/*padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 10px;*/
}

#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 24px;
	height: 24px;
	float: left;
	margin: 8px 16px 8px 0;
	padding: 0;
	display:inline;
}
#thumbnails img {
	width: 24px;
	height: 24px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#picture {
	padding: 0;
	margin: 0;
	/*float: left;*/
}
#mainImageOutlineContainer {
	padding-left: 330px;
}
#mainImageOutline {
	padding: 1em;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	overflow: hidden;
	width: 0px;
	height: 0px;
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
.selectedThumbnail {  border: solid 2px #fc0 !important; }
.inFocus {  border: solid 1px #fc0 !important; }


/* End
----------------------------------------------- */
