#header{ display:block; position:relative; clear:both; background:#000000; height:133px; margin:0px; }
a.lg{ color:#D3D3D3; text-decoration:none; font-size:37px; line-height:133px; }



/* ----------------IMAGE SLIDER------------- */
#slider_home_out {  
	width:530px;
	display:block; 
	position:relative;
}
/* create custom forward-backward buttons for this container */
#slider_home_out .SlideItMoo_forward,
#slider_home_out .SlideItMoo_back{ 
	display:block; 
	position:absolute;
	cursor:pointer;
	width:25px; 
	height:260px; 
	bottom:0px; 
	right:5px;
	margin-right:15px;
	background:url(../images/global_site/slideshow_home/slideitmoo_forward.png) no-repeat center;  
	z-index:9999999;
}
#slider_home_out .SlideItMoo_back { 
	left:5px;
	margin-left:15px;
	background:url(../images/global_site/slideshow_home/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#slider_home_in{ 
	position:relative ; 
	overflow:hidden ; 
	width:530px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#slider_home_items { 
	display:block; 
	position:relative; 
}
/* single element design */
#slider_home_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:0px; 
	font-size:11px; 
	width:530px; 
	text-align:center; 
	color:#FFFFFF;
}
#slider_home_items a { padding:0px; clear:both; display:block; }
#slider_home_items a img{ border:none; }
