/* Home Page centering */

/* end HP centering */

.promotions div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.promotions div.scrollable { 
    position: relative;
	overflow: hidden;
	width: 576px;
	height: 323px;
	margin: 18px;
}
.promotions div.scrollable div.items div { 
    float:left; 
	padding: 0;
	display: block;
	border-color: 1px solid #ffffff;
} 
.promotions div.scrollable div.items div a.title {
	display: none;
}
.promotions div.scrollable div.items a img {
border: 1px solid #ffffff;
}

div.navi {display:none;} /*hides default navigation tool*/
#nav {
float: left;
margin-top: -215px;
margin-left: 16px;
position: absolute !important;
clear: none;
width: 576px;
display:inline;
}
#features .promotions a.prev, #features .promotions a.next, #features .promotions a.prevPage, #features .promotions a.nextPage {
visibility: visible !important;
}

/* HP Action Links Promotions settings */
#actions .promotions {
	width: 292px;
	height: 341px;
	margin-top: 35px;
	background-image:url('../../Content/nc/assets/images/modules/bg_actionLinks_hp.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#actions .promotions ul {
	list-style-type: none;
	margin: 0px 18px 0 18px;
	padding: 0;
	text-align: center;
padding-top: 36px;
height: 180px;
}
#actions .promotions ul li {
	clear: both;
	display: block;
}
#actions .promotions ul li a {
	color: #27425b;
	padding: 9px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #ac9077;
}
#actions a.more {
	margin-top: -110px;
	display: block;
	width: 274px;
	padding: 9px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #ffffff;
}

/* Lower Promotion Area - Image Only*/
#promotions .promotions {
	width: 932px;
	margin-bottom: 18px;
}
#promotions .promotions ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	text-align: center;
}
#promotions .promotions ul li {
	display: inline;
}
#promotions .promotions ul li a {
	float: left;
	margin-left: 27px;
display: block;
}
#promotions .promotions ul li:first-child a {
margin-left: 0px !important;
}
#promotions .promotions ul li a.title {
	display: none;
}

