/* apply the gallery design - links slider */
#gallery_container {
	width:310px;
	height:230px;
	margin:0px auto 5px;
	display:block;
	position:relative;
}

/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{
	position:relative;
	overflow:hidden;
	width:275px;
	height:230px;
	margin:0px auto 0px;
}

/* the thumbnails container */
#thumbs {
	white-space:nowrap;
	height:230px;
	width:275px;
	display:block;
	position:relative;
}

#thumbs a { padding-right:0px; margin:0px; text-decoration:none; }
#thumbs a img{ border:3px #ecdec3 solid; }



/* the forward and backward buttons */
.addfwd { 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:17px; 
	height:18px; 
	top:100px; 
	right:0px; 
	background:url(/images/gallery1.gif) top no-repeat;  
}
.addfwd:hover {
	background:url(/images/gallery2a.gif) top no-repeat;  
}

.addbkwd { 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:17px; 
	height:18px; 
	top:100px; 
	left:0px; 
	background:url(../images/gallery1.gif) top no-repeat;  
}
.addbkwd:hover {
	background:url(../images/gallery2a.gif) top no-repeat;  
}
/* thumbnail slider end */
