@charset "utf-8";
/* CSS Document */

/*========gallery=======*/
/* gallery list */
#photos {
	visibility: hidden;
}
/* gallery */
.gallery {
	width:600px;
	height:500px;
	overflow:hidden;
}
/* loader */
.loader {
	background: url('images/loading.gif') center center no-repeat;
}
/* filmstrip */
.filmstrip {
	margin: 0px;
}
/* frame */
.frame {
}
.frame .img_wrap {
	border:none;
}
.frame.current .img_wrap {
	border-color: #000;
}
.frame img {
	border: none;
}
.frame .caption {
	font-size: 11px;
	text-align: center;
	color: #888;
}
.frame.current .caption {
	color: #000;
}
.pointer {
	border-color: #000;
}
/* transparent border fix for ie6 */
*html .pointer {
	filter: chroma(color=pink);
}
#pointer{border:2px solid #ddd;}
/*============lith==========*/
/*photos-warp*/
#photos-warp {
	width:600px;
	height:500px;
	overflow:hidden;
	margin:0 auto;
}
/*gallery*/
.gallery {
	width:600px;
	height:500px;
	overflow:hidden;
}
/*panel*/
.panel {
	width:600px;
	height:400px;
	overflow:hidden;
	text-align:center;
}
.panel img {
	display:inline-block;
	width:auto;
	height:400px;
	overflow:hidden;
}
/*panel-overlay*/
.panel-overlay {
	overflow:hidden;
}
/*filmstrip*/
.filmstrip li {
	display:inline-block;
	width:90px;
	height:60px;
	overflow:hidden;
}
.filmstrip li img {
	display:inline-block;
	width:90px;
	height:60px;
	overflow:hidden;
}
