.jcarousel-wrapper {
    padding: 10px 30px 10px 30px;
    position: relative;
	background: #222;
}

/** Carousel **/

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    color: #fff;
    font: 24px/27px Arial,sans-serif;
    height: 175px;
    padding-top: 80px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    top: 0;
    width: 30px;
}

.jcarousel-control-prev {
    left: 0px;
}

.jcarousel-control-next {
    right: 0px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}


.lmn-discography .section_title {
	margin-left: 30px
}

.lmn-demography-cimg {
	height:160px;
	width:180px;
	opacity: 0.5;
}

.lmn-demography-cimg-current {
	opacity: 1;
}

.discog_album_detail_right {
	font-family: 'aaarghnormal',"Lucida Grande","Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

.discography_tracks {
	margin-top: 20px;
}

.discography_tracks_list {
	float: left;
}

.discography_tracks_lyrics {
	float:left;
}

.discography_tracks_lyrics {
	background: #222;
	padding: 10px;
}

.discography_tracks_lyrics_hide {
	display: none;
}

.discography_tracks_lyrics_title {
	border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.discography_tracks {
	font-size: 12px;
}

.discography-lyrics {
	padding-left: 20px;
	color: #ffffff;
}

.discography-download {
	float:right;
}

.grid_list_image{
	position: relative;
	display: table;
}
.grid_list_text{
  height: 50px;
  left: 0;
	top: 40%;
	padding: 30%;
  padding: 0 10px;
	text-align: center;
  vertical-align: middle;
  position: absolute;
	height: 30px;
  width: 100%;
	font-size: 13px;
}
.grid_list_name{
	  background-color: rgba(0,0,0,0.7);
    height: 50px;
    left: 0;
		top: 0;
		padding: 30%;
    padding: 0 3px;
    vertical-align: middle;
    position: absolute;
		height: 100%;
    width: 100%;
		font-size: 13px;
}


/* Albums listings  */
.album_title {
	font-family: 'Oswald', sans-serif;
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ffffff;
	padding-bottom: 1em;
}
.track_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #939393;
	padding-bottom: 3px;
}

.track_number {
	float:left;
	width: 2em;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #939393;
}
.track_length {
	width: 3em;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #939393;
}

.album_container {
	padding-bottom: 35px;
}

.album_info {
	padding-left: 0;
	
}

.album_buy_link {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: Grey;
	border: 1px solid Grey;	
	padding: 2px 8px 2px 8px;
	margin-bottom: 5px;
}

.album_img {
	padding-bottom: 6px;
}

.release_date {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #939393;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.fa {
	color: #939393;
	padding-right: 2px;
}

@media (max-width : 776px) {
	.album_tracklisting {
	padding-left: 0px;
	}
}

