/* liScroll styles */

.tickercontainer 
{
width: 657px
; height: 27px
; margin: 0px 0px 4px 0px
; padding: 0px
; overflow: hidden
; border: 1px solid #7E3389
}

.tickercontainer .mask 
{ /* that serves as a mask. so you get a sort of padding both left and right */
position: relative
; left: 10px
; top: 8px
; width: 718px
; overflow: hidden
}

ul.newsticker 
{ /* that's your list */
position: relative
; left: 750px
; font: bold 10px Verdana
; list-style-type: none
; margin: 0
; padding: 0
}

ul.newsticker li 
{/* important: display inline gives incorrect results when you check for elem's width */
float: left 
; margin: 0
; padding: 0
; background: #fff
; list-style-type: none !Important
; white-space: nowrap !Important
}

ul.newsticker a 
{
white-space: nowrap !Important
; padding: 0 !Important
; margin: 0 50px 0 0 !Important
} 

ul.newsticker span 
{
margin: 0 10px 0 0
} 

div.gnb ul li span
{
margin-left: 10px
; margin-right: 10px
; color: Red
}
