body { margin:0px; }



/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:200px; 
	margin:0px 0px 0px 0px; 
	background: Transparent; 
	display:block; 
	position:relative; 
	padding:10px;
	
}
/* 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:190px;/*Arrow level*/ 
	bottom:0px; 
	right:5px; 
	background: url(forward.png) no-repeat center;
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:5px; 
	background: url(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!important;
	width:140px; /* set a display width to make the slider look good in case js is disabled */
	height:auto;
	margin:0px auto 0px;
	padding:0px 0px 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display: block; 
	idth:140px;
	position:relative; 
	}
/* single element design */
#SlideItMoo_items .SlideItMoo_element {
	display:block;
	position:relative;
	overflow: hidden!important;
	float: left;
	margin:0px 0px 0px; /* Controls the width of the image to display */
	font-size:11px;
	display:inline!important;
	width:140px;
	text-align: left;
	color: #333333;
	height:80px;
		
}
#SlideItMoo_items a { padding:0px; margin:0px 0px 0px; clear:both; display:block; }
#SlideItMoo_items a img{ border:none; }

