#custom-scroll, #custom-scroll2, #custom-scroll3 {
/* Typical fixed height and fixed width example */
width:90%;
height:380px;
overflow:auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:transparent;
margin:0.3em;
padding:10px;
outline:none;
cursor:text;
}

#protect-default #custom-scroll {
	height:100px;
	width:500px;
	position:absolute;
	top:200px;
	left:150px;
	}

#transfer-2-storage #custom-scroll {
	width:300px;
	height:300px;
	position:absolute;
	top:75px;
	left:490px;
	}

#backup-plan #custom-scroll {
	height:240px;
	}

#resources #custom-scroll {
	height:240px;
	margin:35px auto;
	}
	#resources #custom-scroll li {
		margin-left:30px;
		}

#recovery #custom-scroll {
	padding:10px 14px 10px 10px;
	}

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
width:17px;
height:17px !important;
cursor:default;
/*background:transparent url("../pix/scrollbar.png") -30px 0px repeat-y;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
.vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height:9px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width:17px;
background:url("../pix/scrollbar.png") -22px -8px no-repeat;
}
.vscrollerbarend {
/* height of this element should be set */
height:8px;
width:17px;
background:url("../pix/scrollbar.png") -22px 0px no-repeat;
}

.vscrollerbase {
width:17px;
background:transparent url("../pix/scrollbar.png") 0px 0px repeat-y;
cursor:default;
}
.vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width:5px;
height:4px !important; /*Again, the safari fix, normally this line is not needed.*/
margin-left:6px;
background:#fff url("../pix/scrollbar.png") -17px -13px no-repeat;
cursor:default;
}
.vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
width:5px;
height:4px;
margin-left:6px;
background:#fff url("../pix/scrollbar.png") -17px 0px no-repeat;
cursor:default;
}

.vscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding:0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 30px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
/*background: #37917A;*/
}
