@import url("h2refs.css");



#projectListingTop,
#projectListingBottom
{
	padding:0px;
	margin: 0px;
	line-height: 0px;
	list-style-position: outside;
}

#projectListingTop li,
#projectListingBottom li
{
	list-style-position: outside;
	background:none;
	padding: 0px !important;
	line-height: 0px;
	float: left;
	margin-right: 12px  !important;
	margin-bottom: 10px !important;
	width: 160px;
}


/* #########   HORIZONTAL SCROLLING ########### */
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
#mainScrollableTop,
#mainScrollableBottom { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 670px; 
    height: 150px; 
    left: -5px;
} 
 
/* 
    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 width and height for the root element and 
    not for this element. 
*/ 
#mainScrollableTop .itemsStart,
#mainScrollableBottom .itemsStart { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
#mainScrollableTop .itemsStart li,
#mainScrollableBottom .itemsStart li { 
    float:left; 
} 



#scrollToLeftTop,
#scrollToLeftBottom
{
	position: relative;
	float: left;
	margin-top: 48px;
	margin-left: -20px;
	cursor: pointer;
}
#scrollToRightTop,
#scrollToRightBottom
{
	cursor: pointer;
	position: relative;
	float: right;
	margin-top: 48px;
	right: 15px;
}






