@charset "UTF-8";
/* CSS Document */

a.video {  
    display: block;  
    width: 28px;  
    height: 32px;  
    background: url(../images-new/screen/pandora/icons/videoIcons.png) no-repeat 0 0;  
}   
a:hover.video {  
    background-position: 0 -32px;  
}  

a.music {
	display: block;
	width: 28px;
	height: 32px;
	background-image: url(../images-new/screen/pandora/icons/musicIcons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}   
a:hover.music {  
    background-position: 0 -32px;  
}
a.launch {
	display: block;
	width:28px;
	height: 32px;
	background-image: url(../images-new/screen/pandora/icons/launchIcons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}   
a:hover.launch {  
    background-position: 0 -32px;  
}

a.contacts {  
    display: block;  
    width: 28px;  
    height: 32px;  
    background: url(../images-new/screen/pandora/icons/contactsIcons.png) no-repeat 0 0;  
}   
a:hover.contacts {  
    background-position: 0 -32px;  
}
a.cell {
	display: block;
	width: 28px;
	height: 36px;
	background: url(../images-new/screen/pandora/icons/cellIcons.png) no-repeat 0 0;
}   
a:hover.cell {
	background-position: 0 -36px;
}
a.profile {
	display: block;
	width: 28px;
	height: 32px;
	background-image: url(../images-new/screen/pandora/icons/profileIcons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}   
a:hover.profile {  
    background-position: 0 -38px;  
} 
a.bookmarks {
	display: block;
	width: 28px;
	height: 32px;
	background-image: url(../images-new/screen/pandora/icons/bookmarksIcon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}   
a:hover.bookmarks {  
    background-position: 0 -32px;  
}
