
#atomicongallery .folder_up {
display:none;
}
#atomicongallery .footer {
display:none;
}
#atomicongallery .folder,
#atomicongallery .file {
    -webkit-border-radius: 10px;    /* for Safari */
    -webkit-box-shadow: 0px 0px 5px black;
    -moz-border-radius: 10px;       /* for Firefox */
    -moz-box-shadow: 0px 0px 5px black;
    border-radius: 10px;       /* for CSS3 */
    box-shadow: 0px 0px 5px black;
}
#atomicongallery .folder:hover,
#atomicongallery .file:hover {
    -webkit-box-shadow: 0px 0px 10px #FF9900;
    -moz-box-shadow: 0px 0px 10px #FF9900;
    box-shadow: 0px 0px 10px #FF9900;
}

#atomicongallery .folder {
	background: #d4d4d4 url('../images/light/file-bg.png') repeat-x scroll top left;
	margin-bottom: 10px;
	/*width:150px;*/
	*border: solid 2px #CCC;
	
}

#atomicongallery .folder_up a,
#atomicongallery .folder a {
	color: #666;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
}

#atomicongallery .folder .info .description {
    color: #666;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	

	
}

#atomicongallery .file {
    background: #d4d4d4 url('../images/light/file-bg.png') repeat-x scroll top left;
    margin-right: 10px;
	margin-bottom: 10px;
	*border: solid 2px #CCC;
}

#lbOverlay {
	background-color: #ffffff;
}
#atomicongallery .componentheading {
display:none;
	
	
}


