div.movies {
	margin-top:30px;
}
div.category {
	margin-top:10px;
/*	width:45%;
	float:left;*/
}
div.movie {
	display:block;
	float:left;
	width:230px;
	height:80px;
	margin-bottom:30px;
}
div.movie.first {
	margin-left:0;
}
div.movie.second {
	margin-left:10px;
}

div.movie_img {
	border-right: 1px solid #d8d8d8;
	float:left;
	width:115px;
	height:80px;
	position:relative;
}
div.movie_img .overlay{
	position:absolute;
	left:0;
	background-image:url(/img/play.png);
	width:100px;
	height:80px;
	left:0;
	top:0;
}
div.movie_img img {
	border: 1px solid #0f5183;
}

div.movie_content {
	display:block;
	float:left;
	width:90px;
	margin-left:5px;
	padding: 0px 10px 10px 5px;
	vertical-align:middle;
}

div.movie_content h2{
	font-weight: bold;
	margin: 0 !important;
}

div.movie_content h2 a {
	color:#396800;
	text-decoration:none;
	padding-top:15px;
}

div.big {
  height:33px;
  min-height: 33px;
}

a.readmore {
  color: #7094bf;
  text-decoration: none;
}
/*
h1.moviecategorytitle {
	color:#c71381;
}
*/


