
#SlideItMoo_outer {
	width: 322px;
	height: 72px;
	margin: 10px auto 10px;
	background:url("./img/gallery_middle.jpg") repeat-x;
	padding: 9px 0px 0px;
	display: block;
	position: relative;
}

#SlideItMoo_inner{
	position: relative;
	overflow: hidden;
	width: 322px;
	height: 90px;
	margin: 0px auto 0px;
}

#SlideItMoo_items {
	white-space: nowrap;
	display: block;
	position: relative;
	overflow: hidden;
}

#thumbs a { padding:0px; margin:0px; width: 75px;}
#thumbs a img{ border:1px #FFF solid; width: 75px; }


.SlideItMoo_forward {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 43px;
	height: 72px;
	top: 0px;
	right: -20px;
	background: url("./img/gallery_fwd.jpg") no-repeat;
}

.SlideItMoo_back {
	display: block;
	position: absolute;
	cursor: pointer;
	width: 43px;
	height: 72px;
	top: 0px;
	left: -20px;
	background: url("./img/gallery_back.jpg") no-repeat;
}

/* the forward and backward buttons */
/*

.addbkwd { display:block; position:absolute; cursor:pointer; width:43px; height:72px; top:0px; left:-20px; background:url("./img/gallery_back.jpg") no-repeat;  }
*/
/* thumbnail slider end */

.SlideItMoo_element {
	display: block;
	position: relative;
	float: left;
}

.SlideItMoo_element img {
	border: 0;
	padding: 1px 1px 1px 1px;
}