.acquisitionsContainer{ 
	display:block; 
	position:relative; 
	clear:both; 
	width:900px; 
	margin:0px auto; 
	font-size:14px; }

/* ----------------IMAGE SLIDER------------- */

#SlideItMoo_outer {  
	width:696px !important; 
	height: 140px;
	margin:10px 0; 
	background:#e7e7e7 ; 
	display:block; 
	position:relative; 
	padding-top:10px;
	border-bottom:none; }

/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back { 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:140px; 
	bottom:0; 
	right:5px; 
	background:url(/art/images/forward.jpg) no-repeat center; }

#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background:url(/art/images/back.jpg) no-repeat center; }

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:560px !important; /* set a display width to make the slider look good in case js is disabled */
	height:130px !important; /* set a display width to make the slider look good in case js is disabled */
	margin:0 auto 0;
	padding:0; }

/* 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; 
	margin:0; 
	margin-right: 20px;
	font-size:11px; 
	text-align:center; 
	color:#FFFFFF; }

/* added to push short thumbnails to bottom */
div.SlideItMoo_tablearea {  
    height: 130px;  
    width: 96px; 
    vertical-align: bottom;
    display: table-cell; }

#SlideItMoo_items a {
	padding:0; 
	margin:0; 
	clear:both; }

#SlideItMoo_items a img { 
	border:none;
	max-width: 96px;
	max-height: 130px; }