/* apply the gallery design - links slider */
#gallery_container {
	margin:0px auto 0px;
	background:#333333;
	padding:18px 0px 0px 0px;
	display:block;
	position:relative;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container {
	position:relative;
	overflow:hidden;
	margin:0px auto 0px;
	width: 710px;
}
/* the thumbnails container */
#thumbs {
	white-space: nowrap;
	display:block;
	position:relative;
}
#thumbs a {
	padding:0px;
	margin:0px;
	position:relative;
}
#thumbs a img {
	border:3px solid #fff;
	width:99px;
	height:116px;
}

/* the forward and backward buttons */
.addfwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:158px;
	top:0px;
	right:0px;
	background:url(../images/slider/gallery_fwd.jpg) no-repeat;
}
.addbkwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:158px;
	top:0px;
	left:0px;
	background:url(../images/slider/gallery_back.jpg) no-repeat;
}
