.horSlider{
	clear:both;
	width:100%;
}
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 202px;
    height: 108px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}



/* SKIN */

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 841px;
    padding: 20px 40px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  841px;
    height: 108px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 202px;
    height: 108px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat 0 0;
}





/* Listen */
.newsTickerHolder {
	margin:0;
	padding:0;
	width:921px;
	height:35px;
	overflow:hidden;
	background:url(../images/newsBg.jpg) no-repeat top left;
}
.newsTickerHolder h3{
	float:left;
	margin-left:27px;
	color:#333;
	height:28px;
	overflow:hidden;
	font:bold 12px/28px Arial, Helvetica, sans-serif;
}
#news {
	width:740px;
	float:left;
	margin-left:13px;
}
#news li{
	list-style:none;
	height:28px;
	/*  font-weight:bold;  */

}
#news a{
	font:normal 12px/normal Arial, Helvetica, sans-serif;
	color:#333;
	display:block;
	/* font-weight:bold;  */
	text-decoration:none;
	line-height:28px;
	padding:0 0 0 5px;
}
.prev
{
    width:12px;
    height:12px;
    float:right;
    overflow:hidden;
    margin-right:8px;
    margin-top:10px;
}
.next
{
    width:12px;
    height:12px;
    float:right;
    overflow:hidden;
    margin-right:3px;
    margin-top:10px;
}
.prev a, .next a
{
    display:block;
    height:12px;
    width:12px;
    overflow:hidden;
    text-indent:-9999px;
    background:url(../images/tri-rt.gif) no-repeat center center;
}
.next a
{
    background:url(../images/tri-lft.gif) no-repeat center center;
}
.cls{
	clear:both;
	width:100%;
}


/* STOCK */

/* Listen */
.stockTickerHolder {
	margin:0 0 0 0;
	padding:0;
	width:220px;
	height:26px;
	float:right;
	overflow:hidden;
	/* background:url(../images/stockBg.jpg) no-repeat top left;*/
	background:white;
}
.stockTickerHolder h3{
	float:left;
	margin-left:18px;
	color:#002A66;
	height:26px;
	overflow:hidden;
	font:bold 11px/28px Arial, Helvetica, sans-serif;
}
#stockTicker {
	float:left;
}
#stockTicker li{
	list-style:none;
	height:26px;

}
#stockTicker a{
	font:bold 11px/normal Arial, Helvetica, sans-serif;
	color:#002A66;
	display:block;
	text-decoration:none;
	line-height:26px;
	padding:0 0 0 5px;
}
