div.title_press{
	clear: both;
	text-align: left;
	font-weight: bolder;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	font-size:120%;
	padding-left: 20px;
}
ul.thumb, ul.thumb_press{
	display: block;
	list-style-type: disc;
	clear: both;
	
	height:auto;
	width:600px;
}
ul.thumb_press{
	width:700px;
}
li.thumb {
	display: block;
	float: left;
	
	list-style: none;
	
	border: 1px solid rgb(119, 119, 119);
	padding: 2px;
	margin: 10px;
	background-color: white;
	
	height:100px;
	width:100px;
}
ul.thumb_press li.thumb {
	border: none;
	height:80px;
	width:100px;
}
li.thumb img{
	
	opacity:0.8;
	filter:alpha(opacity=80);
}

li.thumb:hover {
	border: 1px solid rgb(49, 55, 57);
}

li.thumb img:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
