﻿h1
{
	color:#cc0000;
	font-size:18px;
	font-family:Tahoma;
    font-weight:normal;
    letter-spacing:2px;
	border-bottom:solid 1px #cc0000;
}

.ThumbBox
{
	text-align:center;
	width:120px; /* ThumbSize + 20 */
	height:160px; /* ThumbSize + 60 */
	margin:5px;
	float:left;
    cursor:pointer;
    background:url('img/ThumbBox.png');

}

.ThumbPicture
{
	height:110px;
    margin-top:5px;
    margin-bottom:5px;
}

.ThumbTitle
{
	height:40px;
    font-size:11px;
    font-family:Verdana;
}


div.transOFF {
width: 100%;
}

div.transON {
width: 100%;
opacity:.80;
filter: alpha(opacity=80);
-moz-opacity: 0.8;
}

img{
  border:0;
}



