/* CSS Document */
#polaris-news{
	height:83px;	
	border:1px solid #e6e6e6;
	max-width:926px;
	display:block;
	overflow:hidden;
	background: url('../images/polaris-news-background.gif') transparent repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	margin:20px auto 0px;
}

	#polaris-news > div{
		width:136px;
		display:block;
		overflow:hidden;
		float:left;		
		text-align:center;
	}
		#polaris-news > div > span{
			text-transform:uppercase;
			color:#cdcdcd;
			background: url('../images/polaris-arrows-gray-transparent.png') transparent no-repeat center right;
			padding:0px 22px 0px 0px;
			overflow:hidden;
			font-size:18px;
			line-height:83px;
			height:83px;
			text-align:right;
			display:table;
			margin:0px auto;
			font-weight:bold;	
		}	
		
	#polaris-news > ul{
		list-style-type:none;
		display:block;
		overflow:hidden;
		height:83px;	
		/*float:left;*/
		padding:0px;
		margin:0px;
		/*width:790px;*/
	}
	
		#polaris-news > ul > li{
			display:block;
			overflow:hidden;
			height:83px;	
			float:right;
			padding:0px;
			margin:0px;
			border-left:1px solid #c8c8c8;
			position:relative;
	/*		width:391px;*/
		}

			#polaris-news > ul > li > ul{
				padding:9px 0px 16px 13px;
				margin:0px 7px 0px 0px;				
				/*height:51px;	*/
				list-style-type:none;
				/*width:374px;*/
				display:block;
				overflow:hidden;
			}

				#polaris-news > ul > li > ul > li{
					padding:0px;
					margin-left: 10px;
width: 370px;
					float:left;
					height:17px;
					line-height:17px;	
					display:block;
					 overflow: hidden;
  -o-text-overflow: ellipsis; /* pour Opera 9 */
  text-overflow: ellipsis; 
				}
				
					#polaris-news > ul > li > ul > li > a{
						padding:0px;
						margin:0px;				
						font-size:10px;
						text-decoration:none;
						height:17px;
						line-height:17px;	
						
						color:#165b9d;
						white-space:nowrap;
						text-transform: uppercase;
					}
		.fade{
			background: url( '../images/polaris-news-background-fade.png' ) transparent no-repeat right top;
			width:109px;
			height:84px;
			display:block;
			position:absolute;
			top:0px;
			right:0px;
		}