.video_thumb_wrapper {
	background-image: url('video_box.png');
	background-repeat: no-repeat;
}
.video_thumb_wrapper_overlay {
	background-image: url('video_box_overlay.png'); 
	background-repeat: no-repeat;
}
.video_thumb_wrapper_paid {
	background-image: url('content_box_overlay_paid.png');
	background-repeat: no-repeat;
}

.video_thumb_wrapper_small {
	background-image: url('video_box_small.png');
	background-repeat: no-repeat;
}
.video_thumb_wrapper_small_overlay {
	background-image: url('video_box_small_overlay.png');
	background-repeat: no-repeat;
}
.content_box_video {
	background-image: url('content_box_standard.png');
	background-repeat: no-repeat;
}
.content_box_folder  {
	background-image: url('content_box_folder.png');
	background-repeat: no-repeat;
}
.content_shine {
	background-image: url('content_box_overlay.png');
	background-repeat: no-repeat;
}
.content_box .content_paid {
	background-image: url('payed_content.png');
}
.content_box .content_rank_hot {
	background-image: url('content_hot.png');
	background-repeat: no-repeat;
}
.content_box .content_rank_cold {
	background-image: url('content_cold.png');
	background-repeat: no-repeat;
}



.user_thumb_wrapper {
	background-image: url('person_box.png');
	background-repeat: no-repeat;
}
.user_thumb_wrapper_overlay {
	background-image: url('person_box_overlay.png');
	background-repeat: no-repeat;
}
.user_thumb_wrapper_small {
	background-image: url('person_box_small.png');
	background-repeat: no-repeat;
}
.user_thumb_wrapper_small .user_thumb_wrapper_overlay {
	background-image: url('person_box_small_overlay.png');
	background-repeat: no-repeat;
}
.user_thumb_wrapper_large {
	background-image: url('person_box_large.png');
	background-repeat: no-repeat;
}
.user_thumb_wrapper_large .user_thumb_wrapper_overlay {
	background-image: url('person_box_large_overlay.png');
	background-repeat: no-repeat;
}
.user_thumb_wrapper_micro {
	background-image: url('person_box_micro.png');
	background-repeat: no-repeat;
}
.user_thumb_wrapper_micro .user_thumb_wrapper_overlay {
	background-image: url('person_box_micro_overlay.png');
	background-repeat: no-repeat;
}
