.round {
    display:block;
    padding: 20px;
    background:#f1f1f1;
    border:1px solid #b7b7b7;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin:0px 0px 20px 0px;
}

.box {
    display: block;
    background-color: white;
    margin-bottom: 25px;
    padding: 20px;
    -moz-box-shadow: 3px 2px 3px #999;
    -webkit-box-shadow: 3px 2px 3px #999;
    box-shadow: 3px 2px 3px #999;
    border: 0px solid white;
    border-left-width: 4px;
}

.slide-out {
    display:none;
    position:fixed;
    top:100px;
    left:0px;
    width:330px;
    height:300px;
    background-color:rgba(255,255,255,0.8);    
    z-index:100;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border:1px solid rgba(0,0,0,0.5);
    padding:20px 20px 20px 90px;
}


.slide-out-trigger {
    display:block;
    position:absolute;
    top:110px;
    left:0px;
    width:40px;
    height:18px;
    background-color:rgba(0,0,0,0.5);    
    border:1px solid #777;
    z-index:200;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    padding:20px 20px 20px 20px;
    font-size:18px;
    color:#fff;
    cursor:pointer;
}
#slider {
    position:absolute;
    z-index:100;
    left:0px;
    top:400px;
    width:100%;
    height:200px;
}




#slider img {
    height:190px;
}

#slider1next {
    position:absolute;
    z-index:101;
    right:0px;
    top:500px;
    width:40px;
    height:40px;
}

#slider1next a {
    display:block;
    padding:20px;
    border:1px solid #777;
    background-color:#333;
}

#slider1prev {
    position:absolute;
    z-index:101;
    left:0px;
    top:500px;
    width:40px;
    height:40px;
}

#slider1prev a {
    display:block;
    padding:20px;
    border:1px solid #777;
    background-color:#333;
}

#social-media-tab {
    position:fixed;
    top:100px;
    left:0px;
    width:60px;
    height:170px;
    background-color:#ff9E01;    
    z-index:100;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    padding:5px;
}

#social-media-tab ul {
    list-style:none;
    padding:0;
    margin:0;
}

#social-media-tab ul li {
    padding:3px;
}

.bzp-ui-list-form {
    background:#FF9900 !important;
    margin:20px 0px;
    width:260px !important;
}

.bzp-ui-list-form #email {
    width:230px;
    font-size:16px;
}

.bzp-ui-list-form #submit {
    background:#000 !important;
    color:#ffffff !important;
}













div.jp-playlist-player {
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    background-color:#ff9900;
    background-repeat:repeat-x;
    padding:10px;
    margin:20px 0px 20px 0px;
   -moz-box-shadow:inset 0 5px 10px #000;
   -webkit-box-shadow:inset  0 5px 10px #000;
}

div.jp-playlist {
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background-color: rgba(0,0,0,0.5);
    padding:10px;
   -moz-box-shadow:inset 0 5px 10px #000;
   -webkit-box-shadow:inset  0 5px 10px #000;
    margin-bottom:20px;
    font-size:15px;
}

div.jp-interface {
	position: relative;
	width:100%;
	height:60px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {


}

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;
}
a.jp-play,
a.jp-pause {
	top:10px;
	width:40px;
	height:40px;
}
div.jp-single-player a.jp-play,
div.jp-single-player a.jp-pause {
	left:40px;
}
div.jp-playlist-player a.jp-play,
div.jp-playlist-player a.jp-pause {
	left:48px;
}
a.jp-play {
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png") 0 0 no-repeat;
}
a.jp-play:hover {
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png") -41px 0 no-repeat;
}
a.jp-pause {
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png") 0 -42px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png") -41px -42px no-repeat;
}
a.jp-stop {
	top:16px;
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png") 0 -83px no-repeat;
	width:28px;
	height:28px;
}
div.jp-single-player a.jp-stop {
	left:90px;
}
div.jp-playlist-player a.jp-stop {
	left:126px;
}
a.jp-stop:hover {
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png") -29px -83px no-repeat;
}
a.jp-previous {
	left:20px;
	top:16px;
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png?s") 0 -112px no-repeat;
	width:28px;
	height:28px;
}
a.jp-previous:hover {
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png?s") -29px -112px no-repeat;
}
a.jp-next {
	left:88px;
	top:16px;
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png?s") 0 -141px no-repeat;
	width:28px;
	height:28px;
}
a.jp-next:hover {
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png?s") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:18px;
	background-color: #fff;
	width:122px;
	height:15px;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
}
div.jp-single-player div.jp-progress {
	left:130px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	width:0px;
	height:15px;
	cursor: pointer;
        background:#848484;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        overflow:hidden;
}

div.jp-play-bar {
	width:0px;
	height:15px;
	cursor: pointer;
        background:#545454;
        border-radius:10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px;
        
}


a.jp-volume-min {
	top:18px;
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png") 0 -170px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-min {
	left:274px;
}
div.jp-playlist-player a.jp-volume-min {
	left:296px;
}
a.jp-volume-min:hover {
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png") -19px -170px no-repeat;
}
a.jp-volume-max {
	top:18px;
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png") 0 -186px no-repeat;
	width:18px;
	height:15px;
}
div.jp-single-player a.jp-volume-max {
	left:346px;
}
div.jp-playlist-player a.jp-volume-max {
	left:368px;
}
a.jp-volume-max:hover {
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:23px;
	background: url("http://kristyo.com/public/564369f1-eff1-11df-85d0-fc56b58c9e72/public/jplayer.black.witty.png") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
        background:#ccc;
	left:292px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
        background:#333;
	width:0px;
	height:5px;
        
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:19px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {left:130px;}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {left:164px;}
div.jp-playlist {width:auto;font-size:15px;}
div.jp-playlist ul {list-style-type:none;margin:0;padding:0 0px;border:1px solid #f1f1f;border-top:none;width:auto;font-size:.72em;}
div.jp-playlist ul li {background-color:none;padding:5px 10px;font-size:11px;}
div.jp-playlist ul li.active {background-color:#545454;padding:5px 10px;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;}


div.jp-playlist ul li.active a div {font-size:15px;}

div.jp-playlist ul div {color:#000;}
div.jp-single-player div.jp-playlist li {padding:5px 0 5px 0px;font-weight:bold;color:#fff;font-size:15px;}
div.jp-playlist-player div.jp-playlist li {}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_item_last {border-bottom:none;font-size:15px;}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {list-style-type:square;list-style-position:inside;color:#000;padding-left:8px;}
div.jp-playlist-player div.jp-playlist a {color:#fff;text-decoration: none;}

div.jp-playlist-player div.jp-playlist a {font-size:15px;}
div.jp-playlist-player div.jp-playlist a:active,
div.jp-playlist-player div.jp-playlist a:hover {color:#fff;font-size:12px;}
div.jp-playlist-player div.jp-playlist a.jplayer_playlist_current {color:#fff;}		
div.jp-playlist ul li div.title {float:left;width:200px;color:#fff;}
div.jp-playlist ul li div.title a {display:block;padding:5px;}
div.jp-playlist ul li div.colPlays {float:right;width:60px;color:#fff;text-align:right;padding:0px 3px;}
div.jp-playlist ul li div.colDownload {float:right;width:60px;color:#fff;padding:0px 3px;text-align:center;}
div.jp-playlist ul li div.colDownload a {text-decoration:underline;}
div.jp-playlist ul li div.colDownloads {float:right;width:40px;color:#fff;text-align:right;padding:0px 3px;}
div.jp-playlist ul li div.colItunes {float:right;width:40px;color:#fff;text-align:center;padding:0px 3px;}
div.jp-playlist ul li div.colItunes:hover {background-color:#F90;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;}




