@import url('../../_helpers/modal.css');
.mus_testing {
	width: 80%;
	margin: auto;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
	background: #ffecc6;
	border-radius: 5px;
	padding: 10px;
	border: 2px solid #ffda94;
}
#page-loader {
	overflow:hidden;
	position:relative;
}
#uploadCompleteOverlay {
	display:none;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.9);
	top: 0;
	position: absolute;
}
#uploadCompleteOverlay .uploadCompleteNotify {
	background: #eceff6;
	line-height: 65px;
	border-radius: 2px;
	border-bottom: 1px solid #d4dae8;
	padding: 0 19px;
	overflow: hidden;
	margin:150px 20px 0 20px;
}
#uploadCompleteOverlay .uploadCompleteNotify .inner-wrapper {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
}
#uploadCompleteOverlay .uploadCompleteNotify span {
	line-height: 65px;
	text-align: center;
}
#uploadCompleteOverlay .uploadCompleteNotify .uploadActionsWraper {
	width:468px;
	overflow:hidden;
	margin:0 auto 20px auto;
}
#uploadCompleteOverlay .uploadCompleteNotify a {
	float:left;
	display:block;
	display:block;
	border:1px solid #d3d3d3;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin-right: 14px;
}
#uploadCompleteOverlay .uploadCompleteNotify a.uploadMoreMusic span {
	background-image: url('/v4_imgs/icons/plupload_upload_icon_small.png');
	background-repeat: no-repeat;
}
#uploadCompleteOverlay .uploadCompleteNotify a.uploadGotoMymusic {
	margin-right:0;
}
#uploadCompleteOverlay .uploadCompleteNotify a.uploadGotoMymusic span {
	padding:6px 9px 2px 9px;
}
#uploadCompleteOverlay .uploadCompleteNotify a span {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	padding: 6px 9px 2px 40px;
	background-color: #FFF;
	line-height: 20px;
	font-family: BPGNinoMtavruli-Bold;
	font-size: 14px;
}
.music-body-wrapper {
	margin-left:20px;
	min-height:900px;
	padding-top:20px;
	/*margin-bottom: 20px;*/
}
.az-wrapper {
	margin-bottom:20px;
}
#music-body-wrapper .music_small_block {
	width:565px;
}
#music-body-wrapper .music_small_block_left {
	margin-right:21px;
}
.music_loading {
	background:url('/v4_imgs/ajax_loader_qr.gif') no-repeat center;
}
.music_list_wrapper ul {
	
}
.music_list_wrapper ul li {
	height:38px;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ededed;
	overflow:hidden;
}
.music_list_wrapper ul li:hover {
	background:#f8f8f8;	
}
.music_list_wrapper ul li.playing,
.music_list_wrapper ul li.playing .num_count,
.music_list_wrapper ul li.playing .num_count,
.music_list_wrapper ul li.playing .music_info,
.music_list_wrapper ul li.playing .music_duration,
.music_list_wrapper ul li.paused,
.music_list_wrapper ul li.paused .num_count,
.music_list_wrapper ul li.paused .num_count,
.music_list_wrapper ul li.paused .music_info,
.music_list_wrapper ul li.paused .music_duration,
.music_list_wrapper table tr.playing,
.music_list_wrapper table tr.playing .num_count {
	background:#b80d09 !important;
	color:#FFF;
}
.music_list_wrapper ul li.paused {
	background:#b80d09 !important;
	color:#FFF;
}
.music_list_wrapper ul li.buffering .play_music_ico span,
.music_list_wrapper table tr.buffering .play_music_ico span {
	background:url('/v4_imgs/loaders/track_buffering.gif') no-repeat -5px -2px !important;
}
.music_list_wrapper ul li .play_music_ico,
.music_list_wrapper ul li .music_download,
.music_list_wrapper ul li .musicActions,
.music_list_wrapper table tr td .play_music_ico span,
.music_list_wrapper table tr td .music_download span,
.music_list_wrapper table tr td .musicActions span  {
	width:40px;
	height:38px;
}
.music_list_wrapper ul li .play_music_ico span,
.music_list_wrapper ul li .music_download span,
.music_list_wrapper ul li .musicActions span,
.music_list_wrapper table tr td .play_music_ico span,
.music_list_wrapper table tr td .music_download span,
.music_list_wrapper table tr td .musicActions span {
	background:url('/v4_imgs/icons/myvideo_music_icons_sprite.png') no-repeat;
	display:block;
	width:30px;
	height:30px;	
	overflow:hidden;
	cursor:pointer;
}
.music_list_wrapper ul li.playing .play_music_ico span,
.music_list_wrapper table tr.playing .play_music_ico span {
	background-position:-46px -275px;
}
.music_list_wrapper ul li .play_music_ico span:hover,
.music_list_wrapper table tr td .play_music_ico span:hover {
	background-position:-50px -203px;
}
.music_list_wrapper ul li .music_download span:hover {
	background-position:-122px -203px;
}
.music_list_wrapper ul li.playing .play_music_ico span:hover,
.music_list_wrapper table tr.playing .play_music_ico span:hover {
	background-position:-96px -275px;
}	
.music_list_wrapper ul li .musicActions span:hover,
.music_list_wrapper table tr td .musicActions span:hover {
	background-position: -95px -296px;
}
.music_list_wrapper ul li .musicActions span.disabled,
.music_list_wrapper table tr td .musicActions span.disabled {
	background-position:-69px -295px;
}
.music_list_wrapper ul li .musicActions span.deleteMusic,
.music_list_wrapper table tr td .musicActions span.deleteMusic {
	background-position:-44px -251px;
}
.music_list_wrapper ul li .musicActions:hover span.deleteMusic {
	background-position:-95px -251px;
}
.music_list_wrapper ul li .play_music_ico span,
.music_list_wrapper table tr td .play_music_ico span {
	background-position: -2px -203px;
	width: 22px;
	height: 21px;
	overflow: hidden;
	text-indent: -999px;
	margin: 9px auto 0 auto;	
}
.music_list_wrapper ul li .music_info {
	padding-top:11px;
	color:#343434;
	font-size:14px;
	height:27px;
	width:80%;
	white-space:nowrap;
	overflow:hidden;
	position:relative;
}
.music_list_wrapper ul li .music_info span.ck-to-search,
.music_list_wrapper table tr span.ck-to-search {
	cursor:pointer;
}
.music_list_wrapper ul li .music_info .fader {
	background: url('/v4_imgs/music_list_item_fade_text.png') no-repeat right 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 38px;
}
.music_list_wrapper ul li:hover .music_info .fader {
	background: url('/v4_imgs/music_list_item_fade_text_hover.png') no-repeat right 0;
}
.music_list_wrapper ul li.playing .music_info .fader,
.music_list_wrapper ul li.paused .music_info .fader {
	background: url('/v4_imgs/music_list_item_fade_text_active.png') no-repeat right 0;	
}
.music_list_wrapper ul li .music_download span {
	background-position:-74px -203px;
	width: 22px;
	height: 21px;
	overflow: hidden;
	text-indent: -999px;
	margin: 9px auto 0 auto;
}
.music_list_wrapper ul li .musicActions span,
.music_list_wrapper table tr td .musicActions span {
	background-position:-45px -296px;
	width: 22px;
	height: 21px;
	overflow: hidden;
	text-indent: -999px;
	margin: 9px auto 0 auto;
}
.music_list_wrapper ul li .addMusic span {
	background-position:-45px -295px;
	width: 22px;
	height: 21px;
	overflow: hidden;
	text-indent: -999px;
	margin: 9px auto 0 auto;
}
.music_list_wrapper ul li .num_count,
.music_list_wrapper table tr td div.num_count{
	background:#f8f8f8;
	padding:10px;
	padding: 12px 0;
	width: 35px;
	text-align: center;
	height: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#343434;
	font-family:'BebasNeueRegular';
	font-size:22px;
}
.music_list_wrapper ul li .music_duration {
	color:#343434;
	font-size:12px;	
	font-family:Arial, Helvetica, sans-serif;
	margin-top:15px;
}
.music_list_wrapper table {
	width:100%;	
}
.music_list_wrapper table thead {
	border-bottom:1px solid #ededed;
}
.music_list_wrapper table thead tr {
	background:#f8f8f8;
	height:50px;
}
.music_list_wrapper table thead tr th {
	font-weight:normal;	
	text-align:left;
}
.music_list_wrapper table tbody td {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #ededed;
	font-size:12px;
}
.music_list_wrapper table tbody td div {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.music_list_wrapper table tbody tr:hover {
	background:#f8f8f8;
}
.music_list_wrapper table span.na {
	color:#CCC;
	padding-left:5px;	
}
.music_list_wrapper table tbody tr td.artist_title div {
	width:475px;
	font-size:13px;
}
.music_list_wrapper table tbody tr td.genre div {
	width:100px;
}
.music_list_wrapper table tbody tr td.album div {
	width:200px;	
}
.music_list_wrapper table tbody tr td.year div {
	width:45px;
}
.music_list_wrapper table tbody tr td.number {
	width:35px;	
}
.music_list_wrapper table tbody tr td.action {
	width: 40px;
}
.music_list_wrapper table tbody tr td.duration {
	width:40px;
}
.music_list_wrapper table tr td .play_music_ico span { /*override*/
	margin-top:1px;
	margin-left:10px;
}
.music_list_wrapper table tr td .musicActions span { /*override*/
	margin-top: 0px;
	margin-right: 10px;
}
/*Music Search box*/
.mv_music_search_down{
	margin-top:140px;
}
#mv_music_search {
	background:#f8f8f8;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0px 1px 0px #e9e9e9;
	-moz-box-shadow:0px 1px 0px #e9e9e9;
	-webkit-box-shadow:0px 1px 0px #e9e9e9;
	margin-bottom:20px;
	padding:15px;
}
#mv_music_search .search_input_outter {
	border:1px solid #e0e0e0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:#ffffff;
	margin-bottom:15px;
}
#mv_music_search .m_search_field {
	padding: 9px;
	font-size:13px;
	width: 85%;
	padding-left:35px;
	border:0;
}
#mv_music_search .filterSearchLoading {
	background:url('/v4_imgs/loaders/loader_circle_16x16.gif') no-repeat 9px 9px;
}
#mv_music_search #mus_search_go {
	background: url('/v4_imgs/icons_sprite.png') no-repeat 6px -32px;
	padding: 10px 12px 8px 32px;
	height: 34px;
	border-radius: 0 4px 4px 0;
	font-size: 15px;
	color: #646464;
	text-shadow: 0 0 1px rgba(100,100,100,0.5);
	cursor: pointer;
	line-height: 22px;
	border:0;
}
#mv_music_search .btn-gradient {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f8f8f8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f8f8f8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f8f8f8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f8f8f8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f8f8f8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f8f8f8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
	border-left: 1px solid #e0e0e0;
}
#mv_music_search p.explanation,
#mv_music_search p.music_advanced_search {
	font-size:11px;
	color:#333333;
	overflow:hidden;
}
#mv_music_search p.music_advanced_search {
	cursor:pointer;	
}
#mv_music_search p.explanation span {
	color:#262626;
	font-family:Arial, Helvetica, sans-serif;
}
#mv_music_search p.music_advanced_search span.icon {
	width:10px;
	height:10px;
	display:block;
	background: url('/v4_imgs/icons/myvideo_music_icons_sprite.png') no-repeat -134px -165px;
	margin-right:5px;
}

/*BELOW CODE IS TEMPORARY!!*/
.music_loading {
	background:url('/v4_imgs/ajax_loader_qr.gif') no-repeat center;
}
#mv_content_wrapper #mv_content_width_wrapper {
	width: auto;
	padding-right: 0;
}
div#music-body-wrapper div.search-bar {
	background:#CCC;	
	padding:10px;
}
div#music-body-wrapper div.search-bar input.m_search_field {
	padding:5px;	
	width:600px;
}
#page-loader ul.music_list li {
	overflow:hidden;
	padding:4px;
}
#page-loader ul.music_list li:nth-child(even) {
	background:#F1F1F1;
}
#page-loader ul.music_list li:nth-child(odd) {
	background:#F8F8F8;
}
#page-loader ul.music_list li .play_music_ico {
	display:block;
	width:60px;
	height:40px;
	cursor:pointer;
	background:url('/v3_imgs/ci/music_player/playButton.png') no-repeat center;
}
#page-loader ul.music_list li div {
	padding: 11px;
	font-size: 12px;
	font-family: Arial;
}
#page-loader ul.music_list li span.ck-to-search:hover {
	cursor:pointer;
	text-decoration:underline;	
}
#page-loader .mv_pager {
	float:right;
	margin:0 0 10px 0;
}
#page-loader .mus_mv_pager_footer {
	margin-top:20px;
	margin-bottom:0;
}
#uploader_screen {
	margin-bottom:20px;
}
#uploader_screen #upload_music {
	display:block;	
}
#uploader_screen .FileSelector {
	background: #f8f8f8;
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height:65px;
}
#uploader_screen .FileSelector {
		
}
#uploader_screen .FileSelector .infotext {
	width: 700px;
	margin: 26px 0;	
}
#uploader_screen .FileSelector .infotext p {
	color: #767676;
	text-align: center;
	font-size: 13px;
}
#uploader_screen .FileSelector .infotext p.suggestion {
	display:none;	
}
#uploader_screen .FileSelector .action_buttons {
	width:400px;
	overflow:hidden;
}
#uploader_screen .FileSelector .action_buttons .button_placeholder {
	height:65px;
	width:200px;
}
#uploader_screen .FileSelector .action_buttons .uploader_button {
	width: 168px;
	margin: 14px 0 0 19px;
	background: #FFF;
	position: relative;
	line-height: 32px;
	padding-top: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	color: #7c7c7c;
	font-size: 14px;
	border:1px solid #e0e0e0;
	cursor: default;
}
#uploader_screen .FileSelector .action_buttons .active {
	background: #b80d09;
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33);
	box-shadow: inset 0px -1px 2px #970b07;
	cursor: pointer;
}
#uploader_screen .FileSelector .action_buttons .filesel {
	background:#f0f0f0 url('/v4_imgs/mus_uploader_arrow_seperator_1.png') no-repeat left 0;
}
#uploader_screen .FileSelector .action_buttons .filesel object {
	left:0;	
}
#uploader_screen .FileSelector .action_buttons .fileupl {
	background:#ebebeb url('/v4_imgs/mus_uploader_arrow_seperator_2.png') no-repeat left 0;	
}
#uploader_screen #music_queue {
	margin-top:20px;
}

#music_queue .uploadify-queue-item {
    background-color: #F5F5F5;
    font-family:Arial;
    font-size:12px;
    padding: 10px;
    border-top:1px solid #ededed;
    box-shadow:inset 0px 1px 0px #FFF;
    -webkit-box-shadow:inset 0px 1px 0px #FFF;
    -moz-box-shadow:inset 0px 1px 0px #FFF;
}
#music_queue .uploadify-queue-item:last-child {
	border-bottom:1px solid #ededed;
}
#music_queue .uploadify-queue-item span.fileName {
	font-family: arial;
	font-size: 12px;
	color: #343434;
}
.uploadify-error {
    background-color: #FDE5DD !important;
}
.uploadify-queue-item .cancel a {
    display:none;
    background: url('../img/uploadify-cancel.png') 0 0 no-repeat;
    float: right;
    height: 16px;
    text-indent: -9999px;
    width: 16px;
}
.uploadify-queue-item.completed {
    background-color: #E5E5E5;
}
.uploadify-progress {
    background-color: #E5E5E5;
	margin-top: 7px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.uploadify-progress-bar {
  background-color: #b61c21;
	height: 7px;
	width: 0px;
	border-radius: 10px;
}

/*override defaults*/
#music-body-wrapper .mv_videos_container_title {
	margin-bottom:11px;
	height:32px;
}
#music-body-wrapper .music_tabs .mv_sorter_opts li a {
	border-radius:0;
	position:relative;
}
/*home*/
.music_small_block .music_list_wrapper ul li .music_info {
	width:418px;
	overflow:hidden;	
}
.notify_no_files {
	border-radius:4px;
	box-shadow:0px 1px 0px #e9e9e9;
	-webkit-box-shadow:0px 1px 0px #e9e9e9;
	-moz-box-shadow:0px 1px 0px #e9e9e9;
	background:#f8f8f8;
	padding:20px;
	font-size:15px;
	color:#333333;
	text-align:center;
}
.notify_no_files a {
	color:#a41a1f;
	font-size:15px;
}
#genresListing {
	overflow: hidden;
	height: 40px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0px 1px 0px #e9e9e9;
	-webkit-box-shadow: 0px 1px 0px #e9e9e9;
	-moz-box-shadow: 0px 1px 0px #e9e9e9;
}
#genresListing .jcarousel-container {
	background: #FFF;
	margin-bottom: 10px;
}
#genresListing  .jcarousel-container-horizontal {
	width: 1071px;
	padding: 0 25px;
}
#genresListing .jcarousel-clip{
	overflow: hidden;
}
#genresListing .jcarousel-next,
#genresListing .jcarousel-prev {
	background: #FFF;
	display: block;
	width: 24px;
	top: 0px;
	height: 41px;
	position: absolute;
	box-shadow: 0px 1px 10px #CCC;
}
#genresListing .jcarousel-next {
	right: 0;
	background: url('/v4_imgs/slider_right.png') no-repeat 7px 15px;
	cursor:pointer;
}
#genresListing .jcarousel-next:hover {
	background: url('/v4_imgs/slider_right_active.png') no-repeat 7px 15px;	
}
#genresListing .jcarousel-next.jcarousel-next-disabled {
	right: 0;
	background: url('/v4_imgs/slider_right.png') no-repeat 7px 15px;
	cursor:pointer;
	opacity:.3;
}
#genresListing .jcarousel-prev {
	left: 0;
	background: url('/v4_imgs/slider_left.png') no-repeat 7px 15px;
	cursor:pointer;
}
#genresListing .jcarousel-prev:hover {
	background: url('/v4_imgs/slider_left_active.png') no-repeat 7px 15px;
}
#genresListing .jcarousel-prev.jcarousel-prev-disabled {
	right: 0;
	background: url('/v4_imgs/slider_left.png') no-repeat 7px 15px;
	cursor:pointer;
	opacity:.4;
}
#genresListing ul {
	height:40px;
	overflow:hidden;
}
#genresListing ul li {
	float: left;
	padding: 13px 0;
	cursor: pointer;
	color: #555;
	position: relative;
	width:119px;
	text-align: center;
}
#genresListing ul li:hover {
	color:#BB1C21;
}
#genresListing ul li.item-selected {
	background:#F6F6F6;	
	color:#BB1C21;
}
#genresListing ul li span {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;	
}
#genresListing ul li ul {
	display: none;
	position: absolute;
	background: #FFF;
	z-index: 9;
	top: 42px;
	left: 1px;
	box-shadow: 0px 5px 7px #CCC;
	width:200px;
}
#genresListing ul li ul li {
	float:none;
}	
#musNotificationBox {
	position: fixed;
	display: none;
	width: 900px;
	padding: 15px;
	bottom: 20px;
	background: url('/v4_imgs/music_popup_bg.png');
	color: #FFF;
	left: 195px;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 13px;
}
/*Radio Listing*/
.radioChannels {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
	margin-bottom: 20px;
}
.radioChannels .mv_videos_container_title span.title {
	padding:0;
}
.radioChannels .music-body-wrapper {
	min-height:100px;
}
.radioChannels ul {
	overflow:hidden;
}
.radioChannels ul li {
	border-bottom:1px solid #ecedf0;
	height:48px;
	width:272px;
	float:left;
	margin-right:21px;
	cursor:pointer;
}
.radioChannels ul li .play  {
	background: url('/v4_imgs/icons/myvideo_music_icons_sprite.png') no-repeat;
	background-position: -2px -203px;
	width: 22px;
	height: 21px;
	overflow: hidden;
	margin-top:14px;
}
.radioChannels ul li .play:hover {
	background-position:-50px -203px;
}
.radioChannels ul li.channel-selected span.play {
	background-position:-50px -203px;
}
.radioChannels ul li:nth-child(-n+4) {
	border-top:1px solid #ecedf0;
}
.radioChannels ul li:nth-child(4n) {
	margin-right:0px;
}
.radioChannels ul li span.radio {
	color: #646464;
	font-size: 13px;
	font-family: Arial;
	margin-top: 19px;
	margin-left: 10px;
}
.radioChannels ul li .icon {
	background: url('/v4_imgs/icons/myvideo_music_icons_sprite.png') no-repeat;
	display: block;
	width: 55px;
	height: 28px;
	margin-top: 10px;
}
.radioChannels .our span.icon {
	background-position:10px -689px;
}
.radioChannels ul li.our.channel-selected span.icon,
.radioChannels .our:hover span.icon {
	background-position:-47px -689px;	
}
.radioChannels .progrezo span.icon {
	background-position:8px -805px;
}
.radioChannels ul li.progrezo.channel-selected span.icon,
.radioChannels .progrezo:hover span.icon {
	background-position:-49px -805px;
}
.radioChannels .hits span.icon {
	background-position:4px -321px;
}
.radioChannels ul li.hits.channel-selected span.icon,
.radioChannels .hits:hover span.icon {
	background-position:-53px -321px;
}
.radioChannels .electronauts span.icon {
	background-position:6px -616px;
}
.radioChannels ul li.electronauts.channel-selected span.icon,
.radioChannels .electronauts:hover span.icon {
	background-position:-51px -616px;
}
.radioChannels .triphop span.icon {
	background-position:1px -480px;
}
.radioChannels ul li.triphop.channel-selected span.icon,
.radioChannels .triphop:hover span.icon {
	background-position:-56px -480px;
}
.radioChannels .indie span.icon {
	background-position:3px -348px;
}
.radioChannels ul li.indie.channel-selected span.icon,
.radioChannels .indie:hover span.icon {
	background-position:-54px -348px;
}
.radioChannels .female span.icon {
	background-position:12px -845px;
}
.radioChannels ul li.female.channel-selected span.icon,
.radioChannels .female:hover span.icon {
	background-position:-45px -845px;
}
.radioChannels .retro span.icon {
	background-position:1px -375px;
}
.radioChannels ul li.retro.channel-selected span.icon,
.radioChannels .retro:hover span.icon {
	background-position:-56px -375px;
}
.radioChannels .rock span.icon {
	background-position:4px -657px;
}
.radioChannels ul li.rock.channel-selected span.icon,
.radioChannels .rock:hover span.icon {
	background-position:-53px -657px;
}
.radioChannels .georgian span.icon {
	background-position:8px -453px;
}
.radioChannels ul li.georgian.channel-selected span.icon,
.radioChannels .georgian:hover span.icon {
	background-position:-49px -453px;
}
.radioChannels .postpunk span.icon {
	background-position:4px -729px;
}
.radioChannels ul li.postpunk.channel-selected span.icon,
.radioChannels .postpunk:hover span.icon {
	background-position:-53px -729px;
}
.radioChannels .hiphop span.icon {
	background-position:1px -480px;
}
.radioChannels ul li.hiphop.channel-selected span.icon,
.radioChannels .hiphop:hover span.icon {
	background-position:-56px -480px;
}
.radioChannels .blues span.icon {
	background-position:3px -775px;
}
.radioChannels ul li.blues.channel-selected span.icon,
.radioChannels .blues:hover span.icon {
	background-position:-54px -775px;
}
.radioChannels .jazz span.icon {
	background-position:5px -425px;
}
.radioChannels ul li.jazz.channel-selected span.icon,
.radioChannels .jazz:hover span.icon {
	background-position:-52px -425px;
}
.radioChannels .classic span.icon {
	background-position:3px -752px;
}
.radioChannels ul li.classic.channel-selected span.icon,
.radioChannels .classic:hover span.icon {
	background-position:-54px -752px;
}