/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: #ac0000;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: #ac0000;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


/* Projects page styles for scrollbar */
table#projectstable {
	width: 100%;	
	padding: 0;
	margin: 0;
}

table#projectstable td {
	vertical-align: top;	
}

table#projectstable td#plist {
	width: 300px;
}

table#projectstable td#pbrowser {
	width: 550px;
}

div#thumbscroll {
/* Typical fixed height and fixed width example */
width: 435px;
height: 100px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
margin: 0.3em auto;
white-space: nowrap;
}


table#pthumbs {
	width: 100%;
	margin: 0;
	padding: 0;
}

table#pthumbs td {
	margin: 0 auto;
	padding: 5px 10px 5px 0px;
}

table#pthumbs td img {
	margin: 0 auto;
	display: block;
}

table#pthumbs td a {	
	display: block;
	width: 75px;
}

div.blackbar {
	height: 1px;
	width: 500px;
	background-color: #000;
	margin: 0 auto;
}
