@charset "utf-8";
/* CSS Document */
	.entry table{
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	}
	.entry .top,.entry .bottom{
		width:100%;
		background-color:#FFFFFF;
	}
	.entry .main{
		width:468px;
		height:467px;
		background:url('http://www.bloggligan.se/material/index_bg.jpg') no-repeat center center;
		margin:0 auto;
	}
	.entry .loader{
		width:468px;
		height:467px;
		background:url('http://www.bloggligan.se/material/ajax-loader.gif') no-repeat center 300px;
	}
	.entry .pictureholder{
		width:468px;
		height:467px;
		background-repeat:no-repeat;
		background-position:center center;
	}
	.entry .bottombar{
		width:468px;
		height:28px;
		text-align:center;
		background:#FFFFFF;
		padding-top:5px;	
		margin:0 auto;
	}
	.entry .control{
		width:300px;
		margin:0 auto;
	}
	.entry .hide{
		display:none;
	}
	.entry .grey{
		color:#999999;
	}
	.entry .size18{
		font-size:18px;
	}
