/*
    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: 530px; 
  height: 200px; 
  position: relative; 
  margin: 0 ; 
  padding:0; 
  margin-right:32px;
  _margin-right:16px;  
  padding-top:10px;
  float:right; 
  
}
.anythingSlider .wrapper{
  width: 530px; 
  overflow: hidden; 
  height: 160px; 
  margin: 0; 
  position: absolute; 
  top: 10;   
  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;
  -moz-padding-start:0;
}
.anythingSlider ul li{ 
  display: block; 
  float: left; 
  padding: 0; 
  height: 150px; 
  width: 530px; 
  margin: 0;
  padding:0;  
  -moz-padding-start: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{ 
   
}
#thumbNav{ 
  position: relative; 
  top: 155px; 
  text-align: center; 
  display:none;
}
#thumbNav a{ 
  color: black; 
  font: 11px/18px; Georgia, Serif; 
  display: inline-block; 
  padding: 2px 8px; 
  height: 18px; 
  margin: 0 5px 0 0; 
  background: #c58b04 url(../images/cellshade.png) repeat-x; 
  text-align: center; 
  -moz-border-radius-bottomleft: 5px; 
  -moz-border-radius-bottomright: 5px; 
  -webkit-border-bottom-right-radius: 5px; 
  -webkit-border-bottom-left-radius: 5px; 
}

#thumbNav a:hover{ background-image: none; }
#thumbNav a.cur{ background: #e0a213; }

#start-stop{ 
  background: url(slider/play.png) no-repeat 0 0; 
  color: white; 
  padding: 0; 
  width: 16px; 
  text-align: center; 
  position: absolute; 
  left: 75px; 
  top: 1px; 
  display:none;
  -moz-border-radius-bottomleft: 5px; 
  -moz-border-radius-bottomright: 5px; 
  -webkit-border-bottom-right-radius: 5px; 
  -webkit-border-bottom-left-radius: 5px;
}
#start-stop.playing{
	display:none;
  background: url(slider/pause.png) no-repeat 0 0;
}
#start-stop: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-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;  
}