div#cardlayer {
	position:relative;
	margin:10px 0;
}

div#cardlayernavigation {
	padding:4px 8px;
}

div#cardsmall {
	text-align:center;
	width:100%;
}

div#cardsmall img {
	display:none;
	cursor:pointer;
}

div#cardbig {
	position:absolute;
	top:0;
	left:-335px;
	width:335px;
	display:none;
}

div#cardbig img {
	position:absolute;
	top:0;
	left:0;
	display:none;
	cursor:pointer;
}


#cardzoomin {
	float:left;
	display:block;
	margin:4px 0 0;
	cursor:pointer;
}


ul#cardswitcher {
	float:right;
}

ul#cardswitcher li {
	float:left;
	margin:4px 0 0 3px;
	padding:0;
	width:14px;
	height:14px;
	background:url(../pic/cardselector-bg.gif) -14px 0 no-repeat;
	text-align:center;
	color:#464646;
	cursor:pointer;
}

ul#cardswitcher li.selected {
	background-position:0 0;
	color:#fff;
}

ul li {
	padding-left:10px;
	background: url(../pic/ico-li1.gif) 0 5px no-repeat;
	list-style:none;
 /*height: 100%;*/
}

/*
ul#cardswitcher a:hover {
	background-position:-28px 0;
	text-decoration:none;
}

ul#cardswitcher a.selected:hover {
	background-position:0 0;
}
*/

div#help_layer{
	position: absolute;
	top: -135px;
	left: 320px;
	z-index: 9999;
	display: none;
	font-size: 0px;
	line-height: 0px;
}
div#help_layer p{
	padding: 10px 15px;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
}
div#help_layer .help_layer_top{
	width: 289px;
	height: 3px;
	background: url(../pic/help_layer_top.gif) no-repeat;
}
div#help_layer .help_layer_middle_top{
	width: 289px;
	background: url(../pic/help_layer_middle_top.gif) repeat-y;
}

div#help_layer .help_layer_middle_top p{
	width: 255px;
	border-bottom: #d6d6d6 1px solid;
}

div#help_layer .help_layer_middle_bottom{
	width: 289px;
	background: url(../pic/help_layer_middle_bottom.gif) repeat-y;
}
div#help_layer .help_layer_bottom{
	width: 289px;
	height: 14px;
	background: url(../pic/help_layer_bottom.gif) no-repeat;
}

