/*-- demo page styles --*/
#demo, #about {
	width: 500px;
	float: left;
	}

#demo {
	margin: 10px 0px 0;
	margin-bottom:5px;
	}

 IE7 and IE6 */


#status.error p, #status.error li {
	color: #fff;
	margin-bottom: .4em;
	}

/*-- jShowOff module styles --*/


#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	background-repeat:repeat-x;
	position: relative;
	overflow: hidden;
	width:960px;
	height:220px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	background-color: #FFFFFF;
	background-image: url(../image/bg.jpg);
	}
.jshowoff {
	width:930px;
	margin: 10px 0;
	}
.jshowoff .outPage{	
	width:930px;
	height: 120px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {

	padding: 15px 20px 0px;
	margin: 0;
	}
.jshowoff p {


	}
.eddie {
	float: right;
	padding: 15px 20px 15px 20px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 5px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #999999;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	outline: none;


	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #0397fe;
	color: #0397fe;
	}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;


	padding: 4px 8px 5px;
	}

.jshowoff-pausetext {
	color: #fff;
	}


/*-- Re-styled Thumbnail Demo --*/

.thumbFeatures p.jshowoff-slidelinks {
	
	bottom: 0;
	
	padding: 5px 0 5px 5px;
	right: 400px;
	height: 15px;
	top:210px;
	margin-bottom:10px;
	}
.thumbFeatures .jshowoff-slidelinks a {
	display: block;
	width: 12px;
	height: 12px;
	background-color: none;
	background-repeat: no-repeat;
	margin: 0 8px 0 0;
	padding: 0;
	outline:0;

	text-indent: -10000em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	}
.thumbFeatures .jshowoff-slidelinks a.jshowoff-active {
	
	}
.thumbFeatures .jshowoff-slidelink-0 {
	
	}
.thumbFeatures .jshowoff-slidelink-1 {
	
	}
.thumbFeatures .jshowoff-slidelink-2 {
	
	}
.thumbFeatures .jshowoff-slidelink-3 {
	
	}
.thumbFeatures p.jshowoff-controls {
	background: none;
	height: 38px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 100%;
	z-index: 150;
	}
.thumbFeatures .jshowoff-controls a {
	display: block;
	width: 33px;
	height: 150px;
	background: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	}

.thumbFeatures .jshowoff-controls a.jshowoff-prev {
	left: 15px;
	background-image: url(../image/arrow_l.png);
	outline:0;
	}
	
.thumbFeatures .jshowoff-controls a.jshowoff-prev:hover{
	left: 15px;
	background-image: url(../image/arrow_l2.png);
}
.thumbFeatures .jshowoff-controls a.jshowoff-next {
	right: 8px;
	background-image: url(../image/arrow_r.png);
	outline:0;
	}
.thumbFeatures .jshowoff-controls a.jshowoff-next:hover {
	right: 8px;
	background-image: url(../image/arrow_r2.png);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-play {
	display: none;
	}
.jshowoff.thumbFeatures {
	height: 220px;
	}
.jshowoff.thumbFeatures div, .jshowoff.thumbFeatures img, .jshowoff.thumbFeatures {
	-webkit-border-radius: 6px;
	}
