/**left*******************************************************/
 div #puzzle_index_left {
	position:absolute;
	text-align:center;
	width:35px;
	height:100px;
	top:50px;
	left:0px;
	background:url(/skin/sample2/images/index/cate_btn.png) no-repeat;
	_background:none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/sample2/images/index/cate_btn.png',sizingMethod='crop');            
	cursor:pointer;
}
/*카테고리영역*/
div #puzzle_indexs
{
	position:absolute;
	top:50px;
	left:0;
	width:245px;
	height:417px;
	display:none;
	overflow:hidden;
	background:url(/skin/sample2/images/index/cate_bg.gif) no-repeat top left;
	-ms-filter: alpha(opacity=90);
	filter:alpha(Opacity:90,style:0);
	Opacity:.9;
	text-align:center;
	padding-top:10px;
}
#puzzle_indexs p{
	background:url(/skin/sample2/images/index/category_txt.gif) no-repeat top left;
	width:163px;
	height:39px;
	padding-top:18px;
	margin:8px 0 15px 0;
	margin:0 auto;
}
#puzzle_index_list{
	width:221px;
	height:280px;
	background:url(/skin/sample2/images/index/cate_list_bg.gif) repeat-y top left;
	overflow:auto;
	margin:0 auto;
}
#puzzle_index_list .puzzle_index_name
{
	cursor:pointer;
	font-size:11px;
	padding-left:7px;
	font-family: Arial, dotum, sans-serif;
}
#puzzle_indexs .puzzle_index_top_bg{
	background:url(/skin/sample2/images/index/cate_top_bg.gif) no-repeat bottom left;
	width:221px;
	height:21px;
	margin:0 auto;
	margin-top:5px;
}
#puzzle_indexs .puzzle_index_bottom_bg{
	background:url(/skin/sample2/images/index/cate_bottom_bg.gif) no-repeat bottom left;
	width:221px;
	height:21px;
	margin:0 auto;
}
.puzzle_thumb_border{
	border:2px solid #1e253a;
}

