@charset "utf-8";
/* CSS Document */

.imagelist ul {
	margin			: 0px auto;
	text-align		: right;
	float			: left;		
	list-style		: none;
	color			: #fff;
}

.imagelist li {
	padding-left	: 10px;
	float			: left;
	color			: #fff;
	list-style-type	: none;
}

.imagelist img {
	border			: 0px solid #ccc;
	margin			: 5px;
	float			: left;	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	color			: #fff;

}

.imagelist a {
	color			: #fff;
	text-decoration	: none !important;
}

.imagelist a:hover {
	color			: #f29400;
}