
#picContainer {
	cursor: pointer;
}

/* 
 * Old
 */

#thumbBarContainer {	
	position: absolute;		
	bottom:0;
	left:0;
	
	overflow: hidden;
	height: 110px;
	width: 100%;
	margin: auto;
	background: #111;
	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;	
	opacity: 0.7;
	
	border-top: 1px solid #111;
}


#thumbBarContainer:hover {
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;	
	opacity: 0.9;
	background: #151515;
}

.photoslider_thumbBar {
	position: absolute;
	/*
	left: 0px;
	top: 0px;
	*/
	display: block;
	margin: 0px;
	padding: 0px;
}

.photoslider_thumb {
	position: relative;
	border: solid #8b8b8b 1px;
	width: 75px;
	height: 75px;
	float: left;
	padding: 0;
	margin: 5px;
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;	
	opacity: 0.8;
}

#thumbBarContainer:hover .photoslider_thumb {
	filter:alpha(opacity=100);
	-moz-opacity: 1;	
	opacity: 1;
}

.photoslider_clear {
	clear: both;
}

