/* Header CSS code */
#home_header { position: relative; width: 950px; height: 360px; z-index: 98;}
#home_previous,
#home_next {position: absolute; top: 186px;}
#home_previous {left: -5px; top:139px; z-index: 99;}
#home_next {right: -5px; top: 138px; z-index: 99;}
#home_previous img,
#home_next img {}

#home_mask { width: 950px; height: 360px; position: absolute; overflow: hidden; }
#home_slider { width: 1900px; height: 360px; position: absolute; top: 0; left: 0; }
#home_slider img { display: block; float: left; }
#header_credits { position: absolute; bottom: 52px; right: 5px; padding: 0 10px; background: transparent url("/images/uploads/template/cta_button_bg.png") repeat-x scroll 0 0; color: #FFFFFF; height: 30px; line-height: 30px;  }

#home_pagination {position: absolute; bottom: 10px; left: 10px; z-index: 99;}
#home_pagination a { display: inline-block; width: 20px; height: 22px; position: relative; overflow: hidden; }
#home_pagination a img { position: absolute; top: 0; left: 0; }
#home_pagination a.active img,
#home_pagination a:hover img { top: auto; bottom: 0; }

#home_callout {
	text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
	
	background-color: transparent;
	width: 239px;
	height: 335px;
	
	padding-top: 25px;
	padding-left: 20px;
	
	z-index: 75;
	
	background: url(../../images/caption_bg.png) left top no-repeat;
	
	position: absolute;
	top:0px;
}

#home_callout p {
	color: #ffffff;
	padding: 3px 3px;
	text-shadow: 0.1em 0.07em 0.1em #000000;
}

#home_callout a { 
    color:#efe9d1;
    text-decoration:underline;
}
