.SlideBox {
	margin : 0;
	text-indent: 0;
	border: solid 2px;
	border-radius: 3px;
	background-color: #bbccff
}

.SlideBox .SlideHeader {
	background-image: url("../parts/pattern/bg_pattern_1a_002w.png");
	background-color: #2244ff;
	border-bottom: solid 1px;
	overflow: hidden;
}

.SlideBox .SlidePage {
	display: inline-block;
	border-right: solid 2px #000000;
	padding: 9px 0 0px 1em;
	height: 31px;
	width: 90px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}
.SlideBox .SlideTitle {
	display: inline-block;
	padding: 9px 0 0px 0.7em;
	height: 31px;
	width: 50%;
	color: #ffffff;
	font-weight: bold;
	vertical-align: middle;
}
.SlideBox .SlideStatus {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.SlideBox .SlideButton {
	display: inline-block;
	float: right;
	vertical-align: middle;
	position: relative;
	top: 3px;
}

.SlideBox .SlideMain {
	position: relative;
	overflow: hidden;
	margin: 22px;
	margin-top:0;
}

.SlideBox .SlideIndicator {
	text-align: center;
	width: 750px;
	line-height: 0;
}

.SlideBox .SlideSlider {
	position: absolute;
	opacity: 0;
	text-align: center;
	background-color: #eee;
	box-shadow: 0px 5px 0 rgba(255,255,255,0.2);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 750px;
	height: 25px;
	/*height: 50px;*/
}
.SlideBox .SlideSliderCell {
	display: none;
	position: absolute;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 5px;
	/*padding-top: 15px;
	padding-bottom: 15px;*/
	cursor: default;
	border-top: 2px solid #888;
	border-bottom: 2px solid #888;
	border-left: 2px solid #888;
	border-right: 2px solid #888;
	color: #888;
	background-color: #fff;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.SlideBox .SlidePrev {
	display: inline-block;
	width: 375px;
	height: 5px;
}
.SlideBox .SlideNext {
	display: inline-block;
	width: 375px;
	height: 5px;
}



.SlideWarning {
	text-indent: 0;
	color: #f22;
}

.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
}
.SlideDebug {
	text-indent: 0;
	margin-top: 10px;
}
.SlideDebugValue {
	display: table;
	margin-bottom: 5px;
}
.SlideDebugValue .table-cell {
	width: 100px;
}
.SlideDebugValue input {
	display: table-cell;
}
.SlideDebugButton {
	text-indent: 0;
	margin-top:5px;
}
.SlideDebugLog {
	text-indent: 0;
}

.SlideDebugButton button {
	display: inline-block;
	width: 120px;
	height: 30px;
	border-radius: 4px;
	color: #fff;
	border: 1px solid #222;
	background-color: #222;
	background: -ms-linear-gradient( top, #222222, #888888 );
	background: -moz-linear-gradient( top, #222222, #888888 );
	background: -webkit-linear-gradient( top, #222222, #888888 );
	font-size: 10pt;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
	cursor: pointer;
}

/*area.SlideArea {
    cursor: pointer;
}*/
