body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
a.thumb:hover {
	color:#EE419B;

}
a.thumb {
	color:#fff;

}
a.thumb:active {
	color:#000;

}
a.thumb:visited {
	color:#61402D;

}


table.hed {
width:1024px;
border-color:#4E2914;
border-bottom-style:solid;
border-width:1px;
padding:0px 0px 0px 0px;
margin:50px auto 0px auto;
}



table.main {
width:1024px;
height:600px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
}

table.main_press {
width:1024px;
height:600px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
}

table.main_projects {
width:1024px;
height:600px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
}


table.nav {
width:1024px;
border-color:#4E2914;
border-top-style:solid;
border-width:1px;
padding:0px 0px 0px 0px;
margin:0px auto 0px auto;
}

.orange-bar .jScrollPaneTrack {
	background: #61402D;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #61402D;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {

	width: 200px;
	height: 200px;
	overflow: auto;
	background: #fff;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
width: 275px;
height: 315px;
}
#pane2 {
	height: 150px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}
.jScrollPaneDrag {
	position: absolute;
	background: #dddddd;

	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #fff;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #fff;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}