@charset "UTF-8";

.images {
	overflow: hidden;
	list-style-type: none;
	padding-left: 0px;
}

.images li {
	float: left;
	width: 130px;
	height: 130px;
	padding: 5px;
	border: 1px solid #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 0px 10px 10px 0px;
	cursor: pointer;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.images img { display: block; margin: 0 auto; }

.images li.selected {
	background: #EEE;
	border: 1px solid #999;
}

.albumSelector { width: 300px; height: 30px !important; }

.createGalleryHold {
	position: fixed;
	width: 300px;
	right: 20px;
	top: 50px;
	-webkit-box-shadow: 0px 0px 20px #000 !important;
	-moz-box-shadow: 0px 0px 20px #000 !important;
	box-shadow: 0px 0px 20px #000 !important;
}

.createGalleryHold h3 {
	padding: 10px;
	cursor: default !important;
	color: #464646 !important;
	text-align: center;
}

.createGallery input {
	width: 100%;
	height: 40px !important;
	font-size: 1.25em !important;
	font-weight: bold;
	margin-top: -5px;
}

.createGalleryHold .selDesel { text-align: center; }

.customCSS, .customJS {
	width: 600px;
	height: 200px;
	resize: none;
}