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

#L_GALLERY {
	width:955px;
	clear:both;
	margin-bottom:20px;
}

#L_PREVIEW_LEFT, #L_PREVIEW_RIGHT {
	float:left;
	width:18px;
	height:351px;
	overflow:hidden;
}

#L_PREVIEW {
	float:left;
	width:468px;
	height:351px;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
}

#L_THUMBLIST {
	float:left;
	width:390px;
	height:320px;
	overflow:auto;
	background-image:url(../img/thumbs_back.jpg);
	background-repeat:no-repeat;
	padding:15px 11px 17px 21px;
	margin-left:28px;
}

#L_THUMBLIST img {
	width:76px;
	height:57px;
	margin:0px 7px 10px 7px;
	border:1px solid #e2e4e4;
	overflow:hidden;
	cursor:pointer;
}

#L_THUMBLIST img:hover {
	border:1px solid #454444;
}
