a {
	text-decoration: none;
}


/* EXAMPLES ------------------------------------------------ */

.demo-wrap ul {
	width: 715px;
	height: 195px;
	overflow: hidden;
}

.demo-wrap li {
	list-style: none;
	margin: 0;
	height: 316px;
	width:810px;
	/*background: url(../images2/bg3.png);
padding: 8px;*/
}

.demo-wrap.border {
	border-top: dotted #c3c3c1 1px;
	padding-top: 15px;
}

.demo-wrap.border .bx-window {
	margin-top: 78px;
}

.demo-wrap .left {
	width: 205px;
	float: left;
}

.demo-wrap .right {
	width: 320px;
	float: left;
}

.demo-wrap .right .album {
	margin-top: 60px;
	font-size: 16px;
}

.demo-wrap .right .band {
	font-size: 14px;
	color: #838383;
}

.demo-wrap .multiple li {
	width: 190px;
}

.demo-wrap .bx-wrapper {
	/*margin: 0 auto;*/
}

.demo-wrap .bx-prev {
	position: absolute;
	top: 120px;
	right: 60px;
	width: 40px;
	height: 40px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_left.png) no-repeat 0 -40px;
}

.demo-wrap .bx-next {
	position: absolute;
	top: 175px;
	right: 60px;
	width: 40px;
	height: 40px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_right.png) no-repeat 0 -40px;
}

.demo-wrap .bx-next:hover,
.demo-wrap .bx-prev:hover {
	background-position: 0 0;
}

.field .field-label {
	font-size: 14px;
	color: #838383;
	font-weight: normal;
	margin-bottom: 5px;
}

/*start / stop*/
.bx-auto {
	text-align: center;	
}

.bx-start {
color: #F1EEE7;
font-size: 14px;
background: #838383;
padding: 4px 7px;
border-radius: 3px;
text-transform: capitalize;
}

.bx-start:hover {
	background: #525044;
	text-decoration: none;
}
