/*********************************************************/

#SlideItMoo_outer {  
	width: 739px; height: 219px; 
	display: block; 
	position: relative; 
}
#SlideItMoo_outer .SlideItMoo_forward,
#SlideItMoo_outer .SlideItMoo_back{ 
	display: block; 
	position: absolute; 
	cursor: pointer; 
	width: 35px; 
	height: 219px; 
	top: 0px; right: 0px; 
	background: url('../images/right.gif') no-repeat center center;  
}
#SlideItMoo_outer .SlideItMoo_back { 
	left: 0px; 
	background: url('../images/left.gif') no-repeat center center;  
}
#SlideItMoo_inner{ 
	position: relative; 
	overflow: hidden; 
	width: 669px;  height: 219px;
	margin-left: 35px;
	background-color: #10347b;
}
#SlideItMoo_items { 
	display: block; 
	position: relative; 
	width: 669px; height: 180px;
	border-top: 1px solid #122947;
}
#SlideItMoo_items div.SlideItMoo_element { 
	display: block;
	position: relative;
	float: left;
	width: 222px;
	text-align: center;
	border-right: 1px solid #ffffff;
	background-color: #ffffff;
}
#SlideItMoo_items a img{ border: 0px; }
#title { width: 673px;  height: 36px;
    border-bottom: 1px solid #122947;
}
#title p { font: 14px Arial;
    color: #669df7; /*3c73cc;*/
    margin: 10px;
    text-align: center;
}