#gallery_container {
	width:800px;
	height:140px;
	margin:0px auto 0px;
	padding:0px 0px 0px;
	display:block;
	position:relative;
	background-color: #EAEAEA;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{
	overflow:hidden;
	width:800px;
	height:120px;
	padding-top: 15px;
	margin: auto;
}
/* the thumbnails container */
#thumbs {
	white-space:nowrap;
	display:block;
}

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



#gallery_container2 {
	width:800px;
	height:140px;
	margin:0px auto 0px;
	padding:0px 0px 0px;
	display:block;
	position:relative;
	background-color: #EAEAEA;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container2{
	overflow:hidden;
	width:800px;
	height:120px;
	padding-top: 15px;
	margin: auto;
}
/* the thumbnails container */
#thumbs2 {
	white-space:nowrap;
	display:block;
}

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



#gallery_container3 {
	width:800px;
	height:140px;
	margin:0px auto 0px;
	padding:0px 0px 0px;
	display:block;
	position:relative;
	background-color: #EAEAEA;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container3{
	overflow:hidden;
	width:800px;
	height:120px;
	padding-top: 15px;
	margin: auto;
}
/* the thumbnails container */
#thumbs3 {
	white-space:nowrap;
	display:block;
}

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


/* the forward and backward buttons */
.addfwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:101px;
	top:0px;
	right:0px;
	background-image: url(../images/arrow-right.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}
.addbkwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	height:101px;
	top:0px;
	left:0px;
	background-image: url(../images/arrow-left.jpg);
	background-repeat: no-repeat;
}
/* thumbnail slider end */

