#wrap {
	overflow: hidden;
	}

#demo {
	margin: 0;
	float: left;
	}

#about {
	padding: 0 50px 0 0;
	_padding: 0 48px 0 0;
	}


/* target IE7 and IE6 */
*:first-child+html pre {
	overflow-y: hidden;
	overflow: visible;
	overflow-x: auto; 
	}
* html pre {
	overflow: visible;
	overflow-x: auto;
	width: 480px;
	}


span.note, span.note a {
	color: #aaa;
	}

span.note a:hover {
	color: #4f4f4f;
	}



/*-- jShowOff module styles --*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	position: relative;
	overflow: hidden;
	width: 960px;
	height: 200px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	}
.jshowoff {
	width: 960px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}

.jshowoff-pausetext {
	color: #fff;
	}

.jshowoff-1-prev{
	background:url(images/prev_btn.png) no-repeat top left;
	width:47px;
	height:48px;
	left: 0;
    position: absolute;
    top: 65px;
}
.jshowoff-1-next{
	background:url(images/next_btn.png) no-repeat top right;
	width:47px;
	height:48px;
	right: 0;
    position: absolute;
    top: 65px;
}
#features .slider_inner{
    height: 180px;
    padding: 10px 55px;
	width:850px;
	line-height:20px;
	float:left
}
#features .slider_inner h2{
	font-family:Tahoma, Geneva, sans-serif!important;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	margin:15px 0;
}
#features .slider_inner p{
	line-height:20px;
	font-size:13px
}
#features .slider_inner img{
	float:right
}
#features .slider_inner a{
	color:#7b5a47;
	text-decoration:underline;
	font-weight:bold;
}