/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
*/
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    /* width: 550px;
     height:120px;
    */
    width: 866px;
    height:240px;

    /* custom decorations */
    /*
     border:1px solid #ccc;
     background:url(../img/h300.png) repeat-x;
    */
}

/*
.close{
    display:block;
    width:15px;
    height:15px;
    float:left;
    margin:3px 10px;
    cursor:pointer;
    text-decoration: none;
}
*/
/*
a.close{
    background:url(../img/close.gif) no-repeat;
    width:15px;
    height:20px;
}
*/





/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    /* width:680px; 
     width:996px;*/
    width:866px;
}

/* single scrollable item */
.scrollable img {   
    float:left;
    /*
    margin:20px 5px 20px 21px;
    background-color:#fff;
    padding:2px;
    border:1px solid #ccc;
    width:100px;
    height:75px;

    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    */
}

/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
    float:left;
}


.xlmarkets_icon {
    background:url(../img/sprites.png) no-repeat;
    width:262px;
    height:20px;
}

.xlmarkets_close{
    background-position: -70px 0; 
    width: 17px; 
    height: 20px; 
    display:block;
    float:left;
    margin:3px 10px;
    cursor:pointer;
    text-decoration: none;

    /* background-position: -70px 0; width: 17px; height: 20px; */
}


.xlmarkets_up {
    background-position: -224px 0; width: 9px; height: 8px;
    margin-left: 4px;
    margin-right: 4px;
    display:inline-block;
}

.xlmarkets_down {
    background-position: -107px 0; width: 9px; height: 8px;
    margin-left: 4px;
    margin-right: 4px;
    display:inline-block;
}

.xlmarkets_zero {
    background-position: -253px 0; width: 9px; height: 8px;
    margin-left: 4px;
    margin-right: 4px;
    display:inline-block;
}

.realTimeIndication {
    background-position: -135px 0; width: 10px; height: 11px; 
    margin-left: 4px;
    margin-right: 3px;
    margin-top: 0px;
    display:inline-block;
    float:left;
}

.xlmarkets_radio { 
    float: left; 
    padding-left: 10px; 
    /*   background: url(../img/radio_off.gif) no-repeat; 
        height: 12px; */
    background-position: -166px 0; 
    width: 9px; height: 11px; 

}

label.radio_on { 
    /*  background: url(../img/radio_on.gif) no-repeat;  */
    background-position: -195px 0; 
    /* url('img_navsprites_hover.gif') -47px -45px; */
    width: 9px; height: 11px; 

    /* background-position: -195px 0; width: 9px; height: 11px;  */

}

.xlmarkets_radio input { 
    position: absolute; 
    left: -9999px; 
}
/* prev, next, prevPage and nextPage buttons */
a.browse {
    /*  background:url(../img/button.gif) no-repeat; */
    /*  background:url(../img/sprites.png) no-repeat; */
    /* background:url(../img/hori_large.png) no-repeat; */

    display:block;
    width:15px;
    height:15px;
    float:left;
    margin:110px 10px;
    cursor:pointer;
    font-size:1px;
}

/* right */
/* a.right { background-position: 0 -30px; clear:right; margin-right: 0px;} */
a.right {    background-position: 0 0; width: 15px; height: 15px;  clear:right; margin-right: 0px;margin-top: 89px;}
/*
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }
*/


/* left */
/* a.left { margin-left: 0px;  margin-top: 20px; } */
a.left { background-position: -35px 0; width: 15px; height: 15px; margin-left: 0px;  }
/*
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }
*/

/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}

/*
.sprite-button1{ background-position: 0 0; width: 15px; height: 15px; } 
.sprite-button2{ background-position: -35px 0; width: 15px; height: 15px; } 
.sprite-close{ background-position: -70px 0; width: 17px; height: 20px; } 
.sprite-down{ background-position: -107px 0; width: 9px; height: 8px; } 
.sprite-liveIndikation{ background-position: -136px 0; width: 10px; height: 10px; } 
.sprite-radio_off{ background-position: -166px 0; width: 9px; height: 11px; } 
.sprite-radio_on{ background-position: -195px 0; width: 9px; height: 11px; } 
.sprite-up{ background-position: -224px 0; width: 9px; height: 8px; } 
.sprite-zero{ background-position: -253px 0; width: 9px; height: 8px; } 

*/
