/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {
	width:651px !important; 
	height:150px;
	display:block;
	position:relative;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{
	position:relative;
	overflow:hidden;
	width:588px !important;
	height:150px;
	margin:0px auto 0px;
}
/* the thumbnails container */
#thumbs {
	white-space:nowrap;
	display:block;
	position:relative;
}

#thumbs a { padding:0px; margin:0px; }
#thumbs a img{
	border:7px solid #e6dfbf;
	height: 130px;
	width: 130px;
		-webkit-box-shadow: 2px 2px 3px #555555;
	-moz-box-shadow: 2px 2px 3px #555555;
	box-shadow: 2px 2px 3px #555555;
}

/* the forward and backward buttons */
.addfwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:150px;
	top:0px;
	right:0px;
	background-image: url(../IMG/gallery_fwd.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.addbkwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:150px;
	top:0px;
	left:0px;
	background-image: url(../IMG/gallery_bwd.png);
	background-repeat: no-repeat;
	background-position: left center;
}
