.promotions div.scrollable div.items div { 
    float:left; 
	padding: 0;
margin-right: 24px;
	display: block;
	background-color: #ffffff;
	width: 180px;
	height: 137px;
	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*/

/* Custom Counter */
div.counter {
	color: #ffffff;
	font-size: 2em;
	font-weight: bold;
	margin-left:25px;
margin-top: 20px;
	width:90px;
	height:35px;
	display: block;
float:left;
}

/* Single Column Promotions settings */
div.related-content div.promotions {
margin-top: 22px !important;
}
.promotions ul {
	list-style-type: none;
margin-bottom: 0;
padding-bottom: 0;
width: 210px;
}

.promotions ul li {
	clear: both;
	display: block;
margin-top: 12px;
}
.promotions ul li:first-child {
	margin-top: 24px;
}
.promotions ul li a img {
	border: 1px solid #ffffff;
}
.promotions ul li a {
margin: 0 0 0 12px;
}

.promotions ul li a.title {display: none;}

/* Settings For Home Page Large Scroller */

div.flash-feature {
}

div.flash-feature .promotions div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 

div.flash-feature .scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
div.flash-feature .promotions div.scrollable { 
    position: relative;
	overflow: hidden;
	width: 499px;
	height: 320px;
	margin: -1px 0px 0px 5px;
}
div.flash-feature .promotions div.scrollable div.items div { 
margin: 0px;
    float:left; 
	padding: 0;
	display: block;
	border-color: 1px solid #ffffff;
	width: 500px;
} 
div.flash-feature .promotions ul li a {
margin: 0 0 0 0px;
}
div.flash-feature .promotions ul li {
	clear: both;
	display: block;
margin-top: 0px;
}
div.flash-feature .promotions div.scrollable div.items div a.title {
	display: none;
}
div.flash-feature .promotions div.scrollable div.items a img {
border: 1px solid #ffffff;
}

div.flash-feature div.navi {display:none;} /*hides default navigation tool*/
div.flash-feature #nav {
float: left;
margin-top: -190px;
margin-left: 0px;
position: absolute !important;
clear: none;
width: 500px;
display:inline;
border: 1px solid #CF0;
}
div.flash-feature .promotions a.prev, div.flash-feature .promotions a.next, div.flash-feature .promotions a.prevPage, div.flash-feature .promotions a.nextPage {
	display:block;
	position: absolute !important;
	width:37px;
	height:35px;
	background:url('../../Content/ward/assets/images/global/button_scrollable_left.png') no-repeat;
	float:left;
	margin:-175px 18px 20px 18px;
	cursor:pointer;
	font-size:1px;
	text-indent: -9999px;
	overflow: hidden;
}
div.flash-feature .promotions a.nextPage {
	position: absolute !important;
	margin-left: 455px;
	background:url('../../Content/ward/assets/images/global/button_scrollable_right.png') no-repeat;
	clear:right;
	float: right;
}

div.flash-feature .promotions a.prev, div.flash-feature .promotions a.next, div.flash-feature .promotions a.prevPage, div.flash-feature .promotions a.nextPage {
visibility: visible !important;
}
