.thumbSlider {
	height: 100%;
	margin: 0 0 0 10px;
	width: 100%;
}

.thumbSlider .arrow_left {
	float: left;
	height: auto;
	margin: 40px 0 0 0;
	width: 17px;
}

.thumbSlider .arrow_right {
	float: left;
	height: auto;
	margin: 40px 0 0 0;
	width: 17px;
}

.thumbSlider .thumbNail {
	float: left;
	height: 85px;
	padding: 10px 0;
	position: relative;	/* fix overflow problem with IE */	
	margin: 0 10px;
	width: 520px;

	/* background-color: #FF0000; */
}

.thumbSlider .thumbNail .thumbNail_holder {
	height: 86px;
	margin: 10px 0 0 0;
	position: relative;	/* overflow would not work without this with IE 7 */
	overflow: hidden;
	width: 100%;
	
	/* background-color: #FF0066; */
}

.thumbSlider .thumbNail #img_holder {
	height: 43px;
	margin: 0 3px;	
	width: 54px;

	/* background-color: #FF00EE; */
}

.thumbSlider .thumbNail #text_holder {
	height: 43px;
	margin: 0 0 0 -4px;
	width: 61px;
	
	/* background-color: #FF0066; */
}

.thumbSlider .thumbNail ul {
	left:0px;
	list-style-type: none;
	position: relative;
	top:0px;
}

.thumbSlider .thumbNail li {
	display: inline;
	float: left;
	padding: 0 3px 0 3px;
}