:focus { outline:0px; }
#page 
{
    float:none;
    text-align:center;
    
}

#page ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}

/* EXAMPLES ------------------------------------------------ */

.demo-wrap ul {
	width: 200px;
	height: 140px;
	overflow: hidden;	
}

.demo-wrap li {
	list-style: none;
	margin: 0;
	height: 170px;
	
	
}

.view-examples li {
	list-style: disc;
	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;
	
	padding-top: 15px;
}

#block-block-5 li {
	list-style: disc;
	
}

.not-front .node-content {
	border-bottom: dotted #c3c3c1 1px;
	
}

.demo-wrap.border {
	border-top: dotted #c3c3c1 1px;
	padding-top: 15px;
}

.demo-wrap.border .bx-window {
	margin-top: 78px;
}

.demo-wrap .left {
	
	float: left;
}

.demo-wrap .right {
	
	float: left;
}

.demo-wrap .right .album {
	
	font-size: 16px;
}

.demo-wrap .right .band {
	font-size: 14px;
	color: #838383;
}

.demo-wrap .multiple li {
	width: 160px;
	
	
}

.demo-wrap .bx-wrapper {
	margin: 0 auto;
}

.demo-wrap .bx-prev {
	position: absolute;
	bottom: 0px;
	left: 45px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_left.png) no-repeat 0 -31px;
	padding-bottom:10px;
}

.demo-wrap .bx-next {
	position: absolute;
	bottom: 0px;
	right: 45px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_right.png) no-repeat 0 -31px;
	padding-bottom:10px;
	
	
}

.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;
	text-transform: capitalize;
}*/

.bx-strt {
	color: #f1eee7;
	font-size: 14px;
	background: #838383;
	padding: 4px 7px;
	text-transform: capitalize;
}


.bx-strt:hover {
	background: #525044;
	text-decoration: none;
}







