/**
Custom Splash 1
 */
/* Splash */
#splash {
	overflow: hidden;
	height: 220px;
	margin: 0 0 20px 0;
	padding: 20px 0 0 20px;
	background: url(new-images/book_movie.jpg) no-repeat 0 0;
	}
#splash .widget {
	float: right; /* original: left */
        overflow: hidden;
	width: 220px; /* original: 170px */
	margin: 0 20px 0 0;
	padding: 0;
	color: #F0ECE1; /* original: 365426 */
	background: transparent;
	border: none;
        /* additional */
        text-align: right;
        font-size: 12px;
	}
#splash .widget-title {
	color: #365426;
	}
