
#items_container {
width: 400px;
height: 150px;
overflow: hidden;
position: absolute;
background-color: white;
border: 1px solid white;
float: left;
padding: 0px;
left: 400px;

}

div.slide_item {
width: 400px;
height: 140px;
position: absolute;
left: 100px;
top: 5px;
background-color: white;
}

div.first_item {
left: 0;
}

div.slide_item h3 {
padding: 5px;
font-size: 14px;
line-height: 16px;
font-weight: normal;
color: #B4B4B4;
}

div.slide_item img {
float: left;
margin-right: 10px;
}

div.slide_item p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 5px;
font-size: 12px;
color: #C1C1C1;
}
