/* Gallery styles */
#gallery {
	margin: 0px;
	padding: 0px;
	margin: 0px auto;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}
#slides {
	margin: 0px;
	padding: 0px;
/*	margin-top: 62px;*/
	padding-left: 100px;
	white-space: nowrap;
}
.slide {
	margin: 0px;
	padding: 0px;
	height: 100%;
	float: left;
	margin-right: 100px;
}
#slides .slide_text {
	position: relative;
	float: right;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	width: 210px;
	height: 70%;
	background-color: #1f1f1f;
}
*:first-child+html #slides .slide_text .remark{
	white-space: pre;           /* CSS 2.0 */
}
.slide_text .title {
	color: #FFF;
	margin: 0px;
	padding: 5px 10px;
	text-align: center;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
	border-bottom: 2px solid #FFF;
}
.slide_text .remark {
	margin: 0px;
	padding: 5px 10px;

	overflow-y: auto;
	height: 85%;
	text-align: left;

	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}
.slide_text .update {
	margin: 0px;
	padding: 5px 10px;
	position: absolute;
	bottom: 0px;
	text-align: right;
	bottom:0;
}
/************/
#control {
	width: 100%;
	position: absolute;
	top: 50%;
}
#control .move_cursor {
	width: 700px;
	margin:0px auto;
}
.move_cursor .left {
	z-index:100;
	margin:0;
	padding:0;
	display: block;
	float: left;
	text-indent: -9999px;
	height: 52px;
	width: 50px;
	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');
	background-position: right top;
	background-repeat: no-repeat;
}
.move_cursor .left:hover {
	background-position: right bottom;
}
.move_cursor .right {
	margin:0;
	padding:0;
	display: block;
	float: right;
	text-indent  : -9999px;
	height: 52px;
	width: 50px;
	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');
	background-position: left top;
	background-repeat: no-repeat;
}
.move_cursor .right:hover {
	background-position: left bottom;
}

#control .enter_box {
	width: 800px;
	margin: 0px auto;
	margin-top: 180px;
	*margin-top: 90px;
}

.enter_box .enter {
	margin: 0px auto;
	margin-top: 30px;
	display: block;
	font-size:20px;
	text-align:center;
	width: 150px;
}
.move_cursor .left_off {
	display: block;
	float: left;
	text-indent  : -9999px;
	cursor: default;
	height: 52px;
	width: 50px;
	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');
	background-position: right top;
	background-repeat: no-repeat;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
.move_cursor .right_off {
	cursor: default;
	display: block;
	text-indent  : -9999px;
	float: right;
	height: 52px;
	width: 50px;
	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');
	background-position: left top;
	background-repeat: no-repeat;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
/************/
#menu li img {
	width: 55px;
	height: 42px;
}
li.act a {
	cursor: default;
}
.fbar {
	width: 2px;
}
li a {
	display: block;
	height: 42px;
}
.clear {
	display: none;
	clear: none;
}