@font-face {
	font-family: 'FuturaBold';
	src: url('fonts/futura-bold-webfont.eot');
	src: local('☺'), url('fonts/futura-bold-webfont.woff') format('woff'), url('fonts/futura-bold-webfont.ttf') format('truetype'), url('fonts/futura-bold-webfont.svg#webfont5qHvZF7A') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	padding: 0px;
	background: white;
	font: bold 16px Futura, Helvetica, Arial, sans-serif;
	font: 16px 'FuturaBold', Futura, Helvetica, Arial, sans-serif;
	position: relative;
	color: black;
	min-height: 540px;
	min-width: 960px;
	padding-top: 50px;
}

a {
	xcolor: #ace0f0;
	color: #94cde3;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	outline: none;
}
a:hover {
	color: black;
}
a:active {
	opacity: 0.4;
}

p {
	font: 13px Georgia, Times, serif;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	max-width: 600px;
	text-align: justify;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: move;
}

.dragMe {
	cursor: move;
}

#logo {
	position: absolute;
	left: 1056px;
	top: 1260px;
	z-index: 100;
}

#logotext {
	position: absolute;
	left: 1056px;
	top: 1472px;
	z-index: 100;
	width: 722px;
	height: 68px;
}

#logotext_top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 722px;
	height: 34px;
	background: url(images/logo_text.png) 0px 0px no-repeat;
	display: block;
	text-indent: -5000em;
}

#logo_buy {
	position: absolute;
	top: 34px;
	left: 0px;
	width: 332px;
	height: 34px;
	background: url(images/logo_text.png) 0px -34px no-repeat;
	display: block;
	text-indent: -5000em;
}

#logo_more_info {
	position: absolute;
	top: 34px;
	left: 332px;
	width: 390px;
	height: 34px;
	background: url(images/logo_text.png) -332px -34px no-repeat;
	display: block;
	text-indent: -5000em;
}

#buylinks {
	background: black;
	background: rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-border-radius: 10px;
	border: 2px solid black;
	position: absolute;
	top: -100px;
	left: 0px;
	padding: 20px;
	z-index: 800;
	width: 682px;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	opacity: 0;
	filter: alpha(opacity = 0);
	top: -1000px;
	color: white;
}

#buylinks.show {
	opacity: 1;
	filter: alpha(opacity = 100);
	top: -100px;
}

.audio_player, .audio_player_embed {
	margin: 0px 10px;
	margin-top: -20px;
	display: inline-block;
}

#feature {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#nextFeature {
	position: absolute;
	z-index: 1000;
	top: 50%;
	right: 0px;
	width: 60px;
	height: 60px;
	background: url(images/arrow_right.png) no-repeat;
	text-indent: -5000em;
	display: block;
	margin-top: -30px;
}#nextFeature:hover {
	right: -3px;
}

#prevFeature {
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 0px;
	width: 60px;
	height: 60px;
	background: url(images/arrow_left.png) no-repeat;
	text-indent: -5000em;
	display: block;
	margin-top: -30px;
}#prevFeature:hover {
	left: -3px;
}

.feature {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
}

#feature1 {
	left: 0%;
}#feature2 {
	left: 100%;
}#feature3 {
	left: 200%;
}#feature4 {
	left: 300%;
}#feature5 {
	left: 400%;
}

.active2 #feature1 {
	left: -100%;
}.active2 #feature2 {
	left: 0%;
}.active2 #feature3 {
	left: 100%;
}.active2 #feature4 {
	left: 200%;
}.active2 #feature5 {
	left: 300%;
}

.active3 #feature1 {
	left: -200%;
}.active3 #feature2 {
	left: -100%;
}.active3 #feature3 {
	left: 0%;
}.active3 #feature4 {
	left: 100%;
}.active3 #feature5 {
	left: 200%;
}

.active4 #feature1 {
	left: -300%;
}.active4 #feature2 {
	left: -200%;
}.active4 #feature3 {
	left: -100%;
}.active4 #feature4 {
	left: 0%;
}.active4 #feature5 {
	left: 100%;
}

.active5 #feature1 {
	left: -400%;
}.active5 #feature2 {
	left: -300%;
}.active5 #feature3 {
	left: -200%;
}.active5 #feature4 {
	left: -100%;
}.active5 #feature5 {
	left: 0%;
}

.givingupthegunvideo {
	background: #d3dee0;
}

#gun_background{
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#gun_title {
	width: 500px;
	height: 316px;
	display: block;
	text-indent: -5000em;
	background: url(images/gun_title.png) 0px 0px no-repeat;
	position: absolute;
	z-index: 500;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -163px;
}

#holidayvideoframe {
	border: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 50px;
	left: 50px;
	width: 512px;
	height: 319px;
	z-index: 999;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}

#holiday_text {
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 50px;
	text-align:center;
	z-index: 999;
	text-transform: uppercase;
	color: white;
	font-size: 20px;
	line-height: 50px;
	-webkit-text-stroke: 1px transparent;
}

.play_video {
	display: block;
	width: 150px;
	height: 25px;
	overflow: hidden;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	background: rgba(0,0,0,0.7);
	color: white !important;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	position: absolute;
	z-index: 500;
	bottom: 30px;
	left: 50%;
	margin-left: -80px;
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	line-height: 25px;
}

a:hover .play_video {
	color: #94cde3 !important;
	background: white;
}

#holiday_cs_img{
	width: 100%;
	position: absolute;
	top: -150px;
	left: 0px;
}

.fall_tour {
	text-align: center;
	background: #221f73;
}

#fall_tour{
	height: 100%;
}

#container {
	position: relative;
	z-index: 700;
	overflow: hidden;
	background: #94cde3;
	width: 100%;
	min-height: 400px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

#container a{
	color: white;
}#container a:hover{
	opacity: 0.6;
}

#tracklisting {
	position: absolute;
	left: 1956px;
	top: 1130px;
	z-index: 100;
	text-transform: uppercase;
	width: 250px;
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
}

#tracklisting.show {
	opacity: 1;
}

#tracklisting h3{
	font-size: 30px;
	margin-bottom: 30px;
	color: white;
}

#tracklisting ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-bottom: 30px;
}

#tracklisting ul li{
	font-size: 25px;
	width: 300px;
}

#tracklisting p {
	font: bold 16px Futura, Helvetica, Arial, sans-serif;
	font: 16px 'FuturaBold', Futura, Helvetica, Arial, sans-serif;
}

.song {
	position: absolute;
	z-index: 100;
	text-transform: uppercase;
	width: 500px;
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	color: white;
}

.song.show {
	opacity: 1;
}

.song h3{
	margin-bottom: 30px;
	font-size: 30px;
	color: white;
}

.song h3 .more {
	font-size: 16px;
}

.song p {
	font: bold 16px Futura, Helvetica, Arial, sans-serif;
	font: 16px 'FuturaBold', Futura, Helvetica, Arial, sans-serif;
	line-height: 18px;
}

#feature iframe {
	border: 0px;
	width: 100%;
	height: 100%;
}

#horchata {
	left: 50px;
	top: 50px;
}

#whitesky {
	left: 2000px;
	top: 1950px;
}

#holiday {
	left: 1800px;
	top: 200px;
}

#californiaenglish {
	left: 100px;
	top: 1500px;
	width: 650px;
}

#taxicab {
	left: 2700px;
	top: 2100px;
}

#run {
	left: 2700px;
	top: 100px;
}

#cousins {
	left: 900px;
	top: 150px;
}

#givingupthegun {
	left: 800px;
	top: 2300px;
}

#diplomatsson {
	left: 1400px;
	top: 1900px;
}

#ithinkuracontra {
	left: 150px;
	top: 2400px;
}

#main {
	min-height: 50px;
}

#copyright {
	border-top: 5px solid rgba(0,0,0,0.1);
	text-align: left;
	margin-right: 25px;
	margin-top: 50px;
	padding-top: 20px;
	color: rgba(0,0,0,0.1);
	text-shadow: 0px -1px 1px white;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 25px;
}

#copyright a{
	float: right;
	color: rgba(0,0,0,0.1);
}#copyright a:hover{
	color: rgba(0,0,0,0.6);
}

h2 {
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #94cde3;
	-webkit-text-stroke:1px transparent;
}

h3 {
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #94cde3;
	-webkit-text-stroke:1px transparent;
}

.date {
	display: block;
	font: italic 13px Georgia, Times, serif;
	line-height: 20px;
	margin-bottom: 20px;
}

#header {
	height: 50px;
	background: white;
	position: relative;
	position: fixed;
	width: 100%;
	z-index: 2000;
	top: 0px;
	-webkit-box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	min-width: 960px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	width: 120px;
	height: 50px;
	overflow: hidden;
} #header h1 a {
	background: #94cde3;
	display: block;
}#header h1 a span{
	display: block;
	width: 120px;
	height: 50px;
	background: url(images/logo_cutout.png) 0px 0px no-repeat;
	text-indent: -5000em;
}#header h1 a:hover {
	background: black;
}

#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 11px;
	right: 10px;
	color: #94cde3;
	letter-spacing: 1px;
}

#nav li{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	display: inline;
}

#nav li.selected a{
	background: url(images/nav_arrow.png) center 32px no-repeat;
	height: 50px;
	display: inline-block;
}

#signup {
	text-transform: uppercase;
	color: #94cde3;
	font-size: 20px;
	margin-top: 20px;
	display: inline;
}


#signup form{
	display: inline;
}

#signup #email_input {
	background: none;
	border: none;
	border-bottom: 2px solid #94cde3;
	color: #94cde3;
	font: italic 13px Georgia, Times, serif;
	width: 110px;
}

#signup #submit_btn {
	background: #94cde3;
	color: white;
	padding: 3px;
	font: bold 16px Futura, Helvetica, Arial, sans-serif;
	font: 16px 'FuturaBold', Futura, Helvetica, Arial, sans-serif;
	border: none;
	text-transform: uppercase;
	padding-top: 1px;
	padding-bottom: 1px;
}

#map {
	width: 100%;
	height: 200px;
}

.tour_dates {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: -1px;
}

.tour_dates li {
	margin-bottom: 19px;
	padding-bottom: 20px;
	border-bottom: 2px solid #94cde3;
	border-bottom: 8px solid rgba(0,0,0,0.1);
	padding-bottom: 17px;
	position: relative;
	line-height: 20px;
}

h4{
	line-height: 17px;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 23px;
	-webkit-text-stroke:1px transparent;
}

.tour_dates li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 5px;
}


.tour_dates li a:hover .date{
	color: black;
}

.date_content p{
	opacity: 0.5;
	font-style: italic;
}

.month {
	color: #698e59;
	text-transform: uppercase;
}

.big_date {
	text-align: center;
	font: italic 20px Georgia, Times, serif;
	color: black;
	color: rgba(0,0,0,0.3);
	line-height: 20px;
}

#single_date {
	margin-bottom: 50px;
}

#single_date p{
	text-align: center;
}

#tour_photos {
	text-align: center;
	margin-bottom: -3px;
}

#tour_photos input{
	width: 180px;
}

.big_date:last-child {
	margin-bottom: 0px;
}

.tour_photos {
	margin-top: 20px;
}

.tour_dates li .venue{
	font: bold 16px Futura, Helvetica, Arial, sans-serif;
	font: 16px 'FuturaBold', Futura, Helvetica, Arial, sans-serif;
	display: block;
	text-transform: uppercase;
	line-height: 20px;
	margin-top: -4px;
	-webkit-text-stroke:1px transparent;
}

.tour_dates li .date {
	top: 4px;
	left: -209px;
}

.tour_dates li .commentlink {
	top: 24px;
	left: -209px;
}

.morecontent {
	display: block;
	text-transform: uppercase;
	margin-top: 18px;
	padding-top: 20px;
	border-top: 2px solid #94cde3;
	border-top: 2px solid rgba(0,0,0,0.2);
}

.morecontent a{
	color: black;
	color: rgba(0,0,0,0.2);
}.morecontent a:hover{
	color: rgba(0,0,0,0.8);
}

.articlesmore {
	border-top: 5px solid rgba(0,0,0,0.1);
	text-align: left;
	margin-top: 25px;
	padding-top: 20px;
	color: rgba(0,0,0,0.1);
	text-shadow: 0px -1px 1px white;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 25px;
}

.articlesmore a{
	color: rgba(0,0,0,0.1);
}.articlesmore a:hover{
	color: rgba(0,0,0,0.6);
}

#fronttourmore {
	margin-top: 10px;
}

#contramundamtv h3 {
	padding: 20px;
	background: url(images/mundam.jpg) center no-repeat;
	-webkit-background-size: 100% auto;
	text-align: center;
	font-size: 25px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	margin: -20px;
}
#contramundamtv h3 a{
	color: white;
	display: block;
}#contramundamtv h3 a:hover{
	color: #94cde3;
}

#horchata_link h3 {
	padding: 30px 20px;
	background: url(images/horchata.jpg) top center no-repeat;
	-webkit-background-size: 100% auto;
	text-align: center;
	font-size: 25px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	margin: -20px;
}
#horchata_link h3 a{
	color: white;
	display: block;
}#horchata_link h3 a:hover{
	color: #94cde3;
}

#contra_listen h3 {
	padding: 20px 20px;
	background: url(images/kirsten.jpg) center no-repeat;
	-webkit-background-size: 100% auto;
	text-align: center;
	font-size: 25px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	margin: -20px;
}
#contra_listen h3 a{
	color: white;
	display: block;
}#contra_listen h3 a:hover{
	color: #94cde3;
}

#cousinsvideo h3 {
	padding: 20px;
	background: url(images/cousins.jpg) center no-repeat;
	-webkit-background-size: 100% auto;
	text-align: center;
	font-size: 25px;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	margin: -20px;
}
#cousinsvideo h3 a{
	color: white;
	display: block;
}#cousinsvideo h3 a:hover{
	color: #94cde3;
}

#videos .item object, #videos .item embed {
	width: 100%;
	height: 500px !important;
}

#videos .item p {
	line-height: 0px;
	max-width: 100%;
}	

.commentlink {
	display: block;
	font: italic 13px Georgia, Times, serif;
	line-height: 20px;
	margin-bottom: 20px;
	color: white;
}

.commentlink a{
	color: white;
}

#bigmap {
	height: 300px;
	overflow: hidden;
}

#bigmapcontainer {
	position: relative;
}

#tourDateInfo {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: white;
	-webkit-box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 0px rgba(0,0,0,0.1);
	padding: 10px;
	opacity: 0;
}

#tourDateInfo p{
	margin-bottom: 0px;
}

.comment_item {
	background: white url(images/lines.png) top left;
	margin-bottom: 20px;
	position: relative;
}

.comment_content {
	padding: 20px;
	color: black;
}

.comment_content p:last-child{
	margin-bottom: 0px;
}

.comment_content a{
	color: white;
	border-bottom: 1px solid white;
}

#content {
	width: 510px;
	margin: 50px auto;
}

#content h2 {
	font-size: 40px;
	text-align: center;
	color: white;
	padding: 10px;
	line-height: 29px;
	margin-bottom: 50px;
}

.item_content {
	background: white url(images/lines.png) top left;
	padding: 20px;
	position: relative;
	margin-bottom: 50px;
}

.item h3 {
	text-align: center;
	font-size: 25px;
	line-height: 20px;
	margin-bottom: 20px;
}

.item_content .date, .comment_item .date{
	position: absolute;
	top: 19px;
	left: -190px;
	width: 150px;
	text-align: right;
	color: white;
	background: url(images/date_icon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 10px;
	padding-bottom: 10px;
	color: black;
	color: rgba(0,0,0,0.3);
}

.comment_item .date a{
	color: white;
}

.item_content .commentlink, .commentby{
	position: absolute;
	top: 39px;
	left: -189px;
	width: 150px;
	text-align: right;
	color: white;
	background: url(images/comment_icon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 10px;
	padding-bottom: 10px;
}

.commentby {
	font: italic 13px Georgia, Times, serif;
	color: white;
}.commentby a{
	color: white;
}

.item_content p:last-child {
	margin-bottom: 0px;
}

#main{
	overflow: hidden;
}

/*********** news ***********/

#news {
	background: #d0bde8 url(images/background_lines.png) top center;
	background: #c2b3e1 url(images/background_lines.png) top center;
}

#news #content h2 {
	background: #a585cc;
}

#news h3 a, #news h3 {
	color: #a585cc;
}#news h3 a:hover {
	color: black;
	color: rgba(0,0,0,0.3);
}

#news .item_content .commentlink a:hover {
	color: #a585cc;
}

/*********** videos ***********/

#videos {
	background: #d57471 url(images/background_lines.png) top center;
}

#videos #content {
	width: auto;
	margin: 50px 200px;
}

#videos #content h2 {
	background: #b56361;
}

#videos h3 a, #videos h3 {
	color: #b56361;
}#videos h3 a:hover {
	color: black;
	color: rgba(0,0,0,0.3);
}

#videos .item_content .commentlink a:hover {
	color: #b56361;
}

/*********** music ***********/

#music {
	background: #6590ca url(images/background_lines.png) top center;
}

#music #content h2 {
	background: #5476a4;
}

#music h3 a, #music h3 {
	color: #5476a4;
}#music h3 a:hover {
	color: black;
	color: rgba(0,0,0,0.3);
}

#music .item_content .commentlink a:hover {
	color: #5476a4;
}

#music .item img {
	width: 100%;
}

/*********** links ***********/

#links {
	background: #dbb2d4 url(images/background_lines.png) top center;
}

#links #content h2 {
	background: #b679aa;
}

#links h3 a, #links h3 {
	color: #b679aa;
}#links h3 a:hover {
	color: black;
	color: rgba(0,0,0,0.3);
}

#links .item_content .commentlink a:hover {
	color: #b679aa;
}

/*********** photos ***********/

#photos {
	background: #f3eb86 url(images/background_lines.png) top center;
	background: #f0e27c url(images/background_lines.png) top center;
}

#photos #content {
	width: auto;
	margin: 50px 200px;
}

#photos #content h2 {
	background: #ebd932;
}

#photos h3 a, #photos h3 {
	color: #ebd932;
}#photos h3 a:hover {
	color: black;
	color: rgba(0,0,0,0.3);
}

#photos .item_content .commentlink a:hover {
	color: #ebd932;
}

#photogrid {
	text-align: center;
	line-height: 0px;
}

#photogrid a {
	display: inline-block;
}

#photogrid a img {
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
}

#photogrid a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
}	

#photogrid p {
	text-align: center;
	max-width: 10000px;
	border-bottom: 5px solid rgba(0,0,0,0.1);
	margin-bottom: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	font: bold 16px Futura, Helvetica, Arial, sans-serif;
	font: 16px 'FuturaBold', Futura, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	padding-bottom: 10px;
}

/*********** live ***********/

#live {
	background: #abcfa5 url(images/background_lines.png) top center;
	background: #a3c196 url(images/background_lines.png) top center;
}

#live #content h2 {
	background: #72a36a;
}

#live h3 a, #live h3 {
	color: #71a268;
}#live h3 a:hover {
	color: black;
	color: rgba(0,0,0,0.3);
}

#live .item_content .commentlink a:hover {
	color: #71a268;
}

li .ticket_link, li .ticket_link + p {
	display: none;
	position: absolute;
}

.ticket_link {
        text-align: center;
        text-transform: uppercase;
        display: block;
        font: 16px 'FuturaBold', Futura, Helvetica, Arial, sans-serif;
        margin-top: 20px;
}


/*********** contact ***********/

#contact {
	background: #9dc2b4 url(images/background_lines.png) top center;
}

#contact #content h2 {
	background: #629081;
}

#contact h3 a, #contact h3 {
	color: #618f7d;
}#contact h3 a:hover {
	color: black;
	color: rgba(0,0,0,0.3);
}

#contact .item_content .commentlink a:hover {
	color: #618f7d;
}

/*********** lyrics ***********/

#lyrics {
	background: #6590ca url(images/background_lines.png) top center;
}

#lyrics #content h2 {
	background: #5476a4;
}

#lyrics h3 a, #lyrics h3 {
	color: #5476a4;
}#lyrics h3 a:hover {
	color: black;
	color: rgba(0,0,0,0.3);
}

#lyrics .item_content .commentlink a:hover {
	color: #5476a4;
}

#lyrics .item img {
	width: 100%;
}
