#list_surround table:first-of-type {
	position: fixed !important;
	bottom: 7%;
	left: 0;
	width: auto;
}

.status_not_selected, .status_selected  { position: relative !important; display: block !important; height: 42px; }

.status_not_selected a, .status_selected a { 
	position: relative;
	display: block; 
	width: 180px; 
	height: 40px;
	font-size: 0;
	background-image: url(http://dl.dropbox.com/u/78192465/MyAnimeList/GitS/Images/category_buttons.png);
	background-repeat: no-repeat;}

.status_not_selected a { 
	left: -140px;
	transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
}

.status_not_selected a:hover { left: 0; }

.status_not_selected a:before, .status_selected a:before { 
	position: absolute;
	display: block;
	content: '';
	margin-top: 5px;
	width: 175px; 
	height: 31px;
	background-color: rgb(119, 0, 0);
	border-radius: 0 10px 10px 0;
	transition: all .5s linear;
	-webkit-transition: all .5s linear;
	z-index: -1;
}

.status_not_selected a:hover:before, .status_selected a:before { background-color: rgb(19, 132, 1); }

/* Currently watching */
.status_not_selected a[href*="status=1"], .status_selected a[href*="status=1"] { background-position: 0 0; }

/* Completed */
.status_not_selected a[href*="status=2"], .status_selected a[href*="status=2"] { background-position: 0 -40px; }
  
/* On hold */
.status_not_selected  a[href*="status=3"], .status_selected a[href*="status=3"] { background-position: 0 -80px; }

/* Dropped */
.status_not_selected a[href*="status=4"], .status_selected a[href*="status=4"] { background-position: 0 -120px; }
  
/* Planned */
.status_not_selected a[href*="status=6"], .status_selected a[href*="status=6"] { background-position: 0 -160px; }
  
/* All */
.status_not_selected a[href*="status=7"], .status_selected a[href*="status=7"] { display: none; }