@charset "UTF-8";


#tkwrap{
width:810px;
background:url(../../../cmn_images/img_bgall.gif) 0 0 repeat-y;
margin:0 auto;
padding:0 5px;
}



/*redefine*/

::-moz-selection {
	background: #fff;
	color: #eee;
}

::selection {
	background: #fff;
	color: #eee;
}




/*shared*/

span.clr {
	display: block;
	clear: both;
}

/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 800px;
	padding-top: 10px;
	/*border-right: 1px solid #1c1c1c;*/
	background: #fff;
	margin: 0;
	text-align: left;
}

.thumbnailContainer {
	width: 800px;
	border-top: 1px solid #ccc;
	display: none;
	height: 0px;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 10px 0 0 0;
}

.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 120px;
	height: 120px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer .horizontal img {
	margin: 22px 0 0 10px;
}

.thumbnailContainer .vertical {
	border: 1px solid #ccc;
	width: 120px;
	height: 120px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer .vertical img {
	margin: 10px 0 0 22px;
}

.thumbnailContainer img {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}

