form label{
	cursor: pointer;
}

img{
	border: none;
}

input{
	vertical-align: middle;
}

div#jas-frame{
	width: 100%;
	padding: 0px;
	position: relative;
}

div#jas-tags{
	float: right;
	width: 100px;
}

div#jas-tags h3{
	margin-bottom: 1em;
}

div#jas-tags ul{
	list-style: none;
}

div#jas-tags ul li{
	margin-bottom: 0.3em;
}

div#jas-tags ul li input{
	margin-right: 3px;
}

div#jas-thumbnails{
	float: left;
	clear: left;
	width: 285px;
	position: relative;
	top: 0px;
	left: 10px;
}

div#jas-thumbnails ul{
	list-style: none;
	width: 285px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

div#jas-thumbnails ul li{
	float: left;
	width: 120px;
	height: 70px;
	margin: 5px;
	padding: 5px;
}

div#jas-thumbnails ul li img{
	width: 120px;
	height: 70px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}

div#jas-thumbnails ul li.selected-parent{
	width: 118px;
	height: 68px;
	border: 1px solid #990000;
}

div#jas-thumbnails ul li img.selected{
	width: 118px;
	height: 68px;
}

h2#jas-image-text{
	text-align: center;
}

img#jas-image{
	margin-bottom: 1em;
}

ul#links{
	display: block;
	clear: left;
}

ul#links li{
	line-height: 2em
}

ul#navigation-controls{
	width: 260px;
	list-style: none;
	margin: 0 auto;
}

ul#navigation-controls li{
	float: left;
	line-height: 1.5em;
	margin-right: 0.5em;
}
.pr {
	font-size: 11px;
	font-weight: lighter;
	color: #0099CC;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.pr:hover {
	color: #0066FF;
}

.no {
	font-size: 16px;
	font-weight: lighter;
	color: #FF9900;
	text-decoration: none;
	line-height: 20px;
}
.title {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: 35px;
	padding-left: 2px;
}
