#cjfw_gallery_image_table_list{
	width:auto;
	border-top: 1px solid black;
	border-left: 1px solid black;
	background:#EBEEF1;
}

#cjfw_gallery_image_table_list td.cjfw_gallery_imagelist_container_td{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	background:#EBEEF1;
	padding:2px;
	vertical-align:top;
	width: 196px;
}

#cjfw_gallery_image_table_list div.cjfw_gallery_imagelist_image_div{
	position: relative;
	width: 200px;
}

#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_up,
#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_down,
#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_left,
#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_right,
#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_edit,
#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_delete{
	background:#EBEEF1;
	width:16px;
	height:16px;
	margin:0;
	padding:0;
}

#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_up:hover,
#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_down:hover,
#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_left:hover,
#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_right:hover,
#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_edit:hover,
#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_delete:hover{
	background:#BFBFBF;
}

#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_up{
	position:absolute;
	right:46%;
	top:1px;
}

#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_down{
	position:absolute;
	right:46%;
	bottom:1px;
}

#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_left{
	position:absolute;
	left:1px;
	top:50%;
}

#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_move_right{
	position:absolute;
	right:1px;
	top:50%;
}

#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_edit{
	position:absolute;
	right:1px;
	top:18px;
}

#cjfw_gallery_image_table_list a.cjfw_gallery_imagelist_image_a_delete{
	position:absolute;
	right:1px;
	top:1px;
}

#cjfw_gallery_image_table_list div.cjfw_gallery_imagelist_index_image_div{
	float: left;
	text-align:left;
	width:95%;
	padding:3px 0 5px 0;
}

#cjfw_gallery_image_table_list div.cjfw_gallery_imagelist_index_image_div input{
	margin:0;
	padding:2px 5px 0 0;
}

#cjfw_gallery_image_table_list div.cjfw_gallery_imagelist_index_image_div label{
	margin:0;
	padding:0;
	position:relative;
	top:-1px;
	left:0px;
}

#cjfw_gallery_image_table_list p.title{
	width:194px;
	background:#EBEEF1;
	float:left;
	margin:0;
	padding:2px;
	border:1px solid #BFBFBF;
}

#cjfw_gallery_image_table_list p.desc{
	width:194px;
	background:#ECE8DA;
	float:left;
	margin:0;
	padding:2px;
	border:1px solid #BFBFBF;
}

#cjfw_gallery_image_table_list div.cjfw_gallery_desc_space{
	width:100%;
	margin:0;
	padding:0;
	float:left;
	height:3px;
}

.deleteButtonPos {
	position: relative;
	float: right;
	width: 0px;
	height: 0px;
}

.deleteButton {
	position: absolute;
	width: 20px;
	height: 20px;
	display: block;
	top: 0px;
	right:0px;
	background-image: url("/gallery/images/delete.png");
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
}

.deleteButtonInactive {
	background-position: center bottom;
}
