#cinema_tabber {
	width: 550px;
	color: #333333;
}
#cinema_tabber h4{
	margin-top: 0px;
	padding-top: 0px;
	color: #333333;
	font-size: 14px;
}
#also_showing {
	margin-top: 10px;
}
#also_showing ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
}
#also_showing p {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#also_showing li a {
	color: #336699;
	text-decoration: underline;
}
#also_showing li a:hover {
	color: #FF9900;
	text-decoration: none;
}
#also_showing li a:visted {
	color: #FF9900;
	text-decoration: underline;
}
.movie_details_list {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#content .home_now_showing_holder {
	width: 510px;
	margin-left: 25px;
	float:left;
}
#container #body #content .home_now_showing_holder .home_nowshowing_left {
	float: left;
	width: 250px;
	text-align:center;
	margin-top: 10px;
	height: 150px;
}
#container #body #content .home_now_showing_holder .home_nowshowing_right {
	float: right;
	width: 250px;
	text-align:center;
}
#content .now_showing_holder {
	border: 1px dotted #999999;
	margin-bottom: 10px;
	padding-left: 3px;
	margin-right: 5px;
	padding-bottom: 5px;
}
#content .now_showing_holder_alt {
	border: 1px dotted #999999;
	margin-bottom: 10px;
	padding-left: 3px;
	margin-right: 5px;
	background-color: #DEE7EF;
	padding-bottom: 5px;
}
.nowshowing_img {
	float: left;
	width: 190px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.nowshowing_details {
	margin-left: 195px;
	padding-right: 5px;
}
