/*
body {font:80%/150% verdana,sans-serif; color:#006; margin:0}

h1 {font:200% georgia,serif; color:#009; margin-top:20px}
*/

/* position:relative for IE6/7 and overflow:hidden are required */
/*#scroller {position:relative; overflow:hidden; width:100%; border:1px solid #657}*/
/* 17 margin below for IE6 */
#scroller {position: relative; margin: 0 0 -17px 0; padding: 0; overflow:hidden; 
/*width:470px;*/
float: right; 
height: 17px;}

.scrollerLarge {
    width: 470px;
}
.scrollerSmall {
  width: 440px;
  
  /*  position: absolute;
    width: 430px;
    top: 250px;
    background-color: #38331D;*/
}
/*
#scrollerSmall {
position: absolute; margin: 0 0 -17px 0; padding: 0; 
overflow:hidden; width:270px;  height: 17px;
background: #38331D url(../images/newsticker_background.png) no-repeat top right;
    top: 375px;
    left: 250px;
}
*/
/* display:none prevents the controls being shown when JavaScript is not present */
/* visibility AND margin to ensure buttons hidden in all browsers */
/* margin-right: -1px; */
#controls {visibility: hidden; display:none; text-align:right; float: right;}

/* add link formatting for the controls */
/*
#controls a {text-decoration: none; color: #fff;}
*/


/* add formatting for the scrolling text */
/*#tag {margin:2px 0; font: bold 15pt arial; color: #fff;}*/
#tag {margin: 0; font: italic bold 11pt arial; color: #fff; text-transform: uppercase;}

/* #testP must also contain all text-sizing properties of #tag */
/*
#testP {visibility:hidden; position:absolute; white-space:nowrap;}
*/

/* used as a page top marker and to limit width */
#top {width:350px; margin:auto}