/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:800px; 
	margin:5px auto 5px; 
	background:#ffffff ; 
	display:block; 
	position:relative; 
	padding:5px auto 5px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:40px; 
	right:5px; 
	background:url(../images/slideitmoo_forward.png) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
display:block; 
	position:absolute; 
	cursor:pointer; 
	width:25px; 
	height:200px; 
	bottom:40px; 
	left:5px; 
	background:url(../images/slideitmoo_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 ; 
	width:800px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:5px 0px 5px;
}
/* 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:0px 20px 0px 20px;
	font-size:8px; 
	width:200px; 
	height:200px;
	text-align:center; 
	color:#000000;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; background:#ffffff; padding:2px; }
#SlideItMoo_items a img{ border:none; }



/* -------------------INFO BANNERS-------------------- */
#SlideItMoo_info_outer { 
	display:block; 
	width:1024px; 
	height:212px; 
}
#SlideItMoo_info_inner { 
	overflow:hidden ; 
	width:1024px ; 
	height:212px ; 
}
#SlideItMoo_info_items { 
	display:block; 
}

#SlideItMoo_info_items .info_item{
	display:block; 
	width:1024px;
	height:212px;
	float:left;
}

#SlideItMoo_info_items .info_item a img{
	border:none;
}

#SlideItMoo_info_items .info_item img {
	float:left;	
}

#SlideItMoo_info_items .info_item h1{
	background:none;
	color:#006699;
	text-align:right;
}