/* ----------------IMAGE SLIDER------------- */
#SlideItMoo_outer {
	width:834px;
	margin:0px;
    margin-left: 40px;
    margin-right : 30px;
	background:#ffffff;
	display:block;
	position:relative;
	padding:0px;

}
/* create custom forward-backward buttons for this container */

 #SlideItMoo_nav {
   margin-left : -30px;
   float : left;
   height:50px;
   padding-top: 0px;
   width : 85px;
   background: #ffffff;
}
#SlideItMoo_title {

background:url(../images/site/title.jpg) no-repeat center;
height : 20px;
width : 75px;
padding-top : 20px;
}
#SlideItMoo_outer .SlideItMoo_forward{
 float: left;
	cursor:pointer;
	width:39px;
	height:60px;
	background:url(../images/site/slideitmoo_forward.png) no-repeat center;
     padding : 0px;
     margin-top : -25px;
}

#SlideItMoo_outer .SlideItMoo_back{
  float: left;
	cursor:pointer;
	width:39px;
	height:60px;
	background:url(../images/site/slideitmoo_back.png) no-repeat center;
     padding : 0px;
     margin-top : -25px;
}


/* the width is set to show the number of thumbnails that will be visible */
#SlideItMoo_inner{
	position:relative ;
	overflow:hidden ;
	width:594px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px;
	padding:0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#SlideItMoo_items {
	display:block;
	position:relative;
    width: 179px;
}
/* single element design */
#SlideItMoo_items div.SlideItMoo_element {
	display:block;
	position:relative;
	float:left;
	margin:0px 0px 0px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}
#SlideItMoo_items a { padding:0px; margin:0px 0px 0px; clear:both; display:block; background:#ffffff; padding:0px; }
#SlideItMoo_items a img{ border:none; }