/*gallery  style*/
ul.gallery {
	margin:0px;
	padding:0px;
	list-style:none;

}
	ul.gallery li{
		list-style:none;
		padding:5px;
		margin:10px;
		display:block;
		background-image: url(../images/tn-frame.png);
		background-repeat: no-repeat;
		background-position: center center;
		height: 200px;
		width: 290px;
		
	}
		ul.gallery li img{
		margin-left:10px;
		margin-top:10px;
		border:1px solid #f0f0f0;
	
		}
	
/* Some IE6  CSS FIX    */
	
#navigation_bar{paddin:0; background:url("") 0 0 no-repeat; width:100%; margin:auto; z-index:-1; margin-bottom:-7px; }
 #navigation_bar li {float:left; text-align:center; padding:1px;}
 #navigation_bar ul { list-style:none;  margin:10px 0 -10px 5px; }
 #navigation_bar .current{ background:url("../FancyFolio%20-%20your%20slogan%20here_files/sprites0.png") -858px -400px no-repeat; position:relative; width:114px;  text-align:center; margin:0; padding:0; margin-top:-16px; padding-top:16px; padding-left:3px; padding-right:-3px; color:#fff;}