.tx-gosigatimeline-piListing .pluginWrapper {
	width : 685px;
	margin : 0px auto;
	height: 41px;
	margin-top: 80px;
	position : relative;
}

.tx-gosigatimeline-piListing .marker {
	position : absolute;
	z-index : 10;
	left: 45px;
	top: -8px;
	cursor: pointer;
}

.tx-gosigatimeline-piListing .yearData {
	display : none;
}

.tx-gosigatimeline-piListing .outerOfbar {
	padding-top: 4px;
	float : left;
	background-image: url("images/bgLines.png");
	background-position: 0;
	background-position-y: 23px;
	height: 61px;
	background-repeat: no-repeat;
}

.tx-gosigatimeline-piListing .barLeft {
	background-image : url("images/barLeft.png");
	float : left;
	width: 25px;
	height: 10px;
	background-position-y: 11px;
}

.tx-gosigatimeline-piListing .bar {
	background-image : url("images/bar.png");
	float : left;
	width: 559px;
	height: 10px;
}
.firefox_win .tx-gosigatimeline-piListing .bar {
	margin-top:-1px;
}

.firefox_mac .tx-gosigatimeline-piListing .bar {
	margin-top:-1px;
}

.tx-gosigatimeline-piListing .barRight {
	background-image : url("images/barRight.png");
	float : left;
	width: 20px;
	height: 10px;
	background-position-y: 11px;
}

.tx-gosigatimeline-piListing  #year {
	position : absolute;
	top : -36px;
}

.tx-gosigatimeline-piListing .leftBlue {
	float : left;
	margin-right: 8px;
	width: 30px;
	height: 18px;
	float: left;
	background-image : url('images/leftBlue.png');
	cursor: pointer;
}

.tx-gosigatimeline-piListing .rightBlue {
	float : left;
	margin-left: 9px;
	width: 30px;
	height: 18px;
	float: left;
	background-image : url('images/rightBlue.png');
	cursor: pointer;
}


.tx-gosigatimeline-piListing .leftGray {
	float : left;
	margin-right: 8px;
	width: 30px;
	height: 18px;
	float: left;
	background-image : url('images/leftGray.png');
}

.tx-gosigatimeline-piListing .rightGray {
	float : left;
	margin-left: 9px;
	width: 30px;
	height: 18px;
	float: left;
	background-image : url('images/rightGray.png');
}

.tx-gosigatimeline-piListing .pluginData {
	width: 637px;
	min-height: 285px;
	margin-left : 29px;
}

.tx-gosigatimeline-piListing .textData {
	float: left;
	width: 314px;
	margin-top: 8px;
}
.tx-gosigatimeline-piListing .bodytext {
	margin-left: 4px;
	line-height: 15px;
}
.tx-gosigatimeline-piListing .image {
	width: 300px;
	height: 285px;
	float: left;
	margin-right: 15px;
}

.tx-gosigatimeline-piListing .pointUp {
	width : 10px;
	height : 14px;
	background-image : url('images/pointUp.png');
	background-repeat : no-repeat;
	position : absolute;
	cursor : pointer;
	top: -4px;
}
.firefox_win .tx-gosigatimeline-piListing .pointUp {
	top: -5px;
}
.firefox_mac .tx-gosigatimeline-piListing .pointUp {
	top: -5px;
}
.tx-gosigatimeline-piListing .pointDown {
	width : 10px;
	height : 14px;
	background-image : url('images/pointDown.png');
	background-repeat : no-repeat;
	position : absolute;
	cursor : pointer;
	top : 11px;
}
.firefox_win .tx-gosigatimeline-piListing .pointDown {
	top:10px;
}

.firefox_mac .tx-gosigatimeline-piListing .pointDown {
	top:10px;
}
