/* liScroll styles */

.tickercontainer { /* the outer div with the black border */ 
width:860px; 
height:40px; 
margin: 0; 
padding: 0;
overflow: hidden; 
float:left;
}

#product-ticker{
border: 1px solid #ccc;
margin:0 5px 20px 5px
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 11px;
width:860px; 
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 700px;
margin: 0;
padding: 0;
overflow:hidden;
height:19px;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
margin-left:10px;
font-family: 'Share',cursive;
font-size: 14px;
color: #c22d48;
background: url(../images/arrow022.png) no-repeat left 6px; padding-left:12px;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
font-family: 'Share',cursive;
font-size: 14px;
color: #c22d48;
margin-right:20px;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
ul.newsticker a:hover{ color:#405a93;}

.products-ticker{ float:left; padding-left:15px; width:80px; line-height:40px; background:#393185; font-family: 'Share',cursive; font-size: 15px; color:#fff; font-weight: bold;}


.tickercontainer1 { /* the outer div with the black border */ 
width:647px; 
height:44px; 
margin: 0; 
padding: 0;
overflow: hidden; 
float:left;
background-color:#FFFFFF
}

#product-ticker1{
border: 1px solid #ccc;
margin:0 5px 20px 5px
}
.tickercontainer1 .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0px;
top: 0px;
width:860px; 
overflow: hidden;
}
ul.newsticker1 { /* that's your list */
position: relative;
left: 700px;
margin: 0;
padding: 0;
overflow:hidden;
height:44px;

}
ul.newsticker1 li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
margin-left:10px;
font-family: 'Share',cursive;
font-size: 14px;
color: #c22d48;
}
ul.newsticker1 a {
white-space: nowrap;
padding: 0;
font-family: 'Share',cursive;
font-size: 14px;
color: #c22d48;
margin-right:20px;
} 
ul.newsticker1 span {
margin: 0 10px 0 0;
} 
ul.newsticker1 a:hover{ color:#405a93;}

.products-ticker1{ float:left; padding-left:15px; width:80px; line-height:44px; background:#393185; font-family: 'Share',cursive; font-size: 15px; color:#fff; font-weight: bold;}