
/* ----------------IMAGE SLIDER------------- */
#outer {  
	width:960px;
	margin:0px auto; 
	background:#FFF; 
	display:block; 
	position:relative; 
	padding:0px 0px 0px 0px;
	border-bottom:0px #000000 solid;
}
/* create custom forward-backward buttons for this container */
#outer .forward,
#outer .back{ 
	position:absolute; 
	cursor:pointer; 
	width:29px; 
	height:29px; 
	bottom:0px; 
	right:5px; 
	background:url(../images/slideitmoo_forward.png) no-repeat center;
	top: 70px;
}
#outer .back { 
	left:5px; 
	background:url(../images/slideitmoo_back.png) no-repeat center;  
}

/* the width is set to show the number of thumbnails that will be visible */
#inner{ 
	position:relative ; 
	overflow:hidden ; 
	width:960px ; /* set a display width to make the slider look good in case js is disabled */
	margin:0px auto 0px;
	padding:0px 0px 0px;
}
/* the thumbnails container; set a width on it so everything will be fine */
#items { 
	display:block; 
	position:relative;
	width: 300px;
}
/* single element design */
#items div.element { 
	display:block; 
	position:relative; 
	float:left; 
	margin:10px 10px 10px 0px; 
	font-size:25px; 
	width:300px;
	text-align:center; 
	color:#FFFFFF;
}
#items a { padding:0px; margin:0px 0px 0px; clear:both; display:block; background:#333333; padding:0px; }
#items a img{ border:none; }
