/* CSS Document */
#featured_container { 
width:590px;
height:220px;
margin:0;
background:url(../images/bg/frame.png) top center no-repeat;
}

#featured_inner {
background:none;
border-bottom:1px solid #bbb;
float:left; /* important for inline positioning */
width:580px; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
padding:0;
margin:0;
margin-left:5px;
position:relative;
}

#featured_ul {
position:relative;
left:0; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
margin-top:15px;
padding:0px;
width:9999px; /* important */
/* non-important styling bellow */
}

#featured_ul li{
float: left; /* important for inline positioning of the list items */                                    
width:580px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:170px;
background: none;
margin-top:10px;
margin-bottom:10px; 
margin-left:5px; 
margin-right:5px; 
}

#featured_ul li img {
.margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */
cursor:pointer;
cursor: hand; 
border:0px; 
}
#lt_scroll{
float:left;
height:29px;
width:20px;
position:relative;
margin-top:-15px;
}
#rt_scroll{
float:right;
height:29px;
width:20px;
position:relative;
margin-top:-15px;
}
#lt_scroll img, #rt_scroll img{
border:0; /* remove the default border of linked image */
/*styling*/
cursor: pointer;
cursor: hand;

}
#featured_inner h1 {
font-size:16px;
font-weight:bold;
color:#0086e0;
margin:0 0 5px 0;
}
#featured_inner p {
font-size:12px;
color:#555555;
margin:0 0 5px 0;
}
#featured_inner img {
margin-right:10px;
}
