#bands {
position: absolute; 
top:520px; 
left:50%;
margin-left:-460px;
z-index:0;
}

.bands_image {
float:left;
width:295px;
overflow:hidden;
height:335px;
margin-right: 10px;
padding:10px 7px;
background:#bbb;

}

.bands_image img {
overflow:hidden;
border:0px;
}

.bands_image a:hover {
opacity:1;
filter: alpha(opacity = 100);
text-decoration:none;
}

.bands_image_stats img {
height:60px;
width: auto;
overflow:hidden;
float:left;
}

.bands_image_stats , .bands_image_stats a {
width:600px;
height:80px;
overflow:hidden;
margin-top:10px;
background:#bbb;
}

.bands_image_stats a:hover {
opacity:.70;
filter: alpha(opacity = 50);

}

#bands_ballot {
position: absolute; 
top:200px; 
left:50%;
margin-left:-305px;
z-index:98; 
}



#bands_ballot_left {
width:100px; 
height:60px; 
position:absolute;
margin-top:120px;
margin-left:100px;
background:transparent url('http://cache2.stuffboston.com/i/SAN/body/PickMe.png') no-repeat;
text-decoration:none;
display: none;
z-index:99;
}

#bands_ballot_right {
width:100px; 
height:60px; 
position: absolute;
margin-top:120px;
margin-left: 425px;
background:transparent url('http://cache2.stuffboston.com/i/SAN/body/PickMe.png') no-repeat;
display: none;
text-decoration:none;
z-index:99;
}

.pickme_left , .pickme_left a , .pickme_right , .pickme_right a {
width:100px;
height:60px;
display:block;
background-color:transparent;
}

#nav {
width:610px; 
height: 100px;
text-align: left; 
margin:0px 0px 15px 0px; 
padding-top:20px;
border-bottom:8px solid #fff;
background: transparent url(http://thephoenix.com/i/FNX/101best.jpg) left top no-repeat;
}

.nav_stats a, .nav_stats a:active {
float:right;
width:80px;
height:55px;
overflow: hidden;
display: block;
margin-top:50px;
background: transparent url(http://thephoenix.com/i/FNX/nav_stats.gif) center top no-repeat;
}

.nav_stats a:hover {
width:80px;
height:55px;
overflow: hidden;
display: block;
background: transparent url(http://thephoenix.com/i/FNX/nav_stats.gif) center bottom no-repeat;
}

.nav_stats_current a, .nav_stats_current a:active {
float:right;
width:80px;
height:55px;
overflow: hidden;
display: block;
margin-top:50px;
background: transparent url(http://thephoenix.com/i/FNX/nav_stats.gif) center bottom no-repeat;
}


.nav_battle a, .nav_battle a:active {
float:right;
width:80px;
height:55px;
overflow: hidden;
display: block;
margin: 50px 10px 0px 0px;
background: transparent url(http://thephoenix.com/i/FNX/nav_battle.gif) center top no-repeat;
}

.nav_battle a:hover {
width:80px;
height:55px;
overflow: hidden;
display: block;
background: transparent url(http://thephoenix.com/i/FNX/nav_battle.gif) center bottom no-repeat;
}

.nav_battle_current a , .nav_battle_current a:active {
float:right;
width:80px;
height:55px;
overflow: hidden;
display: block;
margin: 50px 10px 0px 0px;
background: transparent url(http://thephoenix.com/i/FNX/nav_battle.gif) center bottom no-repeat;
}

#box {
margin:0px auto;
text-align: center;
background:#fff;
float: left;
width:610px;
overflow-x:hidden; 
}

#boxbattles {display: none;}
#boxviews {display: none;}
#boxsum {display: none;}




a#ThumbsDown,
a#ThumbsUp {
	float:left;
	margin:10px 20px;
	}

a#ThumbsUp {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:64px;
	height:75px;
	background-image:url('http://cache2.stuffboston.com/i/SAN/body/Up2.jpg');
	background-position:bottom;
	}

a:hover#ThumbsUp {
	background-position:top;
	}

a#ThumbsDown {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	width:64px;
	height:75px;
	background-image:url('http://cache2.stuffboston.com/i/SAN/body/Down2.jpg');
	background-position:top;
	}

a:hover#ThumbsDown {
	background-position:bottom;
	}
	
    
ul#tablist {
	list-style-type:none;
	margin:0px;
	padding:0px;
	border-bottom:solid 2px #bbb;
	width:635px;
	}
	
ul#tablist li {
	float:right;
	margin:0 0 0 4px;
	background-color:#f1f1f1;
	position:relative;
	top:2px;
	}
	
ul#tablist li a {
	font:normal 14px arial;
    text-decoration:none;
    color:#666;
    display:block;
    padding:5px 0 0 0;
    width:70px;
    height:21px;
    border-top:solid 2px #bbb;
    border-left:solid 2px #bbb;
    border-right:solid 2px #bbb;
    }
    
ul#tablist li a:hover {
	background-color:#fff;
	}

ul#tablist li.tablist_on {
	position:relative;
	top:2px;
	background-color:#fff;
	}
	
ul#tablist li.tablist_on a {
	font:bold 14px arial;
	padding:6px 0 0 0;
	height:24px;
	}
	
	