/* ----------------IMAGE SLIDER 1------------- */
#SlideItMoo_outer1 {  
	width:560px; 
	background:transparent ; 
	display:block; 
	position:relative; 
	padding:0 0 0 0;
	margin: 10px 0 0 10px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer1 .SlideItMoo_forward,
#SlideItMoo_outer1 .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:20px; 
	height:200px; 
	top:-40px; 
	right:5px; 
	background:url(../images/arrow_forward.gif) no-repeat center;  
}
#SlideItMoo_outer1 .SlideItMoo_back { 
	left:5px; 
	background:url(../images/arrow_back.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner1{ 
	position:relative ; 
	overflow:hidden ; 
	width:500px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items1 { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items1 div.SlideItMoo_element1 { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0 4px 0 0; 
	font-size:11px; 
	width:160px; 
	text-align:center; 
	color:#007581;
	background: #fff;
}
#SlideItMoo_items1 a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#000; padding:0; }
#SlideItMoo_items1 a img{ border:none; }


/* ----------------IMAGE SLIDER 2------------- */
#SlideItMoo_outer2 {  
	width:560px; 
	background:transparent ; 
	display:block; 
	position:relative; 
	padding:0 0 0 0;
	margin: 10px 0 0 10px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer2 .SlideItMoo_forward,
#SlideItMoo_outer2 .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:20px; 
	height:200px; 
	top:-40px; 
	right:5px; 
	background:url(../images/arrow_forward.gif) no-repeat center;  
}
#SlideItMoo_outer2 .SlideItMoo_back { 
	left:5px; 
	background:url(../images/arrow_back.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner2{ 
	position:relative ; 
	overflow:hidden ; 
	width:500px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:10px 0px 10px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items2 { 
	display:block; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items2 div.SlideItMoo_element2 { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0 4px 0 0; 
	font-size:11px; 
	width:160px; 
	text-align:center; 
	color:#007581;
	background: #fff;
}
#SlideItMoo_items2 a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#000; padding:0; }
#SlideItMoo_items2 a img{ border:none; }
