/* container for slides */
.newsticker {
	/*background:#fff url(../../images/newsticker/h500.png) repeat-x;*/
	position:relative;
	height:500px;
	width:174px;
	float:left;	
	margin:4px 0 0 0;
	cursor:pointer;
	}

/* single slide */
.newsticker div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0px;
	padding:0px 0px 0px 0px;
	height:256px;
	}

.newsticker {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#000;
	}

.newsticker div a {
	color:#f60;
	}

.newsticker div a:hover {
	text-decoration:underline;
	}

/* header */
.newsticker h3 {
	font-size:14px;
	font-weight:normal;
	line-height:120%;
	margin:0 0 10px 0;
	color:#1C36A4;
	}

/* tabs (those little circles below slides) */
.newstabs {
	clear:both;
	width:174px;
	height:20px;
	margin:20px auto 0 auto;
	}

/* single tab */
.newstabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../../images/newsticker/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
	}

/* mouseover state */
.newstabs a:hover {
	background-position:0 -8px;      
	}

/* active state (current page state) */
.newstabs a.current {
	background-position:0 -16px;     
	} 	

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
	}
