/* ----------------IMAGE SLIDER------------- */
#gallery_container {
	clear:both;
	position:relative;
	left:20px;
	top:30px;
	width:540px;
	height:215px; /* Must define a height to expand bottom of gallery; see line 44 */
}

#SlideItMoo_outer {  
	/* margin:10px auto 10px; */
	background:#ffffff ; 
	display:inline; 
	position:relative; 
	padding:0px 10px 0px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:40px;
	height:40px; 
	top:50px;
	left:508px; 
	background:url(../images/design10/slideitmoo_forward0710.png) no-repeat center;
	background-color:#ffffff;  
}
#SlideItMoo_outer .SlideItMoo_back{ 
	display:block; 
	position:absolute; 
	cursor:pointer; 
	width:40px; 
	height:40px; 
	top:50px; 
	left:-10px;
	/* right:5px; */
	background:url(../images/design10/slideitmoo_back0710.png) no-repeat center;
	background-color:#ffffff;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:579px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	height: 200px; /* set this height to adjust for titles breaking to a third line */
	left: 5px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items { 
	display:block; 
	position:relative;
	width: 579px;
	height: 180px;
	right: 5px;
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	padding:0px 11px 0px; 
	font-size:11px; 
	width:135px; 
	text-align:center; 
}
#SlideItMoo_items a {margin:0px 0px 3px; clear:both; display:block; background:#ffffff; padding:2px;}
#SlideItMoo_items a img{ border:none; }
