@CHARSET "ISO-8859-1";

.jmt_thumbs {
	width: 240px;
	height: 315px; /*235px;*/
	overflow: hidden;
}

.jmt_thumbnail {
	display: inline-block;
	width: 60px;
	height: 60px;
	float: left;
	background-color:#bbb;
	background: #bbb url(../images/loadinfo.net.small.gif) no-repeat center center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius :3px;
	margin: 0px 20px 20px 0px;
	background-size:100%;
	opacity:.5;
	cursor: pointer;
}

.jmt_thumbnail div {
	display: inline-block;
	width: 52px;
	height: 52px;
	border: 4px rgb(84,186,255) solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius :3px;
	margin: 0px;
	opacity: .75;
}
.jmt_thumbs .selected {
	opacity:1;
}
.jmt_thumbnail:hover {
	opacity:1;
}

.jmt_pages {

	float:right;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.jmt_page {
	display:inline-block;
	width: 10px;
	height: 10px;
	background-color: #bbb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius :5px;
	margin:0px 0px 0px 5px;
	font-size:0px;
	line-height:0px;
	cursor: pointer;
}

.jmt_page:hover {
	background-color: #333;	
}

.jmt_pages .selected {
	background-color: rgb(46,156,230);	
}
