@CHARSET "UTF-8";
/*hack*/
body {
	overflow: hidden;
}

#hold {
	width: 100%;
	height: 100%;
}
#background-div{
	position: absolute;
	z-index: 0;
}
/*hack end*/

/*content*/
#content-news {
	left: 0;
	top: 132px;
	width: 100000px;
	height: 399px;
	overflow: hidden;
}

#content-news-glass {
	left: 0;
	width: 300px;
	height: 399px;
}

.scrollable {
	position: relative;
	left: 300px;
	top: 0;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.scrollable ul li{
}
.scrollable ul li:hover .border {
	margin: 8px;
}

.scrollable ul li:hover .border img {
	margin: -8px;
}
#gallery ul li:hover div.content{
	display: block;
}
#gallery div.content h2{
	font-size: 16px;
}
#gallery div.content{
	display:none;
	position: absolute;
	top: 0;
	left:0;
	width:212px;
	height: 100%;
	background: #524755;
	filter: alpha(opacity =80);
	opacity: 0.8;
	color:white;
	padding: 10px;
}
#gallery div.content p{text-indent:2em;}
#gallery div.content .content-top{
	height: 30%;
}
#gallery div.content .content-center{
	height: 40%;
	overflow: hidden;
}
.content_img {
	z-index: 1;
	position: relative;
	display: block;
	overflow: hidden;
}

.content-zoom {
	display: none;
	background: white;
	width: 242px;
	height: 450px;
	top: 0;
	position: absolute;
	z-index: 0;
	background: white;
	text-align: center;
}

.scrollable ul li:hover  .content-zoom {
	display: block;
}

.zoom_blank {
	height: 350px;
	display: block;
}

.content-zoom .zoom_link {
	display: block;
	color: black;
}

#gallery-switch-bt {
	display: block;
	top: 339px;
	left: 300px;
	background: url("../images/left_right.png");
	width: 124px;
	height: 38px;
	z-index: 9;
	background: url("../images/left_right.png");
}

#gallery-switch-bt a.prev {
	width: 62px;
	height: 38px;
	display: block;
	position: absolute;
}

#gallery-switch-bt a.next {
	width: 62px;
	height: 38px;
	display: block;
	position: absolute;
	left: 62px;
}

#gallery-switch-bt a:hover {
	background-color: white;
	filter: alpha(opacity =               30);
	opacity: 0.3;
}
/*content*/

/*content-zoom*/
#content-news-zoom {
	display: block;
	width: 100%;
	height: 100%;
	background: black;
	z-index: 0;
	width: 100%;
	opacity: 0.0;
}

#gallery_zoom_close {
	color: white;
	padding: 3px 5px;
	font-size: 12px;
	display: block;
	position: absolute;
	right:20px;
	top: 5px;
	z-index: 1002;
	background: #611985;
}

#gallery-zoom {
	width: 100000px;
	position: absolute;
	margin-bottom: 40px;
	background: black;
	overflow: hidden;
}

#gallery-zoom ul li {
	height: 100%;
	position: relative;
	display: block;
}

#gallery-zoom ul li div.news-content {
	color: white;
	display: block;
	position: relative;
	top: 0;
	left:0;
	height: 100%;
	width: 100%;
	filter: alpha(opacity =         70);
	opacity: 0.7;
	background: black;
}

#gallery-zoom ul li.current div.news-content {
	position: absolute;
	zoom:1;
}

#gallery-zoom ul li div.news-content .scroll-wrap-wrap {
	display: table-cell;
	vertical-align: middle;
}

#gallery-zoom ul li div.news-content .scroll-wrap {
	display: table;
	height: 100%;
}

#gallery-zoom ul li div.news-content .scroll {
	display: block;
	padding: 30px;
	height: 300px;
	overflow: hidden;
}

#gallery-zoom ul li div.news-content .scroll h2 {
	line-height: 28px;
	font-size: 20px;
}

#gallery-zoom ul li div.news-content .scroll p {
	font-size: 12px;
	line-height: 18px;
}

#gallery-zoom img {
	height: 100%;
	width: 100%;
}

#content-news-zoom .prev,#content-news-zoom .next {
	position: absolute;
	display: block;
	background: black;
	width: 400px;
	filter: alpha(opacity =         50);
	opacity: 0.5;
	height: 100%;
	z-index: 1001;
	background: url("../images/gallery_zoom_bg_prev_grey.png") right center
		no-repeat;
}

#content-news-zoom .next {
	right: 0;
	background: url("../images/gallery_zoom_bg_next_grey.png") left center
		no-repeat;
}