/*
nemTicker.css
Paul Graves Oct '08
Styles for the nemTicker widget
*/
/*EDITABLE STYLES - Edit tha styles below to change the widgets look and feel */
.nemTicker2
{
    height:165px;
    width:865px;
    overflow:hidden; 
	position: absolute;
	left:25px;
	white-space:nowrap;
	clip:rect(0,636,165,0);
}

.nemTicker2 .nemTickerContent{
	display:inline;
	white-space:nowrap;
	position:absolute; 
}

.nemTicker2 .nemTickerHolder{
	position:absolute; 
	top:6px;
	border-collapse:collapse;
}

.nemTicker2 .nemTickerContent a span
{
	height:110px;
	padding-top:89px;
	position:absolute;
	display: inline;
	background: transparent url(../../images/bg-promo-list-bg.png) no-repeat;
	margin: 0px;
}

.nemTicker2 .nemTickerContent span{
	width:140px;
	margin-right:5px;
	text-align: center;
}

.nemTicker2 .nemTickerContent a:hover span,.nemTicker2 .nemTickerContent span.active a span
{
	background: transparent url(../../images/bg-promo-list-hover-bg.png) no-repeat;
	font-weight: bold;
}

.nemTicker2 .nemTickerContent a:hover,.nemTicker2 .nemTickerContent span.active a {color:#000;}

.nemScrollRight,.nemScrollLeft {
	width:19px;
	height:110px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../../images/btn-previous01.gif) no-repeat;
}
.nemScrollRight{
	left:auto;
	right:4px;
	background:url(../../images/btn-next01.gif) no-repeat;
}
* html .promo .next {right:3px;}


/*END OF EDITABLE STYLES */

/* STATIC STYLES DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING */
.nemTicker2 .nemTickerContent div
{
    list-style-type:none;
    padding: 0px;
}

.nemScrollRight,.nemScrollLeft{
	display:inline;
	position:absolute;
	cursor:pointer;
	margin: 6px 4px 6px 4px;
}
/*END STATIC STYLES */

