.ups_horizontal_scroll_indicator {
	position: fixed;
	top: 0;
	left: 0;
	height: 7px;
	background: rgb(210,180,110);																							/*---old-browsers---*/
	background: -moz-linear-gradient(top,  rgba(210,180,110,1) 0%, rgba(230,210,160,1) 50%, rgba(210,180,110,1) 100%);		/*---FF3.6-15---*/
	background: -webkit-linear-gradient(top,  rgba(210,180,110,1) 0%,rgba(230,210,160,1) 50%,rgba(210,180,110,1) 100%);		/*---Chrome10-25,Safari5.1-6---*/
	background: linear-gradient(to bottom,  rgba(210,180,110,1) 0%,rgba(230,210,160,1) 50%,rgba(210,180,110,1) 100%);		/*---W3C-IE10+-FF16+-Chrome26+-Opera12+-Safari7+---*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2B46E', endColorstr='#D2B46E',GradientType=0 );	/*---IE6-9---*/
	box-shadow: 0 1px 2px 1px rgba(200, 250, 0, 0.3);																		/*---X-right|h-offset---Y-down|v-offset---blur---spread---color---inset|into-optional---*/
	transition: 1s;																											/*---slow-motion---*/
	z-index: 9999;																											/*---in-the--top-of-the-world---*/
}
