/* CLIQUE */
/* Thumbnailed Leads Pattern Stylesheet
----------------------------------------------------------------------------- */


	div.widget-editorial.thumbnailed ul.leads li {

	min-height: 78px;
	background-repeat: no-repeat;
	position: relative;

	}

	div#content div.widget-editorial.thumbnailed ul.leads li {

	background-position: top left;
	padding-left: 135px;

	}

	div#sidebar div.widget-editorial.thumbnailed ul.leads li {

	background-position: top right;	
	padding-right: 135px;

	}	

	div.widget-editorial.thumbnailed ul.leads img {

	width: 120px !important;
	margin: 0 !important;
	float: none !important;
	position: absolute;
	top: 0;
	z-index: 10;

	}

	div#content div.widget-editorial.thumbnailed ul.leads img {

	left: 0;

	}

	div#sidebar div.widget-editorial.thumbnailed ul.leads img {

	right: 0;

	}
