.scroller-component-left {
	position:relative;
	overflow:hidden;  
	width: 312px;
	float:left;
	height:auto;
	min-height:278px;
	}

*html .scroller-component-left {
	position:absolute;
	width: 332px;
	float:left;
	height:278px;
	margin-top:-5px;
	}
.scroller-component-left ul.scroller-list-left {
	width:auto;
	position:relative;
	z-index:1;
	height:auto;
	}

*html .scroller-component-left ul.scroller-list-left li img {
	margin-left:17px;
	}


