/* CSS Document */

.titles-featured a:link, .titles-featured a:hover, .titles-featured, .titles-featured a:visited {
font-size: 15px;

margin-bottom: 5px;
margin-top: 5px;
color: #3a4a55;
}

.featured-inside {
width: 678px;
padding: 13px;
margin-top: 109px;
background-image: url(featured-bg.png);
overflow: hidden;
height: 105px;
}

.next-button {
display: none;
position: absolute;
}

.prev-button {
display: none;
position: absolute;
}

#sections {
overflow:hidden;
width: 723px;
height: 260px;
margin: 0px;
float: left;
margin-bottom: 13px;
}

#sections ul {
height: 240px;
margin: 0px;
list-style-image: none;
list-style-type: none;
padding: 0px;
width: 4000px;

}

#sections ul li {
height: 240px;
width: 704px;
border: 10px solid #7aafd4;
margin: 0px;
padding: 0px;
float: left;
}

.prev {
display: block;
width: 42px;
height: 98px;
cursor: pointer;
background-image: url(slide-button-left.png);
position: absolute;
top: 16px;
z-index: 1;
left: 18px;
}

.next {
display: block;
background-image: url(slide-button-right.png);
width: 42px;
height: 98px;
cursor: pointer;
position: absolute;
top: 16px;
left: 660px;
z-index: 2;
}

.post-info {
color: #5c94bb;
font-size: 25px;
border-top: 1px solid #8f8f8f;
border-bottom: 1px solid #8f8f8f;
padding: 2px 0px 2px 0px;
margin: 0px 0px 5px 0px;
width: 100%;
}

.post-info a:link, .post-info a:hover, .post-info a:visited {
color: #5c94bb;
}