#gogoIframeBody {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	border: none;
	background-color: #eeebce;
	font-size : 11px;
}

.gogoContents
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 468px;
	height: 60px;
	overflow: hidden;
	background-color: #eeebce;
}

.gogoContents a:link 
{
	text-decoration: none;
	color: black;
}
.gogoContents a:visited
{
	text-decoration: none;
	color: #868264;
}
.gogoContents a:hover 
{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.scrollable
{
	overflow: auto;
}

a.jScrollArrowUp {
	background: url(/js/jQuery/arrow_up.gif) no-repeat 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(/js/jQuery/arrow_down.gif) no-repeat 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.jScrollPaneTrack {
	background: #eeebce;
}
.jScrollPaneDrag {
	background: #E3D28A; 
/*	background: #eeebce;*/
}