
/* ------------------------- vertical ------------------------- */

/* start edit */
div.scroller {

	position: absolute;
	
	width: 452px; /* edit me */
	height: 330px; /* edit me */
	
	margin: 10px 0px 0px 57px;
	
	/*border: 1px solid #ddd;*/
}
div.scroller .content {
	width: 418px; /* edit me */
	height: 330px; /* edit me */	
	overflow: hidden;
	float: left;
	
	padding-right: 20px;
	
	text-align: justify;
	
	color:#6c6c6c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.scroller .content h1 {

	color: #383838;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}


div.scroller .content h2 {

	color: #2e6e99;
	font-weight: bold;
}

div.scroller .content ul {

	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 15px 20px;
	
	list-style: square;
	
	color: #545454;
}

div.scroller .content li {

	margin: 0px;
	padding: 3px 0px 3px 0px;
}

div.scroller .content a {

	color: #6c6c6c;
	
	font-size: 11px; 
	font-weight: bold;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div.scroller .content a:visited {

	color: #6c6c6c;
	
	font-size: 11px; 
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div.scroller .content a:hover {

	color: #2e6e99;
	
	font-size: 11px; 
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div.scroller .scrollarea {
	height: 330px; /* edit me */
	width: 12px;
	float: left;
	/*border-left: 1px solid #ddd;*/
	cursor: pointer;
}
/* end edit */

div.scroller .content ol {
	margin-left: 0px; /* ie only */
}
div.scroller .content p {
	margin-left: 0px; /* ie only */
}
div.scroller div.scrollBarContainer {
	height: 315px; /* edit me (ff: height - 18px - ie: height - 46px) */
}

div.scroller .scrollKnob {
	width: 8px;
	margin: 1px;
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	min-height: 10px;
}

div.scroller .scrollForward {
	width: 8px;
	margin: 1px;
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	height: 8px !important;
	
	background-image: url(/images/mooScroller/arrow_down.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.scroller .scrollBack {
	width: 8px;
	margin: 1px;
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	height: 8px !important;
	
	background-image: url(/images/mooScroller/arrow_up.jpg);
	background-repeat: no-repeat;
	background-position: top;
}




/* ------------------------- vertical portfolio ------------------------- */

/* start edit */
div.portfolio_scroller {

	position: absolute;
	
	width: 452px; /* edit me */
	height: 220px; /* edit me */
	
	margin: 10px 0px 0px 57px;
	
	/*border: 1px solid #ddd;*/
}
div.portfolio_scroller .content {
	width: 418px; /* edit me */
	height: 220px; /* edit me */	
	overflow: hidden;
	float: left;
	
	padding-right: 20px;
	
	text-align: justify;
	
	color:#6c6c6c;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.portfolio_scroller .content h1 {

	color: #383838;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
}


div.portfolio_scroller .content h2 {

	color: #2e6e99;
	font-weight: bold;
}

div.portfolio_scroller .content ul {

	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 15px 20px;
	
	list-style: square;
	
	color: #545454;
}

div.portfolio_scroller .content li {

	margin: 0px;
	padding: 3px 0px 3px 0px;
}

div.portfolio_scroller .content a {

	color: #6c6c6c;
	
	font-size: 11px; 
	font-weight: bold;	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div.portfolio_scroller .content a:visited {

	color: #6c6c6c;
	
	font-size: 11px; 
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

div.portfolio_scroller .content a:hover {

	color: #2e6e99;
	
	font-size: 11px; 
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

div.portfolio_scroller .scrollarea {
	height: 205px; /* edit me */
	width: 12px;
	float: left;
	/*border-left: 1px solid #ddd;*/
	cursor: pointer;
}
/* end edit */

div.portfolio_scroller .content ol {
	margin-left: 0px; /* ie only */
}
div.portfolio_scroller .content p {
	margin-left: 0px; /* ie only */
}
div.portfolio_scroller div.scrollBarContainer {
	height: 200px; /* edit me (ff: height - 18px - ie: height - 46px) */
}

div.portfolio_scroller .scrollKnob {
	width: 8px;
	margin: 1px;
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	min-height: 10px;
}

div.portfolio_scroller .scrollForward {
	width: 8px;
	margin: 1px;
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	height: 8px !important;
	
	background-image: url(/images/mooScroller/arrow_down.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

div.portfolio_scroller .scrollBack {
	width: 8px;
	margin: 1px;
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	height: 8px !important;
	
	background-image: url(/images/mooScroller/arrow_up.jpg);
	background-repeat: no-repeat;
	background-position: top;
}




/* ------------------------- horizontal portfolio ------------------------- */
div.horzscroller {

	position: absolute;
	
	top: 310px;
	
	width: 383px;
	height: 90px;
	margin-left: 7px;

	border: none;
}
div.horzscroller .content {
	height: 90px; /* edit me */
	width: 895px; /* edit me */

	overflow: hidden;
}

div.horzscroller .content p {
	margin-left: 0px; /* edit me */
	width: 1200px;	
}

div.horzscroller .content ul {

	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
	display: inline;
		
}

div.horzscroller .content li {
	
	display: inline;
	
	height: 80px;
	
	margin: 0px;	
	padding: 0px 10px 0px 10px;
	
	color: #7c7c7c;
	font-size:10px;
}

div.horzscroller .scrollarea {
	height: 7px;
	width: 900px;
	border: none;
	cursor: pointer;
}

div.horzscroller div.scrollBarContainer {
	width: 843px;
	margin-right: 2px;
	margin-left: 2px;
	height: 20px;
	float: left;
}

div.horzscroller .scrollKnob {
	height: 12px;
	margin: 4px 1px 1px 1px;
	border: 1px solid #dcdbdb;
	background: #f4f4f4;
	min-width: 10px;
}

div.horzscroller .scrollForward {
	float: left;
	height: 20px;
	margin: 1px;
	
	background-image: url(/images/mooScroller/portfolio_arrow_right.jpg);
	background-repeat: no-repeat;
	width: 20px;
}

div.horzscroller .scrollBack {
	float: left;
	height: 20px;
	margin: 1px;
	
	background-image: url(/images/mooScroller/portfolio_arrow_left.jpg);
	background-repeat: no-repeat;
	width: 20px;
}



/* both */
div.bothscroller {
	width: 200px;
	height: 160px;
	margin-left: 100px;
	margin-top: 50px;
	border: 1px solid #ddd;
}
div.bothscroller .content {
	height: 150px;
	width: 190px;
	overflow: hidden;
	float: left;
}
div.bothscroller .content ol {
	margin-left: 30px;
}
div.bothscroller .content p {
	margin-left: 10px;
	width: 500px;	
}
div.bothscroller .wscrollarea {
	clear:both;
	height: 9px;
	width: 200px;
	border-top: 1px solid #ddd;
	cursor: pointer;
}
div.bothscroller .wscrollarea div.scrollBarContainer {
	width: 180px;
	margin-right: 2px;
	height: 7px;
	float: left;
}
div.bothscroller .wscrollarea .scrollKnob {
	height: 5px;
	margin: 1px;
	border: 1px solid #999;
	background: #ccc;
	min-width: 10px;
}
div.bothscroller .wscrollarea .scrollForward, div.bothscroller .wscrollarea .scrollBack {
	float: left;
	height: 5px;
	margin: 1px;
	border: 1px solid #999;
	background: #ccc;
	width: 5px;
}

div.bothscroller .vscrollarea {
	height: 150px;
	width: 9px;
	float: left;
	border-left: 1px solid #ddd;
	cursor: pointer;
}
div.bothscroller .vscrollarea div.scrollBarContainer {
	height: 132px;
}
div.bothscroller .vscrollarea .scrollKnob {
	width: 5px;
	margin: 1px;
	border: 1px solid #999;
	background: #ccc;
	min-height: 10px;
}
div.bothscroller .vscrollarea .scrollForward, div.bothscroller .vscrollarea .scrollBack {
	width: 5px;
	margin: 1px;
	border: 1px solid #999;
	background: #ccc;
	height: 5px;
}


