@media projection, screen {
    .tabs-hide {
        display: none;
    }
}

#container-1 .anchors {
	width: 531px;
	background-image: url(../img/bar.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	height: 38px;
	margin: 0px 0px 16px 0px;
	display: block;
	list-style-type: none;
}


.anchors .first {
	background-image: url(../img/a.gif);
	height: 38px;
	width: 153px;
	margin: 0px;
	padding: 0px;
	display: block;
}

.anchors .second {
	background-image: url(../img/b.gif);
	height: 38px;
	width: 227px;
	display: block;

	
	margin: 0px;
	padding: 0px;
}

.anchors .third {
	background-image: url(../img/c.gif);
	height: 38px;
	width: 131px;
	display: block;
	margin: 0px;
	padding: 0px;
}



.anchors .on .first {
	background-image: url(../img/a_on.gif);
	height: 38px;
	width: 153px;
	float: left;
	display: block;
}

.anchors .on .second {
	background-image: url(../img/b_on.gif);
	height: 38px;
	width: 227px;
	float: left;
	display: block;
}

.anchors .on .third {
	background-image: url(../img/c_on.gif);
	height: 38px;
	width: 131px;
	display: block;
}
.second .spacer2 {
}
