/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
	width:240px;
	display:block;
	position:relative;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{
	display:block;
	position:absolute;
	cursor:pointer;
	width:20px;
	height:20px;
	bottom:15px;
	right:150px;
	background:url(pics/slideitmoo_forward.png) no-repeat center;
}
#SlideItMoo_outer .SlideItMoo_back {
	left:45px;
	background:url(pics/slideitmoo_back.png) no-repeat center;
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{
	position:relative;
	overflow:hidden;
	width:240px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items {
	display:block;
	position:relative;
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element {
	display:block;
	position:relative;
	float:left;
	width:240px;
	text-align:right;
}
#SlideItMoo_items a {
	clear:both;
	display:inline;
}

