ul.dataGrid {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.dataGrid li {
	margin: 0 5px 5px 5px;
	padding: 5px;
}
.ui-state-default {
	width: 500px;
	height: 120px;
	clear: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px !important;
	border: 1px solid #999 !important	}
h2 {
	clear: left;
}
.thumbnail {
	float: left;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	-moz-box-shadow: 2px 2px 5px #ccc;
}
.ui-state-default {
	}
.info {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 5px #ccc;
	-webkit-box-shadow: 2px 2px 5px #ccc;
	background: #eee;
	margin: 0 10px;
	float: right;
	width: 250px;
	padding: 10px;
	height: 80px;
}
.info img {
	border: 0;
}
.info a {
	text-decoration: underline !important;
}
.info a:hover {
	color: black;
	font-weight: bold;
	text-decoration: none !important;
}
.webform {
	width: 250px;
}
h2 {
	margin-top: 0;
	padding-top: 1em;
}
#instructions {
	width: 500px;
	clear: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px !important;
	border: 1px solid #D5DFC3;
	background: #F3FFDF;
	margin-top: 6px;
}
#transition-settings {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	width: 300px;
}
#rotatingImagesPreview {
        float: left;
}

