body { margin:0px; font-family:Verdana, Arial, Helvetica, sans-serif;   }

#container { width:450px; margin:0px auto 0px;  padding:0px; font-size:12px; }



/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {  
	width:450px; 
	background:url(../images/fp_o.gif) no-repeat center;  
	
	display:block; 
	position:relative; 
	padding:0px 3px 0px;
	height:266px; 
	
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:49px; 
	height:230px; 
	bottom:0px; 
	right:-19px; 
	background:url(../images/a2.gif) no-repeat center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:-34px; 
	background:url(../images/a1.gif) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:450px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	/*padding:10px 0px 0px;*/
	
	height:230px; 
	
}
/* 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 3px 0px; 
	font-size:11px; 
	width:450px; 
	text-align:right; 
	color:#FFFFFF;
	right:35px; 
}
/*#SlideItMoo_items a { padding:0px; margin:3px 0px 3px; clear:both; display:block;  padding:2px; }
#SlideItMoo_items a img{ border:none; }*/


a.slide {
text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
a.slide:link {
text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
a.slide:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
a.slide:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #0059FF;
}
a.slide:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}

