@charset "utf-8";
/* CSS Document */
div#scrollbar {
    display:none; /* hide from incapable */
    }

a:link { color:#000000; }
a:hover {
	font-weight: bold;
}
img
{  border-style: none;

}
a:focus { outline: none; }

.discs {
	background-image: url(../discography/bttn_discs.png);
	height: 30px;
	width: 159px;
	float: left;
	background-repeat: no-repeat;
	background-position: left;
}
.discs_active {
	background-image: url(../discography/bttn_discs.png);
	height: 30px;
	width: 159px;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
}
.discs:hover {
	
	background-position: right;
}
.videos {
	background-image: url(../discography/bttn_videos.png);
	height: 30px;
	width: 92px;
	float: left;
	background-repeat: no-repeat;
	background-position: left;
}
.videos_active {
	background-image: url(../discography/bttn_videos.png);
	height: 30px;
	width: 92px;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
}
.videos:hover {
	background-position: right;
}
.headshots {
	background-image: url(images/btn_headshot.jpg);
	height: 30px;
	width: 136px;
	float: left;
	background-repeat: no-repeat;
	background-position: left;
}
.headshots_active {
	background-image: url(images/btn_headshot.jpg);
	height: 30px;
	width: 136px;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
}

.headshots:hover {
	
	background-position: right;
}
.friends {
	background-image: url(images/btn_friend.jpg);
	height: 30px;
	width: 92px;
	float: left;
	background-repeat: no-repeat;
	background-position: left;
}
.friends_active {
	background-image: url(images/btn_friend.jpg);
	height: 30px;
	width: 92px;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
}
.friends:hover {
	
	background-position: right;
}
.memories {
	background-image: url(images/btn_memories.jpg);
	height: 30px;
	width: 115px;
	float: left;
	background-repeat: no-repeat;
	background-position: left;
}
.memories_active {
	background-image: url(images/btn_memories.jpg);
	height: 30px;
	width: 115px;
	float: left;
	background-repeat: no-repeat;
	background-position: right;
}
.memories:hover {
	
	background-position: right;
}
.full_screen {
	background-image: url(images/btn_full_screen.jpg);
	height: 30px;
	width: 127px;
	float: right;
	background-repeat: no-repeat;
	background-position: left;
}
.full_screen:hover {
	
	background-position: right;
}