html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}a:focus{outline:0;}

html,body{
	background: #000;
	font-family: arial, sans-serif;
	font-size: 10px;
}

#wrapper{
	width:965px;
	position: absolute;
	left: 50%;
	margin-left: -495px;
	color: #fff;
	display: block;
}

.enable{
	min-height:700px;
	height: auto!important;
	height: 700px;
	margin-top: 10px;
	background: url(../images/loading.gif) center center no-repeat;
}

.enable #demo{
	width:965px;
	height:670px;
	overflow: hidden;
	z-index: 1;
	position: relative;
	background: #000;
}

.enable #demo li{
	width:965px;
	height:670px;
	overflow: hidden;
	margin-bottom: 10px;
}

.enable a.btnFull{
	width:965px;
	height:670px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -999px;
	z-index: 2;
	background: url(../images/clear.gif);
}

.enable a.btnLeft{
	position: absolute;
	bottom: 1px;
	left: 0;
	float: left;
	display: block;
	padding: 5px 10px;
	background: #222;
	color: #fff;
	z-index: 3;
	text-decoration: none;
	width: 60px;
	text-transform: uppercase;
	text-align: center;
}

.enable a.btnRight{
	position: absolute;
	float: right;
	bottom: 1px;
	right: 1px;
	display: block;
	padding: 5px 10px;
	background: #222;
	color: #fff;
	z-index: 3;
	text-decoration: none;
	width: 60px;
	text-transform: uppercase;
	text-align: center;
}

.enable a.btnRight:hover, .enable a.btnLeft:hover{
	background: #444;
}

.unselect{
	background: #111!important;
	color: #777!important;
	cursor: default!important;
}