/* EXAMPLES ------------------------------------------------ */

.demo-wrap ul {
	width: 545px;
	/*height: 195px;*/
	overflow: hidden;
	padding:0px;
	margin:0px;
}

.demo-wrap li {
	list-style: none;
	margin: 0;
}

.view-examples li {
	list-style: disc;
	margin-left:5px;
	margin-bottom: 5px;
}

.view-examples li a {
	color: #de312a;
}

.view-examples li a:hover {
	text-decoration: underline;
}

/*notes tips*/
#block-block-5 {
	border-top: dotted #c3c3c1 1px;
	margin-top: 20px;
	padding-top: 15px;
}

#block-block-5 li {
	list-style: disc;
	margin-left: 16px;
	margin-bottom: 5px;
}

.not-front .node-content {
	border-bottom: dotted #c3c3c1 1px;
	margin-bottom:  20px;
	padding-bottom: 10px;
}

.demo-wrap.border {
	border-top: dotted #c3c3c1 1px;
	padding-top: 15px;
}

.demo-wrap.border .bx-window {
	margin-top: 78px;
}

.demo-wrap .left {
	width: 160px;
	float: left;
}

.demo-wrap .right {
	width: 360px;
	float: left;
}

.demo-wrap .right .album {
	/*margin-top: 60px;*/
	font-size: 11px;
	font-family:Arial;
	
}

.demo-wrap .right .band {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align:justify;
}

.demo-wrap .multiple li {
	width: 190px;
}

.demo-wrap .bx-wrapper {
	margin: 0 auto;
}

.demo-wrap .bx-prev {
	position: absolute;
	top: 58px;
	left: -55px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_left.png) no-repeat 0 -31px;
}

.demo-wrap .bx-next {
	position: absolute;
	top: 58px;
	right: -40px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_right.png) no-repeat 0 -31px;
}

.demo-wrap .bx-next:hover,
.demo-wrap .bx-prev:hover {
	background-position: 0 0;
}
