#photo-tray {
	height: 128px;
	margin-top: 5px;
}
#canvas {
	zIndex: 1;
}
.thumbnail, .thumbnail-sample {
	width: 58px;
	height: 58px;
	
	margin: 3px;
	float: left;
	/*
	border: 0px solid #333;
	background-color: #B8C2CC;
	text-align: center;
	*/
	position: relative;

	display: none;
	z-index: 9999;
}
.thumbnail-sample {
	display: none;
}
.thumbnail img {
	cursor: pointer;	
	z-index: 9999 !important;
}
.thumb-container {
	position:relative;
	margin-left: auto;
	margin-right: auto;
}


.thumb-delete {
	position:absolute;
	top:0px; 
	right: 0px;	
	display: block;
	width: 14px;
	height: 15px;
	z-index: 99999 !important;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.thumb-size {
	font-size:9px;
	text-align: center;
}

.dragging-over {
	border: 2px solid #B22 !important;
}
#drag-hint {
	/*	
	position: absolute;
	left: 80px;
    top: 200px;
    */	
	padding: 0 25px;
	/*margin: 140px auto;*/
	position: relative;
	top: 50%;
	margin-top: -35px;
	
	
    font-size: 25px;
    zIndex: 0;
}
#pagination {
	/*margin-top: 10px; */
    margin-top: -1px;
    margin-left: 12px;
    margin-right: 0px;
}
.pagination {
    font-size: 80%;
	/*width: 47px;*/
	height: 20px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
        
.pagination a {
	/*
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
	*/
}

.pagination a, .pagination span {
    /*display: block;
    float: left;*/
    /*padding: 0.3em 0.5em;*/
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination .current {
	/*
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
	*/
}

.pagination .prev, .pagination .next {
	/*width: 18px;
	height: 18px;
	*/
	/*
	 background: #DCE1E7;
    color: #333;
	border: solid 1px #333;
	*/	
	display:inline-block;
	width:46.7%;
}
.pagination .prev{
	/*
	background: url(arrow_left_normal.png);
	position: absolute;
	left:0px;
	*/
}
.pagination .next{
	/*
	background: url(arrow_right_normal.png);
	position: absolute;
	left:20px;
	*/
}
/*
.pagination .prev:hover{
	background: url(arrow_left_hover.png);	
}
.pagination .next:hover{
	background: url(arrow_right_hover.png);
}
*/

.pagination .current.prev{
	visibility:hidden;
	
	/*
	color:#999;
	border-color:#999;
	background:#fff;	
	background: url(arrow_left_normal.png);
	*/
}
.pagination .current.next{
	visibility:hidden;
	/*
	background: url(arrow_right_normal.png);
	*/
}