/*
Plugin Name: Category Posts btd
Theme URI: http://btd-studio.com/themes/btd.html
Author: Rico Michel
*/

.categoryposts_widget ul {
	height: 83px;
	overflow: hidden;
}
.categoryposts_widget li .post-thumb {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.categoryposts_widget li .post-thumb img {
	opacity: 0.5;
	width: 73px;
	height: 73px;
}
.categoryposts_widget li:hover .post-thumb img,
.categoryposts_widget li.current .post-thumb img {
	opacity: 1;
}
