#file_container {
}
.file {
	float: left;
	margin: 5px;
	height: 110px;
	width: 105px;
	border: 1px solid #999999;
	padding: 10px;
}
.file_thumb {
	text-align: center;
	vertical-align: middle;
}
.file_selected {
	background-color: #999999;
}

#slideshow_ctrl {
	height: 240px;
	width: 140px;
	z-index: 120;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #CCCCCC;
	background-color: #999999;
	border: 1px solid #CCCCCC;
}


#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: #CCCCCC;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	color: #000000;
	display: none;
}

#dhtmltooltip hr {
	color: #000000;
	height: 1px;
	background-color: #000000;
}

