/*----------------------------------------------------------------------------------------------------------------------------*/
/* Productimage scroller */

#productimages_tbl
{display:inline;
	width: 100%;

}
#productimages_table {
display:inline;
	width: 522px;
	height:123px;
	
	margin-left:18px; 
	margin-top: 10px;
}

#productimages_wrap {

	overflow-x: hidden;
	overflow-y: hidden;
	width: 390px;
	/*border: 1px solid #3c3b61;*/
}

#productimages_left {
height: 123px;
	width:68px;
	
}

#productimages_right {
height: 123px;
		width:68px;
}

.productimage {
	margin-left: 5px;
	margin-right: 5px;
	border: 0px;
	height: 100px;
}
	
