@charset "utf-8";
/* CSS Document */

#wrapper{ 
width: 585px; 
height: 406px;
border: 5px solid #000; 
margin-bottom: 8px; 
overflow: hidden;
margin:0px;
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;  
border-radius: 10px; 
} 
 
#slider { 
margin: 0 auto; 
position: relative; 
} 
 
.scroll { 
width: 100%; 
overflow: auto; 
overflow-x: hidden; 
position: relative; 
background: #f5f5f5; 
} 
 

.scrollContainer { 
width: 3000px;
float: left;
position: relative;

}


.scrollContainer div.panel {    
  width: 593px; 
  float: left;
}

.transcontent {
  background: #333333;
  float: left;
  margin: 0px;
  padding: 0px;
  height: 320px;
  width: 100%;
  overflow: hidden; 
  position: relative;
  display: inline;
}

.transcontent span {
  display: block;
  padding: 0px;
  height: 160px;
  margin: 0 -1px 0 -1px;
  background : #333333;
  position: relative;
}

.entry-content p {
position: relative;
}

.featured_media {
  width: 593px;
  height: 320px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  float: left;

}
.featured_text {
  width: 563px;
  height: 79px;
  padding: 0px 15px 15px 15px;
  margin: 0px;
  float: left;
  position: absolute; top: 225px;
  white-space: normal;
  border-bottom: solid 1px #000;
  background: url('images/topstories-background.png');    
}

.featured_text p {
  color: #ddd;
}

.featured_text a:link {
  color: #00b1e3;
}

.featured_text a:visited {
  color: #00b1e3;
}

.featured_text a:hover {
  color: #ccc;
}

.entry-title {
  font-family: Georgia, Palatino, sans-serif;
  font-size: 13pt;
  color: #00b1e3;
  line-height: 1em;
  font-weight: bold;
  text-decoration: none;
  margin: 15px 0 0 0;
}

 
#shade { 
background: #000;
height: 83px; 
border-top: solid #666 3px;
} 
 
#shade.tall-shade { 
background: #000; 
height: 120px; 
border-top: 1px solid #333; 
} 
 
ul.navigation { 
list-style: none;
margin: 0 0 0 30px; 
padding: 0; 
position: relative;
} 


ul.navigation li { 
display: inline; 
padding: 0;
margin: 0;
float: left; 

} 
 
ul.navigation a { 
float: left;
border-top: 1px solid #000;
  
} 
 
ul.navigation a:hover { 
background: #999; 
float: left;
} 
 
ul.navigation a.selected {  

} 
 
ul.navigation a:focus { 
outline: none; 
} 
 
.scrollButtons { 
position: absolute; 
top: 130px; 
cursor: pointer; 
} 
 
.scrollButtons.left { 
visibility: hidden; 
} 
 
.scrollButtons.right { 
visibility: hidden; 
} 
 
 
li.scroller-thumb a.selected {
padding: 4px 4px 5px 4px; 
background: #666;
border: solid 1px #000;
border-top: none;
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
} 

li.scroller-thumb a.selected img{
 border: solid 1px #000;
}

.frame {
  border: none;
 width: 650px;
}

.featured-thumbnail {
 width: 129px;
}