/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
	display:block;
	width: 250px;
	margin: 0px;
	position: absolute;
}
/* create custom forward-backward buttons for this container */
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{
	display:block;
	cursor:pointer;
	width:25px;
	bottom:0px;
	right:55px;
	height: 35px;
	position: absolute;
	background-image: url(../Images/shared/slideitmoo_forward.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#SlideItMoo_outer .SlideItMoo_back {
	left:5px;
	background-image: url(../Images/shared/slideitmoo_back.gif);
	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; /* set a display width to make the slider look good in case js is disabled */
	margin:0px;
	padding:0px;
	width: 250px;
	background-color: #3399CC;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items {
	display:block;
	position:relative;
	width: 250px;
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element {
	display:block;
	position:relative;
	float:left;
	width:250px;
	color:#FFFFFF;
}
#SlideItMoo_items p {
	text-align: left;
}
#SlideItMoo_items a {
	clear:both;
	display:block;
	padding:2px;
	background-color: #3399CC;
}
#SlideItMoo_items a img{
	border:none;
	height: 180px;
	width: 240px;
	padding: 3px;
}