.loading_pic{
	position			: absolute;
	top					: 60%;
	left				: 50%;
	width				: 100px;
	height				: 21px;
	margin				: -50px 0 0 -10px;
}

.galleryWrapper {

	width				: 100%;
	overflow			: hidden;
	/*border				: 1px solid #ccc;*/
	margin				: 0 auto;
}

.galleryItems {
	display				: block;
	margin				: 0;
	list-style			: none;
	padding-left		: 0;
	background-color	:#000;
	height				:520px;
}

.galleryItems li {
	display				: inline;
	float				: left;
	padding				: 0;
	color:#FFF;
	font-size:10px;
}

.galleryItems li img {
	/*border				: 1px solid #777;*/
}

.galleryItems a {
	display				: block;
	text-decoration		: none;
}

.galleryItems a:hover img {
	filter				: alpha(opacity=70);
	opacity				: 0.7;
}

.galleryItems li .infos {
	width				: 300px;
	display				: block;
	font-size			: 12px;
	text-align			: center;
	padding-bottom		: 5px;
	font-weight			: normal;
}

.galleryItems li .votes {
	float				: left;
	font-weight			: normal;
	width				: 280px;
	text-align			: center;
	padding-left		: 20px;
	font-size			: 11px;
	line-height			: 20px	
}

.galleryItems li .votes div,
.galleryItems li .votes span,
.galleryItems li .votes a{
	float				: left;
}

.ratingStar,
.filledRatingStar {
	margin-top:3px;
}