.unvisible { 
	display: none;
}

#content .category {
	margin: 60px 0px 50px 0px;
	padding: 30px 0px 10px 0px;
	clear:both;
	height:auto;
}
#content .category img {
	background: #fff;
	padding: 7px;
	float:right;
	border: 1px solid #000000;
}
#content a:hover  {
	color: #000000;
	text-decoration: underline;
	background: #CCCCCC;
	border-bottom: 1px solid #000000;
	}
#content a:visited   {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a {
	color: #fff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
html{
	margin: 0px;
	padding: 0px;
}
html, body {height: 100%;}
#container {
	height: 750px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-3d-light-color: #666666;
	scrollbar-arrow-color: #FFCC00;
	scrollbar-base-color: #000000;
	scrollbar-dark-shadow-color: #333333;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #333333;
	width: 280px;
}

#thumbcontainer{
	height: auto;
	width: 262px;
	overflow: hidden;
}
#thumbcontainer .imgcontainer{
	overflow:hidden;
	border: 2px solid #666666;
	width: 240px;
	height: 75px;
	text-align: left;
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	right: 0px;
}

#thumbcontainer .imgcontainer:hover{
	border: 2px solid #FFCC00;
}

#thumbcontainer  .imgcontainer img {
	filter: Alpha(Opacity=60);
}

#thumbcontainer   .imgcontainer img:hover {
	filter: Alpha(Opacity=100);
}

#thumbcontainer .thumbtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 255px;
	height: 15px;
	margin-top: 0px;
	margin-left: 5px;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
	font-style: normal;
	background-color: #000000;
	color: #CCCCCC;
	cursor: pointer;
}
#thumbcontainer #thumbtitle:hover {
	width: 245px;
	color: #FFCC00;
}

.highslide-move {
    cursor: move;
}

