@charset "UTF-8";
/* -------- ADD -------- */

.text_box{
	height:28px;
	width:300px;
}

#photos_management_table{
	width:650px;
	margin:20px auto;
	padding:0px;
	border-collapse:collapse;
	border:#000 solid 1px;
	background:#CCC;
}

#photos_management_table td{
	padding:5px;
	height:90px;
	border:#000 solid 1px;
	text-align:center;
}

#photos_management_table th{
	padding:5px;
	border:#000 solid 1px;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}

.order_area{
	width:18px;
	height:15px;
	margin:0px;
	padding:0px;
}

#table_gallery{
	width:850px;
	margin:5px auto 0px auto;
	padding:0px 0px 0px 0px;
	border-collapse:collapse;
	border:#000 solid 0px;
}

#table_gallery td{
	width:193px;
	padding:0px 26px 10px 0px;
	margin:0px 0px 0px 0px;
	border:#ECEEE5 solid 0px;
	text-align:center;
}

#table_gallery img{
	width:193px;
	padding:0px;
	margin:0px 0px 5px 0px;
	border:#000 solid 0px;
}

.down_button{
	height:11px;
	width:11px;
	margin:5px 10px 0px 14px;
	float:left;
	display:inline;
	font-size:1px;
}

.down_button a{
	height:11px;
	width:11px;
	background:url(_graphic/arrows/arrow_down.gif) no-repeat top center;
	display:block;
}

.up_button{
	height:11px;
	width:11px;
	margin:5px 0px 0px 0px;
	float:left;
	display:inline;
	font-size:1px;
}

.up_button a{
	height:11px;
	width:11px;
	background:url(_graphic/arrows/arrow_up.gif) no-repeat top center;
	display:block;
}

.down_button a:hover, .up_button a:hover{
	background-position:bottom;
}

.up_button{
	
}
