/*	grid-generic rules for all templates */
img{
	border:0;
}

/*Global Styles */
a, a:link {
	text-decoration:none;
}

/* Ticker Styles */
#ticker {
	background: url(../images/01index/ticker/techPulseBG_.jpg) no-repeat 0 0;
	width:420px;
	height:4009px;
	padding:0;
	margin-top:0px;
	position:relative;
}
#ticker .feature {
	width:410px;
	float:left;
	padding:0;
	margin-right:5px;
}
/* Scroller Setup */
.tickerviewable {
	width: 415px; 
	height: 400px; 
	overflow: hidden; 
	position:relative; 
}
.tickerviewable .tickerscroll {
	position:absolute; 
	width: 10000px;
}
.ynsnip {
	float:left; 
	position:relative; 
} 

/* Opera Scroll Bar Hack */
@media all and (min-width: 0px){
	#ynscrollviewable {
		
	} 
}

#ynscroll div div.feature {
	float:left !important;
}  
/* ticker control  */
.tickerControls {
	width:400px;
	position:absolute;
	top:395px;
	left:3px;
	padding:0;
	margin:0;
}
.dots { text-align:center; margin-top: 12px; height:20px; display:block; }
.dots a { width: 8px; height:10px; display:inline; padding: 0px 2px; margin:0 1px; *margin-right: 1px; }
.dots a strong { display:none; }
.dots a.on { background: transparent url(../images/01index/ticker/indicator_on.gif) no-repeat;  }
.dots a.off { background: transparent  url(../images/01index/ticker/indicator_off.gif) no-repeat;  }
.dots a:hover {text-decoration:none;}
.fscleft {float: left; margin:0 0 5px 0; }
.fscleft a {  display:block; width: 29px; height: 24px; }
.fscleft a.buttonOn { background: transparent url(../images/01index/ticker/leftarrow.png) no-repeat; }
.fscleft a:hover { cursor:pointer;  background: transparent url(../images/01index/ticker/leftarrow_over.png) no-repeat;}
.fscleft a strong { display:none; }
.fscright { float: right; margin:0 0 5px 0; }
.fscright a { display:block; width: 29px; height: 24px; }
.fscright a.buttonOn { background: transparent url(../images/01index/ticker/rightarrow.png) no-repeat;  }
.fscright a:hover { cursor:pointer;  background: url(../images/01index/ticker/rightarrow_over.png) no-repeat;}
.fscright a strong { display:none; }
.fscleft a.buttonOff, .fscleft a:hover.buttonOff {cursor:default;background:transparent url(../images/01index/ticker/leftarrow_disabled.png) no-repeat;} 
.fscright a.buttonOff,  .fscright a:hover.buttonOff {cursor:default; background:transparent url(../images/01index/ticker/rightarrow_disabled.png) no-repeat;}
/* End */

#ticker h3 {color:#6d9021; font-size:130%; line-height:120%; font-weight:normal; margin:5px 0 10px 9px;}
#ticker h3 span {color:#656565;font-size:85%;}
#ticker h3 a {margin-left:55px;font-size:73%;}

