div#tripleplay {
	position: relative;
	margin-left: 25px;
	margin-right: 13px;
}

div#tripleplay img {
	display: block;
}

div#content-container {
	display: none;
	position: absolute;
	left: 60px;
	top: 80px;
	font-size: 9px;
	line-height: 11px;
	padding: 0;	

}

.tr-box-orig {
	width: 250px;
}

.tr-box p {
	font-size: 9px;
	line-height: 10px;
	margin: 2px 0;
}

.tr-box td {
	font-size: 9px;
	line-height: 10px;
}



div#content-container h1 {
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 2px;
}


.tr-box {
	width: 266px;
	border: 3px solid #0d8c8b;
	border: 0 none;
	background: #fff;
}

	.tr-box .top {
		background: url( tr_boxround.gif ) no-repeat left top;
		height: 10px;
		line-height: 1px;
		padding: 0px;
	}

	.tr-box .content {
		border-left: 3px solid #0d8c8b;
		border-right: 3px solid #0d8c8b;
		padding: 1px 10px;
	}

	.tr-box .bottom {
		background: url( tr_boxround.gif ) no-repeat left bottom;
		height: 10px;
		line-height: 1px;
		padding: 0px;
	}

div#container2 {
	display: none;
}

.boxes {
	list-style-type: none;
}

.boxes a {
	position: absolute;
	display: block;
	width: 38px;
	height: 30px;
	border: 2px solid #f1fafa;
	text-indent: -999px;
	background: transparent url( x.gif );
	overflow: hidden;
}

.boxes a.tr-active {
	border-color: #c34049;
}

.loader {
	background: transparent url( ajax-loader.gif ) no-repeat center;
	width: 32px;
	height: 105px;
	margin: 0 auto;
}


.boxes a:hover {
	border-color: #c34049;
}