#ads {
	width:860px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 5px;
}

#ads #leaderboard {
	text-align: center;
}

/*
#ads #skyscraper_left {
	position: absolute;
	top: 0px;
	left: -119px;
	height: 600px;
	width: 120px
}

#ads #skyscraper_right {
	position: absolute;
	top: 0px;
	right: -119px;
	height: 600px;
	width: 120px;
}
*/

#ads #skyscraper_left {
    position: absolute;
    top: 0px;
    right: 860px;
    height: 600px;
    min-height: 600px;
    width: 120px;
    min-width: 120px;
    /*z-index: 1000;*/
    /*overflow: hidden;*/
}

#ads #skyscraper_right {
    position: absolute;
    top: 0px;
    left: 860px;
    height: 600px;
    min-height: 600px;
    width: 120px;
    min-width: 120px;
    /*z-index: 1000;*/
    /*overflow: hidden;*/
}

