div.controls {
    font-family: Verdana, Helvetica, Arial;
    font-size: 11px;
    margin-left: 1px;
}
div.controls a.gtab {
    background-color: #595959;
    color: #fff;
    font-weight: bold;
    border-right: 1px solid #000;
    padding: 2px 6px 2px 6px;
    margin-top: 6px;
    display: inline;
    float: left;
}
div.controls a.gtab:hover {
    color: #e6e6e6;
    text-decoration: none;
}
div.controls a.gtabSelected {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    border-bottom: 0;
    padding: 3px 8px 5px 8px;
    margin-left: -1px;
    display: inline;
    top: 2px;
    position: relative;
    float: left;
    cursor: default;
}
div.controls a.gtabSelected {
    text-decoration: none;
}
div.scroller {
	/* modify width and height of scrolling section if necessary	*/
	width: 635px;
	height: 300px;
    overflow: hidden;
	border: 1px solid #cccccc;
}
div.scroller div.content {
    width: 10000px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/
	width: 635px;
	height: 300px;
	overflow: hidden;
    margin-right: 1px;
	float: left;
}
div#section2 {
	background: #666666;
	color: #ffffff;
}
