﻿.container_marquee
{
    width:100%;
    right:3px;
    top:5px;
    position:relative;
}
.container_marquee .top_bg
{
	height:33px;
    background-image:url('box_top_bg.gif');
}
.container_marquee .top_l
{
    width:17px;
    height:33px;
    background-image:url(container_top_l.gif);
    position: absolute;top: 0px;left: 0px;
}
.container_marquee .light
{
    margin-right: 17px;
    margin-left: 17px;
    height:33px;
    background-repeat:no-repeat; 
    background-position:center;
    background-image:url(container_light.gif);
}
.container_marquee .about_yemen
{
    margin-right: 17px;
    margin-left: 17px;
    height:33px;
    background-repeat:no-repeat; 
    background-position:center;
    background-image:url(container_about_yemen.gif);
}
.container_marquee .selections
{
    margin-right: 17px;
    margin-left: 17px;
    height:33px;
    background-repeat:no-repeat; 
    background-position:center;
    background-image:url(container_selections.gif);
}
.container_marquee .vote
{
    margin-right: 17px;
    margin-left: 17px;
    height:33px;
    background-repeat:no-repeat; 
    background-position:center;
    background-image:url(container_vote.gif);
}
.container_marquee .top_r
{
    width:17px;
    height:33px;
    background-image:url(container_top_r.gif);
    position: absolute;top: 0px;right: 0px;
}
.container_marquee .center_l
{
    width:8px;
    height:100%;
    background-image:url(container_center_l.gif);
    position: absolute;top: 0px;left: 0px;
}
.container_marquee .center_bg
{
    margin-right: 8px;
    margin-left: 8px;
    height:100%;
}
.container_marquee .center_r
{
    width:8px;
    height:100%;
    background-image:url(container_center_r.gif);
    position: absolute;top: 0px;right: 0px;
 }
.container_marquee .bottom_l
{
    width:17px;
    height:17px;
    background-image:url(container_bottom_l.gif);
    position: absolute;top: 0px;left: 0px;
}
.container_marquee .bottom_bg
{
    height:17px;
    margin-right: 17px;
    margin-left: 17px;
    background-image:url(container_bottom_bg.gif);
}
.container_marquee .bottom_r
{
    width:17px;
    height:17px;
    background-image:url(container_bottom_r.gif);
    position: absolute;top: 0px;right: 0px;
}

/*//////////////////////////////////
//////////////////////////////////*/
.container_marquee .btns
{
	position:absolute; top:149px; left:49px;
	z-index:3;
}
.container_marquee .btns .separator
{
    display:inline-block;
    width:1px;
    height:10px;
    vertical-align:baseline;
    margin:0px;
    padding:0px;
    background-image:url('separator.gif');
}
.container_marquee .btns span 
{
    display:inline-block;
    width:19px;
    height:10px;
    vertical-align:baseline;
    cursor:hand;
    margin:0px;
    padding:0px;
    background-repeat:no-repeat;
}
.container_marquee .btns span:hover
{
	border-bottom:solid 2px Red;
}
.container_marquee .btns .up
{
    background-image:url('up.gif');
}
.container_marquee .btns .down
{
    background-image:url('down.gif');
}
.container_marquee .btns .stop
{
    background-image:url('stop.gif');
}
.container_marquee .btns .slow
{
    background-image:url('slow.gif');
}
.container_marquee .btns .play
{
    background-image:url('play.gif');
}
.container_marquee .btns .fast
{
    background-image:url('fast.gif');
}


