/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
	/*width:100px;*/ display:block; position:relative; padding:3px; /*border:1px solid #eee;*/
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px
}
/* create custom forward-backward buttons for this container */
/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{
	position:relative; overflow:hidden; /*width:100px;*/ 
	margin:0 auto; padding:5px 0/*background:#eee*/
}
/* 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; font-size:11px; width:230px;
	text-align:center; color:#333; margin:0
}
#SlideItMoo_items a { padding:0; margin:0 auto; clear:both; display:block }
#SlideItMoo_items a img { padding:0 }

