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

#productimages_tbl
{
	width: 100%;

}
#productimages_table {
	width: 100%;
	border-top: 1px solid #ffffff;
	padding-top: 20px;
}

#productimages_wrap {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 665px;
	margin-left:5px;
	margin-right:5px;
	/*border: 1px solid #3c3b61;*/
}

#productimages_left {

	width:65px;
	
}

#productimages_right {

		width:65px;
}

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

