*{
	margin:0;
	padding:0;
}

.mp_wrapper{
	max-width:1000px;
	height:530px;
	margin:1px auto 5px auto;
	top:70px;
	position:relative;
}
.mp_content_wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 667px;
	height: 385px;
    background: -webkit-linear-gradient(#382819, #660000, #382819);
    background: -moz-linear-gradient(#382819, #660000, #382819);
    background: -o-linear-gradient(#382819, #660000, #382819);
    background: linear-gradient(#382819, #660000, #382819);
	border: ridge 2px #D9A300;  
    border-radius: 10px;   
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
}
.mp_player{
	position: absolute;
	top: 1px;
	left: 683px;
	width: 315px;
	height: 385px;
    background: -webkit-linear-gradient(#382819, #660000, #382819);
    background: -moz-linear-gradient(#382819, #660000, #382819);
    background: -o-linear-gradient(#382819, #660000, #382819);
    background: linear-gradient(#382819, #660000, #382819);
	border: ridge 2px #D9A300;  
    border-radius: 10px;   
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
}
.mp_content img{
	width:250px;
	border: ridge 2px #D9A300;
	border-radius: 8px;   
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
	margin:10px 10px 8px 10px;
}
.mp_description{
	width:641px;
	height:130px;
	margin:0 auto;
	overflow:auto;
	text-overflow:ellipsis;
	border: ridge 2px #D9A300;
	border-radius: 8px;   
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;
	background-color:#dddddd;
}
.mp_description h2{
	font-size:12px;
	margin:5px;
	color:#f0f0f0;
	background:transparent url(../images/bg.png) repeat top left;
	padding:3px 0px 4px 10px;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
	border-radius: 8px;   
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;
}
.mp_description p{
	padding:5px;
	line-height:17px;
}
.mp_songs{
	width: 375px;
	height: 220px;
	position: absolute;
	right: 10px;
	top: 10px;
	overflow:auto;
}
a.mp_playall{
	background:#000 url(../images/play_big.png) no-repeat center center;
	width:50px;
	height:50px;
	position:absolute;
	top:95px;
	left:100px;
	text-indent:-9000px;
	outline:none;
	display:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.mp_songs > div{
	background-color:#DDDDDD;
	width:100%;
	margin-bottom:5px;
	height:25px;
	  border-radius: 5px;   
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;
}
.mp_songs div h3{
	width:245px;
	line-height:25px;
	margin-left:10px;
	font-size:12px;
	font-style:italic;
	float:left;
}
.mp_options{
	width:48px;
	float:right;
}
.mp_options span{
	text-indent:-9000px;
	width:20px;
	height:26px;
	margin:0px 2px 0px 0px;
	float:left;
	cursor:pointer;
}
.mp_options span.mp_addpl{
	background:transparent url(../images/add.png) no-repeat center center;
}
.mp_options span.mp_play{
	background:transparent url(../images/play.png) no-repeat center center;
	
	 
}
ul.mp_albums img{
	width:70px;
	cursor:pointer;
	opacity:1;
filter:alpha(opacity=100);

}
ul.mp_albums img:hover{
opacity:0.40;
filter:alpha(opacity=40);
}	
.jcarousel-skin .jcarousel-container {
	position:absolute;
	top:400px;
	left:0px;
	background: -webkit-linear-gradient(#382819, #660000, #382819);
    background: -moz-linear-gradient(#382819, #660000, #382819);
    background: -o-linear-gradient(#382819, #660000, #382819);
    background: linear-gradient(#382819, #660000, #382819);
	border: ridge 2px #D9A300;  
    border-radius: 10px;   
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px;
}
.jcarousel-skin .jcarousel-container-horizontal {
    width: 939px;
    padding: 3px 30px;
}
.jcarousel-skin .jcarousel-clip-horizontal {
    width:  939px;
    height: 101px;
}
.jcarousel-skin .jcarousel-item {
    width: 70px;
    height: 90px;
	border: ridge 2px #D9A300;
	-webkit-border-radius:3px;
     -moz-border-radius:3px;
     border-radius:3px;

}
.jcarousel-skin .jcarousel-item-horizontal {
    margin: 0px 0px 0px 0px;
}

.jcarousel-skin .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-skin .jcarousel-next-horizontal {
    position: absolute;
    top: 45px;
    right: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../images/br_next.png) no-repeat center center;
}
.jcarousel-skin .jcarousel-prev-horizontal {
    position: absolute;
    top: 45px;
    left: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: transparent url(../images/br_prev.png) no-repeat center center;
}
/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 *
 * Copyright (c) 2010 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
*/

div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	font-size:1em; /* No parent CSS that can effect the size in these demos */
	line-height:1.6;
	color: #666;
	margin-top:4px;
}
div.jp-interface {
	position: relative;
	width:215px;
	height:60px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	position: absolute;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
	opacity: 1.0;
	top: 0px;
}
div.jp-interface ul.jp-controls a:hover{
	opacity:0.6;
}
.luz a:hover{
	opacity:0.6;
}
a.jp-previous {
	left:4px;
	top:0px;
	width:30px;
	height:30px;
	background: url(icons/playback_prev.png) no-repeat center center;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left: 40px;
}
a.jp-play {
	background: url(icons/playback_play.png) no-repeat center center;
	width:30px;
	height:30px;
}
a.jp-pause {
	background: url(icons/playback_pause.png) no-repeat center center;
	display: none;
	width:30px;
	height:30px;
}
a.jp-next {
	left: 74px;
	top: 2px;
	width: 30px;
	height: 30px;
	background: url(icons/playback_next.png) no-repeat center center;
}
a.jp-stop {
	top: 3px;
	background: url(icons/playback_stop.png) no-repeat center center;
	width: 30px;
	height: 30px;
}
div.jp-playlist-player a.jp-stop {
	left: 108px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top: 38px;
	width: 285px;
	font-size: 10px;
	color: #fff;
}
div.jp-total-time {
	text-align: right;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left: 15px;
}
div.jp-progress {
	position: absolute;
	overflow: hidden;
	top: 38px;
	border: 1px solid #000;
	width: 285px;
	height: 15px;
}
div.jp-playlist-player div.jp-progress {
	left: 15px;
}
div.jp-load-bar {
	background: url("jplayer.codrops.png") 0 0 repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.codrops.png") 0 -15px repeat-x ;
	width:0px;
	height:15px;
}
a.jp-volume-min {
	top: 2px;
	background: url(icons/sound_mute.png) no-repeat center center;
	width: 30px;
	height: 30px;
	left: 142px;
}
a.jp-volume-max {
	top: 2px;
	background: url(icons/sound_high.png) no-repeat center center;
	width: 30px;
	height: 30px;
	left: 246px;
}
div.jp-volume-bar {
	position: absolute;
	overflow: hidden;
	top: 11px;
	background: url("jplayer.codrops.png") 0 0px repeat-x;
	width: 70px;
	height: 7px;
	cursor: pointer;
	left: 174px;
}
div.jp-volume-bar-value {
	background: url("jplayer.codrops.png") 0 -30px repeat-x;
	width:0px;
	height:5px;
}
div.jp-playlist {
	width:308px;
	height:310px;
	overflow-y:auto;
	overflow-x:hidden;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0;
	border-top:none;
	width:295px;
	font-size:10px;
}
div.jp-playlist-player div.jp-playlist li {
	padding:3px;
	margin:3px 6px;
	background-color:#DDDDDD;
	  border-radius: 4px;   
    -moz-border-radius: 4px;  
    -webkit-border-radius: 4px;
}
div.jp-playlist-player div.jp-playlist li span{
	width:16px;
	height:16px;
	float:right;
	cursor: pointer;
	background: url(icons/remove.png) no-repeat center center;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {

}
div.jp-playlist-player div.jp-playlist a {
	color: #ccc;
	text-shadow:1px 1px 1px #000;
	text-transform:uppercase;
	text-decoration: none;
}
div.jp-playlist-player div.jp-playlist a:hover {
	color:#fff;
}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {
	color:#000000;
}


