#container {
	background-color: #fff;
	width: 898px;
	margin: 15px auto;
	padding: 50px;
}
/* slider specific CSS */
.sliderGallery {
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 440px;
	width: 898px;
}

.sliderGallery .websiteLink{
	text-align:right;
	width:40px;
	margin:0 0 0 355px;
	position:absolute;
	font-style:italic;
	color: #666;
}

.sliderGallery .websiteLink a{
	text-decoration:none;
	color: #b2b2b2;
	}
	

.sliderGallery .websiteLink a:hover{
	text-decoration:underline;
	color:#CCC;
	}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	/*overflow: none; - Just making it validate folks*/
	white-space: nowrap;
	padding: 0;
	margin: 10px 0 0 0;
}
.sliderGallery UL img {
	border:none;
}
.sliderGallery UL LI {
	display: inline;
	border:none;
}
.slider {
	width: 900px;
	height: 17px;
	margin-top: 410px;
	margin-left: 5px;
	padding: 1px;
	position: absolute;
	z-index:4;
}
.handle {
	position: absolute;
	cursor: move;
	height: 34px;
	width: 145px;
	top: 0;
	background: url(assets/dragger.png) no-repeat;
	z-index: 100;
}