

.wrapper {
	min-height: 100px;
	height: auto;
	max-width: 900px;
	margin: 0px auto 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(../images/header.jpg);
	background-position: 0px 0px;
	position: relative;
	
}

.inner-wrapper{
	position: relative;
	padding: 0px 50px 30px;
}

.container_top{
	position: relative;
	width: 800px;
	top: 50px;
	min-height: 100px;	
	height:  auto;
	margin-bottom: 20px;
	padding-bottom: 30px;
}

.container {
	position: relative;
	width: 800px;
	min-height: 260px;	
	height: auto;
	overflow: hidden;
	margin: 20px 0;
	clear: both;
	
}

.container.rule {
	border-bottom: 1px dotted #666666;
}

.rule{
	border-bottom: 1px dotted #666666;
	position: relative;
	width: 800px;
	height: 20px;
}

.item_container {
	position: relative;
	display:  inline-block;
	min-height: 160px;
	height: auto;
	width: 400px;
	margin-right: 0px;
	float: left;
	overflow: visible;
	/*background-color: pink;*/
}



.cover{
	position: relative;
	width: 150px;
	height: 170px;
	float: left;
	padding-right: 20px;
	padding-top: 5px;
	/*background-color: green;*/
}

.cover.flat{
	position: relative;
	width: 150px;
	height: 170px;
	float: left;
	padding-right: 0px;
	padding-top: 30px;
	/*background-color: green;*/
}

.synopsis{
	position: relative;
	width: 220px;
	float: left;
	padding: 40px 5px 0 0;
}




