.demo-wrap #slider1 {
	overflow: hidden;
}

.demo-wrap {
	-webkit-box-shadow: 0 10px 15px -6px #222;
	-moz-box-shadow: 0 10px 15px -6px #222;
	box-shadow: 0 10px 15px -6px #222;
	border: 10px solid #090;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	height: 337px;
	background-color: #FFF;
	padding-top: 40px;
}
.demo-wrap .left {
	float: left;
	height: 250px;
}


.demo-wrap .left .band {
	color: #FFF;
	line-height: 30px;
	background-color: #F00;
	text-align: center;
	height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

.demo-wrap .left .album {
	font-size: 52px;
	line-height: 55px;
	height: 55px;
	width: 100px;
	text-align: center;
	font-weight: bold;
	color: #333;
	border: 1px none #666;
}

.demo-wrap .right {
	float: left;
	white-space: nowrap;
	position: relative;
	height: 250px;
	width: 450px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}
.demo-wrap .right .btn a{
	font-weight: bold;
	color: #FFF;
	background-color: #0C0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.demo-wrap .right .cat {
	/*	font-family: 'Happy Monkey', cursive;*/
	font-size: 24px;
	position: absolute;
	float: right;
	width: 443px;
	text-align: right;
	height: 36px;
	left: 4px;
	top: 3px;
	overflow: visible;
}
.demo-wrap .right img {
	float: left;
	margin-right: 10px;
	position: absolute;
	height: 200px;
	width: 200px;
	left: 16px;
	top: 40px;
}
.demo-wrap .right .pric {
	/*font-family: 'Happy Monkey', cursive;*/
	font-size: 64px;
	color: #333;
	width: 227px;
	position: absolute;
	right: 5px;
	top: 93px;
	font-weight: bold;
	text-align: right;
}
.demo-wrap .right .per {
	/*	font-family: 'Happy Monkey', cursive;*/
	font-size: 16px;
	position: absolute;
	right: 5px;
	width: 200px;
	text-align: right;
	top: 165px;
}
.demo-wrap .right .stroke{
	background-image: url(/img/strike.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 225px;
	position: absolute;
	left: 220px;
	top: 38px;
}


.demo-wrap .bx-wrapper {
	margin: 0 auto;
}

.demo-wrap .bx-prev {
	position: absolute;
	top: 78px;
	left: -45px;
	width: 25px;
	height: 42px;
	text-indent: -999999px;
	background-image: url(../slider/arrows.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.demo-wrap .bx-next {
	position: absolute;
	top: 78px;
	right: -45px;
	width: 100px;
	height: 42px;
	text-indent: -999999px;
	background-image: url(../slider/arrows.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	clip: rect(auto,auto,auto,75px);
}

.demo-wrap .bx-next:hover,
.demo-wrap .bx-prev:hover {
	background-position: 0 0;
}
