img {
	border: 0;
}
#gcreep {
	width: 606px;    /* Width of the banner */
	height: 118px;   /* Height of the banner */
	position: relative;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	background: #fafafa;
}
.left_handle, .right_handle {
	width: 15%;     /* Width of the left and right handle */
	height: 100%;   /* Height of the left and right handle */
}
#gcreep .slide {
	position: absolute;
}
#gcreep .left_handle, #gcreep .right_handle {
	z-index: 100;
	position: absolute;
	background: url("../../../../gxconveyor/images/carrow_left.gif") no-repeat 4% center;  /* Left arrow image */
}
#gcreep .right_handle {
	left: 85%;
	background: url("../../../../gxconveyor/images/carrow_right.gif") 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 #e6e6e6;	
	margin: 5px 0 0 7px;
}
#gcreep .slide a:hover img {
	border: 1px solid #bbbbbb;	
}

