/* thumbnail slider begin */

/* apply the gallery design - links slider */
#gallery_container {
	height:120px;
	margin:10px auto 10px;
	padding:6px 12px 0px 10px;
	display:block;
	position:relative;
}
/* the width is set to show the number of thumbnails that will be visible */
#thumb_container{
	position:relative;
	overflow:hidden;
	height: 145px;
	margin:0px auto 0px;
}
/* the thumbnails container */
#thumbs {
	white-space:nowrap;
	display:block;
	position:relative;
}
.mediathumb {
}
#thumbs img{
	width: 155px;
	height: 100px;
	margin-bottom: 5px;
}

/* the forward and backward buttons */
.addfwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:46px;
	height:53px;
	top:39px;
	right:-13px;
	background: url(../images/right-arrow.png) no-repeat;
}
.addbkwd {
	display:block;
	position:absolute;
	cursor:pointer;
	width:46px;
	height:53px;
	top:39px;
	left:-14px;
	background: url(../images/left-arrow.png) no-repeat;
}
/* thumbnail slider end */

.boxy-content {
	font-size: 80%;
}