/* BEGIN SLOTS */
div.slot {
	margin: 0px;
	margin-bottom: 20px;
}

table.slot {
	margin: 0px;
	padding: 0px;
	border: 0px;
    border-spacing: 0px;
}

td.spacer {
	padding:0px;
}

table.slot td {
	vertical-align: top;
    padding: 0px;
}

table.slot td.percent20 {
	width: 116px;
}

table.slot td.percent25 {
	width: 147px;
}

table.slot td.percent33 {
	width: 194px;
}

table.slot td.percent50 {
	width: 294px;
}

table.slot td.percent60 {
	width: 336px;
}

table.slot td.percent66 {
	width: 397px;
}

table.slot td.percent100 {
	width: 600px;
}

table.slot td.spacer_25_25_25_25 {
	width: 5px;
}

table.slot td.spacer_20_20_20_20_20,
table.slot td.spacer_25_25_25_25,
table.slot td.spacer_25_75 {
	width: 8px;
}

table.slot td.spacer_33_33_33,
table.slot td.spacer_33_66,
table.slot td.spacer_66_33 {
	width: 9px;
}


table.slot td.spacer_50_50 {
	width: 12px;
}


table.slot td.spacer_25_50_25, table.slot td.spacer_50_25_25, table.slot td.spacer_25_25_50 {
	width: 6px;
}



table.slot td.transparent90,
table.slot tbody td.transparent90 {
    filter:Alpha(opacity=90,style=0);
    -moz-opacity:0.9;
}
/* END SLOTS */
