/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
.anythingSlider{ 
  width: 600px; 
  height: 130px; 
  position: relative; 
  margin: 0 ; 
  padding:0; 
  margin-right:80px;    
  padding-top:10px;
  float:right; 
  
}
.anythingSlider .wrapper{
  width: 650px; 
  overflow: hidden; 
  height: 120px; 
  margin: 0; 
  position: absolute; 
  top: 10px;   
  left: 0; 
  padding:0;
  
}
.anythingSlider .wrapper ul{ 
  width: 9999px; 
  list-style: none; 
  position: absolute; 
  top: 0; 
  left: 0; 
  direction:rtl;
  border:none;
  margin: 0; 
  padding:0;
  overflow:hidden;
   margin-top:20px;  
}
.anythingSlider ul li{ 
  display: block; 
  float: left; 
  padding: 0; 
  height: 150px; 
  width: 650px; 
  margin: 0;
  padding:0;      
}
.anythingSlider .arrow{ 
  display: block; 
  height: 12px; 
  width: 12px; 
  text-indent: -9999px; 
  position: absolute; 
  top: 65px; 
  cursor: pointer; 
}
.anythingSlider .forward{ 
  background: url(slider/next.gif) no-repeat 0 0;  
  left: 330px; 
  top:5px;
}
.anythingSlider .back{ 
  background: url(slider/prev.gif) no-repeat 0 0;
  left: 313px;
  top:5px; 
}
.anythingSlider .forward:hover{ 
  
}
.anythingSlider .back:hover{ 
   
}
/*
  Prevents
*/
.anythingSlider .wrapper ul ul{ 
  position: static; 
  margin: 0; 
  background: none; 
  overflow: visible; 
  width: auto; 
  border: 0; 
}
.anythingSlider .wrapper ul ul li{ 
  float: none; 
  height: auto; 
  width: auto; 
  background: none; 
}

.newsdesk_sticky_subject{
  font-size:15px;
  font-weight:bold;
  color:#38517A;
  padding:5px 10px;
  padding-bottom:10px; 
}
.newsdesk_sticky_viewed{
  font-family: tahoma;
  font-size:10px;
  padding:5px 10px; 
  color:#6585BD;  
}
.newsdesk_sticky_summery{
  font-size:11px;  
  color:#333333;
  padding-bottom:5px;  
}
.newsdesk_sticky_url a{
  font-size:11px;  
  color:#024aa4;
  text-decoration:underline;
}
.newsdesk_sticky_url a:hover{  
  color:#013678;  
}
.top_news{
  background-image:url(images/top_news.gif);
  background-position:top;
  background-repeat:no-repeat;
  height:196px;
}

#thumbNav{ 
  position: relative; 
  top: 155px; 
  text-align: center; 
  display:none;
}