.normalText {
    font-weight: normal;
	color: #FFFFFF;
	font-family: times;
	font-size: 12px;
}

.logoText {
    font-weight: normal;
	color: #666666;
	font-family: times;
	font-size: 11px;
}

.scroll {
   height:390px;
   width:624px;
   overflow: auto;
   font-size: 11px;
}

/* Galleries CSS */
.thumb {
   border-color: #CB3131;
   cursor: pointer;
}

.noThumb {
   cursor: default;
   border-color: transparent;
}

.thumbOver {
   border-color: #FFFFFF;
   cursor: pointer;
}

.upArrow, .downArrow {
   cursor: pointer;
}

.upArrowGray, .downArrowGray {
   cursor: default;
}
