.selector span { 
	background: none repeat scroll 0 0 #E6E6E6;
	border: 1px solid #E6E6E6;
	color: #666666;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 10px;
	height: 14px;
	line-height: 13px;
	margin-right: 4px;
	font-weight: bold;
	margin-top: 4px;
	padding: 0 4px;
}
.selector input { display: none;}
.selector input:checked + span, .selectorbox .selector span {
	background: none repeat scroll 0 0 #888888;
	border-color: #666666 #888888 #888888 #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.selector span {-moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none;}

.selector span a {
	color: white;
	text-decoration: none;
}

.pluginbox {
	background-color: #eee; margin-left: 10px; padding: 8px; border-radius: 5px;
}

.selectorbox {
	overflow: auto;
	width: 100%;
	margin-bottom: 10px;
}

.versionbox {
	overflow: hidden;
	width: 100%;
}

.versioninfo {
	float: left;
	width: 50%;
}

.versionbox h4 {
	font-size: 20px;
	margin: 0;
	padding: 0;
}

.versionbox h5 {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.plugincol1 {
	float: left;
	width: 73%;
}

.plugincol2 {
	float: right;
	width: 27%;
}

.pluginbox .btn a, .pluginbox .btn span {
	width: 145px;
	text-align: center;
}

.pluginbox ul {
	margin-left: 3px;
	padding: 0;
}

/* lightbox styles */
#lightbox {  text-align: center; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYGBg2AwQYAAAuAC01qHx9QAAAABJRU5ErkJggg==) repeat; }
#lightbox p { text-align: right; color: #fff; margin-right: 20px; font-size: 12px;}
#lightbox img { max-width: 800px; max-height: 640px; }

/* slideshow styles */
#slideshow { position: relative; z-index: 100; width: 800px; height: 640px; margin: 0 auto; padding: 10px; background-color: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.4); }
#slideshow ul > li { position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px; list-style: none; }
#lightbox .nav { display: none; }
#lightbox .prev, #lightbox .next { position: absolute; top: 50%; background: rgba(100, 100, 100, .5); padding: .25em .5em; color: #fff; text-decoration: none; }
#lightbox .next { right: 10px; }
#lightbox .prev { left: 10px; }

.imageBox {
	float: left;
	width: 100px;
	height: 100px;
	display: block;
}

.imageBox img {
	max-height: 100px;
	max-width: 100px;
}

#imageSet img {
	max-height: 100px;
	max-width: 100px;
}

#imageSet,  #imageSet li {
	margin: 0;
	padding: 0;
}

#imageSet li a {
	margin-right: 25px;
}

#imageSet .last {
	margin: 0;
}

.pluginbox .external a {
	background-image: url(../images/external.png);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-right: 13px;
}

.pluginitem {
	border-radius: 10px;
	padding: 8px;
	background-color: #eee;
	margin-bottom: 10px;
}

.paging {
	margin-top: 6px;
	padding: 0;
	padding-top: 10px;
}

.pagingfirst {
	border: 0;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 6px 0;
}

.tagicon {
	float: left;
	background-image: url('../images/tag.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin-top: 4px;
	margin-right: 5px;
}