@charset "utf-8";
/* CSS Document */

#gallery {
		background-color: #419cf9;
		padding: 10px;
		width: auto;
		height:105px;
}

#gallery ul { 
	list-style: none;
}

#gallery ul li {
	display: inline;
}

#gallery ul img {
	border: 5px solid #cbe2fa;
	border-width: 5px;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }


