

.collections_title {font-size: 13px; color: #77787B; font-weight: bold;}
.collections {font-size: 12px; color: #77787B; font-weight: normal;}
.collections:hover {font-size: 12px; color: #000000; font-weight: normal; text-decoration: none;}
.collections_selected {font-size: 12px; color: #000000; font-weight: bold;}
.collections_selected:hover {font-size: 12px; color: #000000; font-weight: bold; text-decoration: none;}
.collections_text  {color: #BCBEC0; font-size: 11px;}

#galleryMediumImage {
	height: 360px;
	position: relative;
}

#galleryArrowLeft {
	display: none;
	position: absolute;
	top: 160px;
	left: 5px;
	width: 45px;
	height: 45px;
	background:url(images/gallery_arrow_left.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}

#galleryArrowRight {
	display: none;
	position: absolute;
	top: 160px;
	left: 949px;
	width: 45px;
	height: 45px;
	background:url(images/gallery_arrow_right.gif) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.clear {
	height:0;
	font-size:1px;
	line-height:0px;
	clear:both;
}

.nolines a { 
    border:none;
    outline:none;
}



