﻿#Message {
	font-size: 11pt;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

#TBL_THUMBS {
	width:685px;
	margin: 0 auto 10px auto;
}

.thumb_une {
    margin-top: 20px;
	opacity: 0.65;
	filter:alpha(opacity=65);
	cursor:pointer;
}

.thumb_une:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);                    
}

