/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:460px; 
	margin:10px auto 5px; 
	/*background:#333333 ;*/
	background-image: url(../images/header_bkg.png); 
	display:block; 
	position:relative; 
	padding:0px 10px 0px 0px;
	/*border-bottom:5px #000000 solid;*/
	border: 1px solid silver;
	height: 104px;
}
/* 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:104px;
	bottom:0px; 
	/*right:5px;*/ 
	/*background:url(../images/slideitmoo_forward.png) no-repeat center center;*/
	background:url(../images/weather_next.png) no-repeat center center;
}
#SlideItMoo_outer .SlideItMoo_back { 
	/*left:5px;*/
	left: -4px;
	/*background:url(../images/slideitmoo_back.png) no-repeat center;*/
	 background:url(../images/weather_prev.png) no-repeat center center;
}
#SlideItMoo_outer .SlideItMoo_forward { 
	right: -4px; 
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:474px ; /* set a display width to make the slider look good in case js is disabled */
	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; 
	position:relative; 
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px 30px 0px 30px !important;
	margin:0px 24px 0px 12px;
	font-size:11px; 
	width:80px;*
	height:80px;*
	text-align:center; 
	color:#FFFFFF;
}
#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block; /*background:#333333;*/ padding:2px; }
#SlideItMoo_items a img{ border:none; }