.recently_viewed_con{
	color: #fff;
	text-align: center;
	height: 135px;
	width: 980px;
	overflow: hidden;
}
.recently_viewed_text{
	height: 20px;
	padding: 6px 0 0 24px;
	text-transform: uppercase;
	font-weight: bold;
	color: #949494;
	text-align: left;
	font-size: 10px;
}
.recently_viewed{
	height: 72px;
	overflow: hidden;
	padding: 8px 0 0 10px;
	border-top: 1px solid #318fc3;
}

.recently_viewed img{
	width: 60px;
	height: 45px;
}

.recently_viewed a:link,
.recently_viewed a:visited,
.recently_viewed a:hover,
.recently_viewed a:active{
	display: block;
	float: left;
	width: 60px;
	overflow: hidden;
	position: relative;
	padding:0 4px 0 0;
	outline: none;
}
