body {
	font-family:Helvetica, Arial;
}
.container{
	display:block;
	position:absolute;
	width:600px;
	font-size:14px;
	margin-top: 0px;
	z-index: 3;
	margin-left: 0px;
	clear: both;
	float: left;
}
a.lg{ color:#D3D3D3; text-decoration:none; font-size:37px; line-height:133px; }

.container h1 { font-size:35px; color:#000000; font-weight:normal; padding:15px 0px; margin:0px; }
.container h2 { font-size:24px; color:#333333; font-weight:normal; padding:0px; margin:0px; }
.container p { text-align:justify; padding:10px; margin:0px; }
.container p ol, #container p ul { margin:0px auto 0px; }
.container p.notes { color:#999999; font-size:10px; }



/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
	width:510px;
	display:block;
	position:relative;
	border-bottom:5px #000000 solid;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background: rgba(255,255,255,0.4);
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{
	display:block;
	position:absolute;
	cursor:pointer;
	width:25px;
	right:5px;
	background-image: url(../images/forward.png);
	background-repeat: no-repeat;
	background-position: center;
	bottom: 0px;
	height: 300px;
	z-index: 3;
}
#SlideItMoo_outer .SlideItMoo_back {
	left:5px;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* 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:10px 0px 10px;
}
/* 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;
	font-size:12px;
	width:128px;
	text-align:center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#SlideItMoo_items a {
	padding:0px;
	margin:3px 0px 3px;
	clear:both;
	display:block;
	padding:2px;
}
#SlideItMoo_items a img{ border:none; }
