#custom-feed {
	background: url("/static/widgets/customFeed/background_customfeed.jpg") no-repeat scroll left top;
	padding: 62px 11px 0;
	height: 250px;
	margin:0;
}

#custom-feed-content {
	display: block;
	float: left;
}

#custom-feed a {
	text-decoration: none;
}

.custom-thumb {
	float: left;
	margin:0;
	padding: 0;
	width: 148px;
}

.underline-link a:hover {
	text-decoration: underline !important;
}

.custom-thumb-link a {
	border-bottom: 1px solid  #C5C5C5;
}

.custom-thumb-link a:hover {
	border-bottom: 1px solid  #0084FF;
}

.custom-thumb-img {
	height: 111px;
	width: 148px;
	border: 0 none;

}

.custom-thumb-spacer {
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
}

.custom-thumb-row-spacer {
	clear:both;
	margin-bottom:18px;
}

.bag-title {
	font: bold 14px arial;
	color: #4E4844;
	height: 17px;
	display:block;
	overflow: hidden;
	padding: 2px 0 0 6px;
}

.bag-time {
	font: italic 11px arial;
	color: #808080;
	height: 16px;
	display:block;
	overflow: hidden;
	padding-left: 6px;
}

.bag-size {
	height: 24px;
	float:left;
	padding-left: 6px;
}

.bag-size-img {
	height: 19px;
	width:19px;
	border: 0 none;
}

.bag-customize {
	padding: 3px 0 0 7px;
	font: bold 11px arial;
	color: #087CF5;
	float: left;
	width: 110px
}

#custom-feed-refresh {
	display: block;
	position: absolute;
}

#custom-feed-refresh a {
	border: 0;
	padding:0;
	text-decoration: none;
	overflow:hidden;
	margin: 17px 0 0;
	height: 30px;
	width: 100px;
	left: 746px;
	position: absolute;
	background-image: url('/static/widgets/customFeed/button_refresh.png');
	background-position: 0 0;
	cursor: pointer;
}

#custom-feed-refresh a:hover {
	background-image: url('/static/widgets/customFeed/button_refresh.png');
	background-position: 0 -32px;
	cursor: pointer;
}

.loading-img {
	width: 100px;
	height: 7px;
	display: block;
	float: left;
	border: 0;
	padding: 0;
	margin: 35px 0 0 5px;
}

#custom-feed-previous , #custom-feed-next {
	display: none;
	float: left;
	margin: 53px 0 0;
	padding: 0;
}

#custom-feed-next a {
	border: 0;
	padding:0;
	text-decoration: none;
	overflow:hidden;
	display:block;
	height:25px;
	width:25px;
	background-image: url('/static/widgets/customFeed/button-right.png');
	background-position: 0 0;
	margin-right: 1px;
	cursor: pointer;
}

#custom-feed-next a:hover {
	background-image: url('/static/widgets/customFeed/button-right.png');
	background-position: 0 -25px;
	cursor: pointer;
}

.previous-enabled a, .previous-disabled a {
	border: 0;
	padding:0;
	text-decoration: none;
	overflow:hidden;
	display:block;
	height:25px;
	width:25px;
	background-image: url('/static/widgets/customFeed/button-left.png');
	background-position: 0 0;
	margin-left: 1px;
	cursor: pointer;
}

.previous-enabled a:hover {
	background-image: url('/static/widgets/customFeed/button-left.png');
	background-position: 0 -25px;
	cursor: pointer;
}

.previous-disabled a {
	background-image: url('/static/widgets/customFeed/button-left.png');
	background-position: 0 -50px;
	cursor: auto;
}
