@charset "utf-8";
/* CSS Document */
.border {
	border: solid #fff 10px;
}
.galleryMain {
	overflow: hidden;
	margin: 0px auto 0px auto;
}

.sliderGallery {
	overflow: hidden;
	position: relative;
	margin: 0px auto 300px auto;
	height: 100px;
	width: 400px;
	top: 40px;
}
.sliderGallery UL {
    position: absolute;
    list-style: none;
    overflow: none;
    white-space: nowrap;
    padding: 0;
    margin-top: 15px;
}

.sliderGallery UL LI {
    display: inline;
}
.sliderGallery UL LI img {
	height: 75px;
	width: 75px;
	margin-right:20px;
	cursor: pointer;
}

.slider {
	background-image: url(../img/scroll-bg.jpg);
	background-repeat: repeat-x;
	height:11px;
	width: 400px;
	position:relative;
	margin-left: 5px;
	margin-top: 0px;
}
.handle {
    position: absolute;
    cursor: move;
    top: 0;
    z-index: 100;
    /* bespoke to your own solution */
    height: 11px;
    width: 20px;
	background-image: url(../img/scrollhandle.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#description {
	margin: 10px auto 0px auto;
	font-size: 12px;
}
#description2 {
	font-size: 12px;
	margin: 0px auto 5px auto;
}
#prevnext a {
	color: #fff;
}

#prevnext {
	margin: 75px auto 5px auto;

}

#prev {
	margin-right: 150px;
}
