.frame-styles {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #9b9b9b;
	width: 350px; /*width of featured content slider*/
	height: 180px;
	margin-bottom: 6px;
}

.frame-styles .frame {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	height: 180px;
}

.view-larger {
	text-decoration: none;
	position: absolute;
	top: 160px;
	left: 10px;
	z-index: 20;
}

.order-now {
	text-decoration: none;
	position: absolute;
	top: 150px;
	left: 250px;
	z-index: 20;
}

.frame-styles-new {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 1px solid #9b9b9b;
	width: 350px; /*width of featured content slider*/
	height: 217px;
	margin-bottom: 6px;
}

.frame-styles-new .frame-new {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	height: 217px;
}

.view-larger-new {
	text-decoration: none;
	position: absolute;
	top: 197px;
	left: 10px;
	z-index: 20;
}

.order-now-new {
	text-decoration: none;
	position: absolute;
	top: 187px;
	left: 250px;
	z-index: 20;
}

.order-info-new {
	text-decoration: none;
	position: absolute;
	top: 187px;
	left: 235px;
	z-index: 20;
}

.pagination {
	width: 350px; 
	border: 1px solid #9b9b9b;
	border-width: 0px 1px 1px 1px;
}

.pagination p {
	padding:.5em 10px;
}

.pagination-header {
	width: 350px; 
	height: 22px; 
	background: #0c75bb;
	color: #ffffff;
	border: 1px solid #9b9b9b;
	border-width: 1px 1px 0px 1px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

h3.frame-header {
	width: 350px; 
	height: 32px; 
	background: #0c75bb;
	color: #ffffff;
	border: 1px solid #9b9b9b;
	border-width: 1px 1px 0px 1px;
	font-weight: bold;
	text-align: center;
	padding-top: 0px;
	margin: 0px;
	line-height: 32px;
}

.pagination a {
	display: inline;
	text-decoration: none; 
}

.pagination a img {
	padding: 2px;
	margin: 2px 1px 1px 1px;
	background: #ffffff;
}

.pagination a:hover img, .pagination a.selected img {
	background-color: #0c75bb;
}

/* added additional styling after removing small thumbnail images */
.pagination a:link     { color: #F17C0F; }
.pagination a:hover    { color: #F17C0F; }
.pagination a.selected { color: #F17C0F !important; }