input[type="text"].releaseDatePicker {
    border-right-width: 0;
    height: 20px;
    margin: 10px 0 10px 0;
    width: 80px;
}

.newReleaseDate {
	width: 249px;
}

.newReleaseNext {
    display: inline-block;
	width:27px;
	height:40px;
	background: url("../img/bgCSS/bgCarouselButton.png") no-repeat scroll 0 50% transparent;
	background-position: -172px 50%;
	position: relative;
	top: -14px;
}

.newReleasePrev {
	display:inline-block;
	width:27px;
    height:40px;
    background: url("../img/bgCSS/bgCarouselButton.png") no-repeat scroll 0 50% transparent;
    background-position: -144px 50%;
    position: relative;
    top: -14px;
}

.newReleasesPager .ui-datepicker-trigger {
	float:none;
	margin-top: 10px;
}

.newReleasesPager {
	text-align: center;
	padding-top:10px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

.futureReleasesMonthDate {
	color: #fff;
	font-size: 1.5em;
	background-color: #26466C;
	border: 1px solid #ccc;
	margin-top: 5px;
	padding-left: 10px;
	font-weight: bold;
}

.futureReleaseMovieTitle {
    width: 520px;
    font-size: 1.333em;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.futureReleaseMoviePoster {
	float:left;
}

.stripedList li {
	overflow: hidden;
    padding: 4px 7px 3px;
}

.stripedList .odd {
	background-color: #FFFFFF;
}

.movieList .videosLink {
	float: right;
}

.movieListInfo {
    width: 500px;
}