.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: 0px !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;}

