/* Gallery styles */
#gallery {
	margin: 0px;
	padding: 0px;
	margin: 0px auto;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}
#slides {
	margin: 0px;
	padding: 0px;
/*	margin-top: 50px;*/
	white-space: nowrap;
}
.slide {
	margin: 0px;
	padding: 0px;
	height: 400px;
	float: left;
	width: 790px;
	margin-top: 100px;
	margin-right: 500px;
}

.thumb_box {
/*	display :inline;*/
	float:left;
	margin-left: 2px;
	height: 152px;
	width: 152px;
	border: 1px solid rgba(0,50,250,0.3);
	background-color: rgba(50,50,50,0.9);
	x-index: 501;
	cursor: pointer;
	overflow: hidden;
}

.thumb_box .view_img {
/*	clip: rect(0px,150px,150px,0px);
	position: absolute;*/

}
.slide_text2 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 25px;
	padding: 5px;
	color: #FFF;
	width: 250px;
	height: 250px;
/*	background-color: rgba(0,0,0,0.6);*/
	background-color: #444;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
/*	border: 1px solid rgba(250,250,250,0.3);*/
	border: 1px solid #fff;
	z-index: 600;
}
.slide_text2 .thumb {
	margin: 2px auto;
	text-align: center;
	height: 180px;
}
.thumb .info_img {
	margin: 2px auto;
/*	border: 1px solid rgba(250,250,250,0.3);*/
	border: 1px solid #fff;
}
.slide_text2 .title {
	margin: 0px;
	padding: 2px;
	width: 246px;

	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+ */
}
.slide_text2 .page_data {
/*
	border-top: 2px solid rgba(250,250,250,0.5);
	border-bottom: 2px solid rgba(250,250,250,0.5);
*/
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.slide_text2 .remark {
	margin: 0px;
	padding: 2px;

	overflow-y: auto;
	width: 246px;
	height: 220px;
	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+ */
}
/************/
#control {
	width: 100%;
/*
	position: absolute;
	top: 50%;
*/
}
#control .move_cursor {
	width: 90%;
	z-index:100;
	margin:0px auto;
}
.move_cursor .left {
	display: block;
	position: absolute;
	top: 50%;
	left: 10%;
	height: 52px;
	width: 50px;
/*	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');*/
	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');
	background-position: right top;
	background-repeat: no-repeat;
}
.move_cursor .right {
	position: absolute;
	top: 50%;
	right: 10%;
	display: block;
	height: 52px;
	width: 50px;
/*	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');*/
	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');
	background-position: left top;
	background-repeat: no-repeat;
}
#control .enter_box {
	width: 800px;
	margin:0px auto;
	margin-top: 180px;
	*margin-top: 90px;
}
.enter_box .enter {
	margin: 0px auto;
	margin-top: 30px;
	text-indent: -9999px;
	display: block;
	height: 51px;
	width: 150px;
}
.move_cursor .left:hover {
	background-position: right bottom;
}
.move_cursor .right:hover {
	background-position: left bottom;
}
.move_cursor .left_off {
	display: block;
	position: absolute;
	top: 50%;
	left: 10%;
	height: 52px;
	width: 50px;
/*	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');*/
	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');
	background-position: right top;
	cursor: default;
	background-repeat: no-repeat;
}
.move_cursor .right_off {
	cursor: default;
	position: absolute;
	top: 50%;
	right: 10%;
	display: block;
	height: 52px;
	width: 50px;
/*	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');*/
	background-image: url('/cakephp/copilog2_app/webroot/img/previews/index_btn.png');
	background-position: left top;
	background-repeat: no-repeat;
}
/************/
#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: both;
}