/* 
	Developer: 	Addition.dk, 2006.
	Description: 	Screen styles (hidden from old-school browsers)
	Changes:
*/

@import url("global/fonts.css");
@import url("global/layout.css");
@import url("global/menus.css");
@import url("global/styles.css");
@import url("global/forms.css");
@import url("global/tables.css");

@import url("global/calendar.css");


/*
    Developer: Thai Nguyen
    Company: DIS/Play
    Date: 26.11 2010
    Description: Campaign Rotator on Frontpage and spots
    
    START
*/
#centralimg
{
    position: relative;
}

.maintext   { clear: both; }

.scroller
{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.scroller .items
{
    width: 20000em;
    position: absolute;
    overflow: hidden;
}
.scroller .items .item
{
    float: left;
}

.browse
{
    position: absolute;
    top: 50%;
    left: -14px;
    margin-top: -14px;
    width: 25px;
    height: 25px;
    background: red;
    z-index: 9;
    cursor: pointer;
    background: url("/images/DISPlay/navigation-arrows.png") no-repeat 0 0;
}
.browse:hover, .browse:focus
{
    background-position: 100% 0;
}
.next
{
    left: auto;
    right: -14px;
    background-position: 0px 100%;
}
.next:hover, .next:focus
{
    background-position: 100% 100%;
}

.box
{
    position: relative;
    clear: both;
    zoom: 1;
}
#rightCol .box
{
    margin-right: 7px;
}

/*
    Developer: Thai Nguyen
    Company: DIS/Play
    Date: 26.11 2010
    Description: Campaign Rotator on Frontpage and spots
    
    END
*/
