.scrollerProduct .thumb {
	position: relative; /* missing from carousel to enable correct positioning of FB avatar */
}
/* SHOWCASE START */
/* BA 2012.05.10 required to enable friend store component to overlay carousel */
.scroller ul li span .friend_store {
	position: absolute;
	top: 0px;
	left: 0px;
	/*z-index: 1; BA 2012.05.18*/
}
/*SHOWCASE END */





/*

	Friend Store
**********************/
li.facebookSuggestedProducts span {
	position: relative;
}

.friend_store {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 32px;
	height: 32px;
}
.friend_store a {
	display: block;
}
/* BA 2012.05.09 For use if wrapping friend store icon in a href */
.friend_store a:hover {
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 1);
}
/* BA 2012.05.09 For use if not wrapping friend store icon in a href in case of carousels */ 
.friend_store:hover {
	-webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 4px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 4px rgba(50, 50, 50, 1);
}
.friend_store:hover .friend_store_modal {
	display: block;

}
.friend_store img {
	border: 1px solid #ffffff;
	display: block;
	width: 32px;
	height: 32px;
}
.friend_store .friend_store_modal div {
	display: block;
	border: 3px solid #0078ad;
	-webkit-border-radius: 16px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 16px;
	-moz-border-radius-topleft: 0;
	border-radius: 16px;
	border-top-left-radius: 0;
	background-color: #0078ad;
}
/* CENTERED MODAL
.friend_store .friend_store_modal div {
	display: block;
	border: 3px solid #0078ad;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-color: #0078ad;
}
*/
.friend_store .friend_store_modal {
	display: none;
	background: url('../images/arrow-friend-store-modal.png') transparent no-repeat 0 0;
	position: absolute;
	top: 23px;
	left: 5px;
	padding-top: 13px;
	z-index: 1;
	width: 96px;
}
/* CENTERED MODAL
.friend_store .friend_store_modal {
	background: url('../images/arrow-friend-store-modal.png') transparent no-repeat 50% 0;
	position: absolute;
	top: 38px;
	left: -45px;
	width: 122px;
	padding-top: 13px;
}
*/
/* CENTERED MODAL
.friend_store .friend_store_modal h1 {
	padding: 5px 10px;
	margin: 0;
	height: auto;
	color: #ffffff;
	font-size: 1em;
	text-align: center;
	text-transform: inherit;
	min-width: 102px;
}
*/
.friend_store .friend_store_modal h1 {
	padding: 5px;
	margin: 0;
	height: auto;
	color: #ffffff;
	font-size: 9px;
	text-align: center;
	text-transform: inherit;
	letter-spacing: normal;
	word-wrap: break-word;
}
.friend_store .friend_store_modal ul {
	padding: 3px 8px 3px 8px;
	background-color: #ffffff;
	-webkit-border-bottom-right-radius: 13px;
	-webkit-border-bottom-left-radius: 13px;
	-moz-border-radius-bottomright: 13px;
	-moz-border-radius-bottomleft: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
}
.friend_store .friend_store_modal ul li {
	color: #0078ad;
	padding-left: 23px;
	margin-bottom: 4px;
	text-align: left;
	list-style-type: none;
	font-size: 9px;
	height: 16px;
}
.friend_store .friend_store_modal ul li.liked {
	background: url('../images/icon-friend-store-liked.png') no-repeat 0 0 transparent;
}
.friend_store .friend_store_modal ul li.commented {
	padding-right: 5px;
	background: url('../images/icon-friend-store-commented.png') no-repeat 0 0 transparent;
}
.friend_store .friend_store_modal ul li.purchased {
	padding-right: 5px;
	background: url('../images/icon-friend-store-purchased.png') no-repeat 0 0 transparent;
}

/*

	Friend Store Carousels
**********************/
.friend_store_component .article .scroller ul li h3 {
	text-transform: none;
	color: inherit;
	font-size: inherit;
}
.friend_store_component .jcarousel-skin .jcarousel-item img {
	/*border: inherit;*/
}
.friend_store_component .jcarousel-skin a {
	text-decoration: none !important;	
}
.friend_store_component .jcarousel-skin a h3,
.friend_store_component .jcarousel-skin a p {
	text-decoration: underline;	
}
