/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {
	width:480px;
	height:180px;
	padding:5px;
	display:block;
	position:relative;
	float: left;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{
	position:relative;
	overflow:hidden;
	width:450px;
	height:150px;
	margin:0px 0px 0px 10px;
}
/* the thumbnails container */
#thumbs {
	white-space:nowrap;
	display:block;
	position:relative;
}

#thumbs a {
	padding:0px;
	margin:0px;
}
#thumbs a img{ border:1px #333333 solid; }

/* the forward and backward buttons */
.addfwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:134px;
	top:10px;
	right:0px;
	background-image: url(../images/gallery_fwd.png);
	background-repeat: no-repeat;
}
.addbkwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:134px;
	top:10px;
	left:0px;
	background:url(../images/gallery_back.png) no-repeat;
}
