

#widget {
overflow: hidden;
padding: 1em;
height: 200px; /* You should adjust this height for your project. */
position: relative;
float: left;

}

#widget li {
list-style: none;
float: left;
overflow: hidden;
position: relative;
top: 5px;
display: block;
width: 100%;
padding-bottom: 1em;
height:100px; /* Change this to fit your needs. The plugin will access this value if you don't pass a parameter in when you call it. */
}

#widget li img {
float: left;
border: 1px solid #f1f1f1;
padding: 5px;
background: #fff;
margin-right: .5em;
width: 75px;
height: 75px;
left: 0;
}



#widget li div.prod-desc {
float: left;
width: 290px;
top: 0;
overflow: hidden;
padding: 5px;
font-size: 11px;

}

#widget div.pro-desc p{
	margin: 0;
	padding: 10px;
	float: right;
	width: 450px;
}


#widget div p ul {

	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
}

#widget h4 {
	font-size: 14px;
	font: Arial;
	margin: 0;
}
#widget p ul li {
	
}	
