.simplegallery {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.simplegallery  .thumbnail .thumbWrapper{
	display: inline-block;
	position: relative;
	width: 180px;
	height: 115px;
	margin-left: 1px;
	margin-right: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
	padding: 5px 5px 5px 5px;
}

.simplegallery  .thumbnail .thumbWrapper .markToDelete{
	background-image: url(../assets/images/icon-gallery-delete.png);
	left: 70px;
	bottom: 5px;
}

    .simplegallery .thumbnail .thumbWrapper .moveLeft {
        background-image: url(../assets/images/icon-gallery-left.png);
        left: 5px;
        top: 5px;
    }

.simplegallery  .thumbnail .thumbWrapper .moveLeft,
.simplegallery  .thumbnail .thumbWrapper .moveRight,
.simplegallery  .thumbnail .thumbWrapper .markToDelete{
	width: 40px;
	height: 40px;
	position: absolute;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 20;
}

.simplegallery  .thumbnail .thumbWrapper.default{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.simplegallery  .thumbnail .thumbWrapper.marked{
	background-color: #f6cfcf;
}

.simplegallery  .thumbnail .thumbWrapper.marked .markToDelete{
	background-image: url(../assets/images/icon-gallery-delete-marked.png);
}

.simplegallery  .thumbnail .thumbWrapper.default span{
	display: block;
	text-align: center;
	font-size: .8em;
}

.simplegallery  .thumbnail .thumbWrapper .moveRight{
	background-image: url(../assets/images/icon-gallery-right.png);
	right: 5px;
	top: 5px;
}

.simplegallery .content {
	position: relative;
}

.simplegallery .content img {
	border: 1px solid #9c9c9c;
	margin-left: auto;
	margin-right: auto;
}

.simplegallery .thumbnail {
	text-align: center;
	margin-top: 10px;
}

.simplegallery .thumbnail .last {
	margin: 0;
}

.simplegallery .thumbnail .thumb {
	display: inline-block;
	cursor: pointer;
	width: auto;
	height: 70px;
	position: absolute;
	left: 40px;
	z-index: 10;
}

.simplegallery .thumbnail .thumb img {
	border: 1px solid #9c9c9c;
	width: auto;
	height: 100%;
}