img {
	border: 0;
}
#gcreep {
	width: 560px;    /* Width of the banner */
	height: 144px;   /* Height of the banner */
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #d2e7eb;
	background: #e7f5f7;
}
.left_handle, .right_handle {
	width: 15%;     /* Width of the left and right handle */
	height: 100%;   /* Height of the left and right handle */
	text-indent: -8000px;
}
#gcreep .slide {
	position: absolute;
}
#gcreep .left_handle, #gcreep .right_handle {
	z-index: 100;
	position: absolute;
	background: url("../../../../gxconveyor_robbo/images/carrow_left.png") no-repeat 4% center;  /* Left arrow image */
}
#gcreep .right_handle {
	left: 85%;
	background: url("../../../../gxconveyor_robbo/images/carrow_right.png") no-repeat 96% center; /* Right arrow image */
}
.cprice {
	font: bold 11px arial;
	color: #ba0000;         /* Price color */
	background: #ffffff;
	padding: 1px 3px;
	margin: 0 0 0 12px;
	top: 92px;
	position: absolute;
	z-index: 1500;
}

#gcreep .slide a img {
	border: 1px solid #d1d5d6;	
	margin: 12px 0 0 15.5px;
}
#gcreep .slide a:hover img {
	border: 1px solid #bbbbbb;	
}

