/* - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - -
* Filename: scroll.css
* Version: 1.0.0 (2008-11-18)
* Website: http://bilstein.de/
* Author: typotemp.com Andreas S.
* Description: 
* - - - - - - - - - - - - - - - - - - - - - - - - - -

- - - - - - - - - - - - - - - - - */
/* _scroll
==========================================*/
.onecol div#wn{
	width:690px !important;
}
.onecol div#wn .threecols .content-item-1{
	background:none !important;
}
.onecol div#wn .threecols .content-item-2{
	background:none !important;
}
.onecol div#wn .threecols .content-item-3{
	background:none !important;
}

.onecol div#wn .threecols .content-item-3 .content-col1{
	width:30% !important;
}
.onecol div#wn .threecols .content-item-3 .content-col2{
	width:30% !important;
}
.onecol div#wn .threecols .content-item-3 .content-col3{
	width:32% !important;
}
.onecol div#wn .threecols .content-item-4{
	background:none !important;
}

div#wn	{ 
	position:relative; 
	width:370px; height:407px; 
	overflow:hidden;	
	}
    
/* needed when dw_scrollObj.printEnabled = true */
div#txt1 {
    position:absolute;
    }
    
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
    position:relative;
    width:11px; height:400px; 
    /* font-size:1px;  img display block is the solution, but people remove it then ask for help! */
    }
div#track { 
    position:absolute; left:0; top:12px;
    width:11px; height:376px;
    background: #4182a6;
    }
div#dragBar {
    position:absolute; left:1px; top:1px;
    width:9px; height:20px;
    background-color:#ceced6;
    }  
div#up { position:absolute; left:0; top:0; }  
div#down { position:absolute; left:0; bottom:0; }

div.scroll_controls, div#scrollbar { 
    display:block; /* display:none initially , to hide from incapable */
    } 

div#scrollbar img {
    display:block; /* so no gap or misplacement due to image vertical alignment */
    } 
    
/* for safari, to prevent selection problem for clutzy draggers */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* ================================================================================================

    !!!!!!!! YOUR ATTENTION PLEASE !!!!!!!!

    Styles below particular to demo layout, not necessarily related to scrolling div code  

================================================================================================= */



    
/* position arrows */
div.scroll_controls .up {
    position:absolute;
    left:0; top:0px;
    }
div.scroll_controls .dn {
    position:absolute;
    left:0; bottom:0;
    }
    
img { border:none; } /* image maps */
    
div#holder {
	width: 390px;
    }
div#scrollbar {
    float:right;
    margin-top:6px;
w1idth:100%;
    }

#holder_wide{
position:relative;
width:100%;
}


#wn #lyr1 .threecols{
	width:670px !important;
}
#lyr1 .threecols .content-item{
	width:670px !important;	
}

#lyr1 .threecols .content-item-3{
	width:690px !important;	
}
