
#ticker_box {
position			: absolute;
left				: 260px;
top					: 97px;
margin				: 0px;
padding				: 0px;
width				: 700px;
height				: 59px;
background-color	: #000;
overflow			: hidden;
}

.tickers {
position			: absolute;
overflow			: hidden;
border				: 0px solid green;
height				: 59px;
margin				: 0px;
padding				: 0px;
}

.tickers li {
float				: left;
margin				: 0px;
margin-top			: 10px;
padding				: 0px;
list-style-type		: none;
}

.tickers img {
border				: 0;
margin-left			: 20px;
xborder:1px solid red;
}

/* start pos ticker */
#ticker {
left				: 0px;
}


/*  Scroll buttons */
#ticker_left {
position			: absolute;
left				: 240px;
top					: 97px;
width				: 20px;
height				: 60px;
background-color	: #000;
}

#ticker_right {
position			: absolute;
left				: 960px;
top					: 97px;
width				: 20px;
height				: 60px;
background-color	: green;
}
