
.circuit-box {
	position:absolute;
	top:40px;
	right:12px;
	z-index:3;
	width: 250px;
	background:url(http://jorgelorenzo.com.mialias.net/assets/images/bg-gallery-c.png);
	padding: 5px 15px 15px 15px;
	color: #FFF;
}

.circuit-box h2 a {
	padding: 6px;
	background: #c62000;
	line-height: 30px;
	margin-bottom: 10px;
	color: #FFF;
}

.circuit-box h2 a:hover {
	color: #FFF;
	background: #d32301;
}

.circuit-box span {
	font-size: 0.8em;
}




#news-photoset {
	margin: 20px 0 20px 20px;	
	list-style: none;
}
#news-photoset li {
	list-style-type: none;
	margin-bottom: 5px;
	padding: 0;
	padding-bottom: -5px;
	float: left;
}
#news-photoset li a img {
	border: 5px solid #FFF;
}
#news-photoset li a:hover img {
	border: 5px solid #EEE;
}


