.page h4 a {
	color: #111!important;
}

.footer {
	border-top: 0;
	padding: 10px 0 10px 0;
	margin-top: 10px;
}

.footer a.twitter {
	background: url(../_images/common/twitter.gif);
	display: inline;
	float: right;
	margin-top: -12px;
	width: 87px;
	height: 34px;
}

.footer a.facebook {
	background: url(../_images/common/facebook.gif);
	display: inline;
	float: right;
	margin-top: -12px;
	width: 88px;
	height: 36px;
}

.footer a.push {
	background: url(../_images/common/push.gif);
	display: inline;
	float: right;
	margin-top: -10px;
	margin-left: 2px;
	width: 30px;
	height: 30px;
}

.footer a.color {
	background: url(../_images/common/color-logo.gif);
	display: inline;
	float: right;
	margin-top: -8px;
	margin-left: 4px;
	width: 90px;
	height: 24px;
}

/*  
    root element for the scrollable.  
    when scrolling occurs this element stays still.  
*/ 
div.scrollable { 
     border: 1px solid #eae9e9;
		 clear: both;
    /* required settings */ 
    position:relative; 
    overflow:hidden;          
    width: 959px;     
    height: 112px;
		margin-top: 22px;
} 
 
/*  
    root element for scrollable items. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items {     
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute;
		padding-left: 40px;
} 
 
/*  
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items span { 
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	float:left; 
	padding-top: 13px;
	width: 415px;
	height: 99px;
} 
 
/* you may want to setup some decorations to active item */ 
div.items div.active { 
    border:1px inset #ccc;         
    background-color:#fff; 
}


.page div.scrollable h3 {
	color: #dc0006;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 3px 0;
}

.page div.scrollable h4 {
	margin-top: 0;
}

div.scrollable .image {
	display: inline;
	float: left;
	overflow: hidden;
	margin-left: 15px;
	margin-right: 15px;
	min-height: 80px;
	width: 117px;
}

div.scrollable .copy {
	margin-left: 15px;
	padding-right: 15px;
}

div.scrollable a {
	color: #dc0006;
}

div.scrollPrev {
	background: url(../_images/homepage/scroll-left.png) no-repeat 0 0;
  position:absolute;
	left: 0;
	width: 57px;
	height: 112px;
}

div.scrollNext {
	background: url(../_images/homepage/scroll-right.png) no-repeat 0 0;
  position:absolute;
	left: 902px;
	width: 57px;
	height: 112px;
}

.readMoreLink {
	font-weight: normal;
	margin-top: 3px;
}

.readMoreLink a {
	font-weight: normal;
}