﻿/**************************************** VERTICAL Tabs **************************************/


.tab_hot_vertical_hover{
	background:url(/images/but_hot_on.jpg) top right no-repeat;
	cursor:pointer;
	height: 47px;
	width:138px;
}

.tab_happening_vertical_hover{
	background:url(/images/but_happen_on.jpg) top right no-repeat;
	cursor:pointer;
	height: 47px;
	width:138px;
}

.tab_buzz_vertical_hover{
	background:url(/images/but_buzz_on.jpg) top right no-repeat;
	cursor:pointer;
	height: 47px;
	width:138px;
}

.tab_hot_vertical{
	background:url(/images/but_hot_off.jpg) top right no-repeat;
	cursor:pointer;
	height: 47px;
	width:138px;
}

.tab_happening_vertical{
	background:url(/images/but_happen_off.jpg) top right no-repeat;
	cursor:pointer;
	height: 47px;
	width:138px;
}

.tab_buzz_vertical{
	background:url(/images/but_buzz_off.jpg) top right no-repeat;
	cursor:pointer;
	height: 47px;
	width:138px;
}
.promoTable 
{
	margin-bottom: 20px;
}

.tab_hot_vertical div, tab_happening_vertical div, .tab_buzz_vertical div
{
	height: 47px;
	width:138px;
    }
