@charset "utf-8";
/* CSS Document */
.defaultContentSet td#diaporama {
	background-color: #f4f4f4;
	/*border: solid #aaa 1px;*/
	border: solid #7f7262 1px; /* #7f7262 ou #685046 */
	padding: 20px;
	width: 100%;
	}
.defaultContentSet td#diaporama>div {
	text-align: center;
	}
#scrollboxWrapper {
	overflow: auto;
	width: 562px;
	/* -conf 1- height: 99px;*/
	height: 96px; /* ou 101px */
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-style: solid;
	border-color: #aaa;
	border-width: 1px 1px 1px 1px;
	background-color: #f4f4f4;
	margin-bottom: 12px;
	}
#scrollboxContent {
	overflow: hidden;
	width: 1200px;
	/* -conf 1- height: 78px;*/
	height: 72px;
	margin: 0px;
	border-width: 0px;
	padding: 2px;
	}
#scrollboxContent div.thumbnail {
	float: left;
	width: 70px;
	height: 66px;
	margin: 2px 2px 2px 2px;
	/* -conf 1- padding: 0px;*/
	padding: 2px;
	border: solid #aaa 1px;
	text-align: center;
	}
#scrollboxContent div.thumbnail img {
	margin: 2px;
	border: 1px;
	border-style: solid;
	border-color: #aaa;
	}
#scrollboxContent div.thumbnail p.desc {
	line-height: normal;
	margin: 1px;
	border: 0px;
	/*text-align: center;
	 */
	font-style:italic;
	font-size:10px;
	color:#000;
	}
#scrollboxContent div.thumbnail:hover {
	cursor:pointer;
	background-color:#333333;
	border-color: #fff;
	}
#scrollboxContent div.thumbnail:hover p.desc {
	color:#fff;
	}
