/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
	width:750px;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{
	display:block;
	cursor:pointer;
	width:60px;
	height:100px;
	background:url(../images/slideitmoo_forward.png) no-repeat center;
	float: left;
	margin-top: 160px;
}
#SlideItMoo_outer .SlideItMoo_back { 
	left:20px; 
	background:url(../images/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{
	overflow:hidden;
	width:620px; /* set a display width to make the slider look good in case js is disabled */
	margin:0px;
	padding:0px;
	height: 340px;
	float: right;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items {
	display:block;
	position:relative;
	width: 600px;
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element { 
	display:block; 
	position:relative; 
	float:left; 
	font-size:11px; 
	width:600px; 
}
#SlideItMoo_items a img{ border:none; }

.hidden {
	overflow: hidden;
}

#announce{
	display:block;
	position:relative;
	clear:both;
	height:50px;
	background:#666666;
	width:880px;
	margin:0px auto;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}

#announce a.playing{
		display:block;
		position:absolute;
		left:420px;
		top:5px;
		width:40px;
		height:40px;
		background:url(../images/pause.png) center center;	
	}
	#announce a.paused{
		background:url(../images/play.png) center center;	
	}
