/*----------------------------------------------------------------------------*/

/*-----------------------		vertical ads		--------------------------*/

/*----------------------------------------------------------------------------*/

.verticalBanner {
	width: 120px;
	height: 240px;
	padding: 2px;
}

.skyscraper {
	width: 120px;
	height: 600px;
}

.wideSkyscraper {
	width: 160px;
	height: 600px;
}


/*----------------------------------------------------------------------------*/

/*-----------------------		horizontal ads		--------------------------*/

/*----------------------------------------------------------------------------*/
.leaderboard {
	width: 728px;
	height: 90px;
}

.fullBanner {
	width: 468px;
	height: 60px;
	padding: 2px;
}

.halfBanner {
	width: 234px;
	height: 60px;
}

/*----------------------------------------------------------------------------*/

/*-----------------------	small multi-purpose ads	--------------------------*/

/*----------------------------------------------------------------------------*/

.button1 {
	width: 120px;
	height: 90px;
}

.button2 {
	width: 120px;
	height: 60px;
}

.microBar {
	width: 88px;
	height: 31px;
}

.microButton {
	width: 80px;
	height: 15px;
}

.squareButton {
	width: 125px;
	height: 125px;
}

/*----------------------------------------------------------------------------*/

/*-----------------------	large multi-purpose ads	--------------------------*/

/*----------------------------------------------------------------------------*/
.largeRectangle {
	width: 336px;
	height: 280px;
}

.mediumRectangle {
	width: 300px;
	height: 250px;
}

.squarePopUp {
	width: 250px;
	height: 250px;
}

.verticalRectange {
	width: 240px;
	height: 400px;
}

.Rectangle {
	width: 180px;
	height: 150px;
}

.halfPage {
	width: 300px;
	height: 600px;
}

