/* This file controls the appearance of the Slider Module
---------------------------------------------------------------------- */
#moduleSlider{
	background:transparent url(i/bg_moduleSlider.gif) no-repeat 0 0;
	overflow:hidden;
	position:relative;
	padding:20px 10px 10px 10px;
	height:170px;
	width:710px;
	}

	#moduleSlider a,
	#moduleSlider img {
		border: 0;
		outline: 0;
		text-decoration:none;
		}

	#moduleSlider ul{
		position:absolute;
		list-style:none;
		overflow:none;
		white-space:nowrap;
		padding:0;
		margin:0;
		}

		#moduleSlider ul li{
			display:inline;
			position:relative;
			}

			#moduleSlider ul li a span{
				font-family:Arial,Tahoma,Verdana,Trebuchet MS,Helvetica,Sans-Serif;
				font-size:11px;
				color:#E1C5B2;
				position:absolute;
				left:0;
				bottom:3px;
				width:200px;
				text-align:center;
				}

	.slider{
		width:670px;
		height:20px;
		margin:124px 0 0 20px;
		position:relative;
		cursor:normal;
		}

		.handle{
			display:block;
			position:absolute;
			cursor:move;
			height:18px;
			width:172px;
			top:0;
			background:transparent url(i/sliderHandle.png) no-repeat 0 0;
			z-index:100;
			}
