/* Scrollbar & content css */						
#headerImagesContent{
	height: 74px;
	width: 452px;
	float:left;
	overflow:hidden;
}

.handle-hor{
	visibility: hidden;
}

.headerImage {
	/*width: 112px;*/
	height: 74px;
	border: 0px;
	float:left;
	padding-right: 1px;
}	

.sliderArrow{
	float: left;
	width: 20px;
	height: 20px;
}
#headerImagesSlider {
	position: relative;
	top: 40px;
	left: 5px;
}

