@charset "UTF-8";
/* CSS Document 
 	This document is specifically for the image slider gallery.
*/

#container {
	background-color: #fff;
	width: 560px;
	/*width: inherit;*/
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* slider specific CSS */
.sliderGallery {
	/*background: url(http://jqueryfordesigners.com/demo/images/productbrowser_background_20070622.jpg) no-repeat;*/
	background-color: #f0f0f0;
	overflow: hidden;
	position: relative;
	padding: 10px;
	height: 165px;
	/*width: 560px;*/
	width: 540px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 8px;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.sliderGallery UL LI {
	display: inline;
}

.slider {
	/*width: 542px;*/
	width: 542px;
	height: 17px;
	margin-top: 150px;
	margin-left: 0px;
	padding: 2px 0px 2px 1px;
	position: relative;
	background: url(../images/scrollbar_2.gif) no-repeat;
}

.handle {
	position: absolute;
	cursor: move;
	height: 17px;
	width: 181px;
	top: 0;
	background: url(../images/handle.gif) no-repeat;
	z-index: 100;
}

.slider span {
	color: #fff;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 1px;
}

.slider .slider-lbl1 {
	left: 50px;
}

/*.slider .slider-lbl2 {
	left: 107px;
}*/

.slider .slider-lbl3 {
	left: 240px;
}

.slider .slider-lbl4 {
	left: 430px;
}

/*.slider .slider-lbl5 {
	left: 455px;
}*/

.no-image {
	width: 425px;
	margin-left: auto;
	margin-right: auto;
	}