@charset "utf-8";
/* CSS Document */	
/******************************
   Misc
******************************/	
.home h2 { color:#333333; font-family:Arial, Helvetica, sans-serif; font-size:14px; }

/******************************
   Green Buttons
******************************/			
.main .right a.trial-account { background:url('../images/home/button-trial-account-off.gif'); }	
	.main .right a.trial-account:hover { background:url('../images/home/button-trial-account-on.gif'); }									
.main .right a.online-demo { background:url('../images/home/button-online-demo-off.gif'); }	
	.main .right a.online-demo:hover { background:url('../images/home/button-online-demo-on.gif'); }							
		
/******************************
   Bottom Panel
******************************/					
.bottom-panel { overflow:hidden; height:222px; }				
	.bottom-panel .left-image-cycler { float:left; width:189px; }
	.bottom-panel .tracking-features { float:right; width:541px; height:209px; padding:6px; margin:0 8px 0 0; background:url('../images/home/bg-tracking-features.gif'); }									
		.bottom-panel .tracking-features h3 { margin:0 0 0 12px; color:#336699; }
		.bottom-panel .tracking-features .scroller { position: relative; overflow:hidden; width:450px; } 	
			.bottom-panel .tracking-features .scroller button.prev { float:left; display:block; width:28px; height:28px; margin:61px 0 0; background:url('../images/home/button-prev.gif'); text-indent:-1000em; border:0; cursor:pointer; outline:none; }
			.bottom-panel .tracking-features .scroller button.next { float:right; display:block; width:28px; height:28px; margin:61px 0 0 ; background:url('../images/home/button-next.gif'); text-indent:-1000em; border:0; cursor:pointer; outline:none; }			
		.bottom-panel .right-image-cycler { float:right; width:189px; }		
		
	.scroller { width: 540px !important; margin:12px 0 0; }
.scroller .prev { position: absolute; left: 0; top:0; }
.scroller .next { position: absolute; right: 0; top: 0; }
.scroller .mycarousel { margin-left: 40px; }
.scroller ul li { margin:0 8px; }									

