
/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:640px; 
	background:#333333 ; 
	display:block; 
	position:relative; 
}

#products {  
	width:640px; 
	display:block; 
	position:relative; 
}


/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back,
#products_slider .SlideItMoo_forward,
#products_slider .SlideItMoo_back
{ 
	display:block; 
	cursor:pointer; 
}
#SlideItMoo_outer .SlideItMoo_back { 
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner, #products_content{ 
	position:relative ; 
	overflow:hidden ; 
	width:566px ; /* set a display width to make the slider look good in case js is disabled */
}



/* the thumbnails container; set a width on it so everything will be fine */
#products { 
	display:block; 
	position:relative; 
	width:560px;
	height:230px;
	margin-top:10px;
}

#popular_shops { 
	display:block; 
	position:relative; 
	width:560px;
	height:160px;
	margin-top:10px;
}
/* single element design */
#popular_shops div.SlideItMoo_element, #products div.product { 
	display:block; 
	position:relative; 
	float:left; 
	font-size:11px; 
	text-align:center;
}
#popular_shops a, #products a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#333333; padding:2px; }
#popular_shops a img, #products a img{ border:none; }
