/* Scroll Control Styles */

div.scrollingHotSpotLeft
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(/skins/affiliates/images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	top:0;
}

div.scrollingHotSpotLeftVisible
{
	background-image: url(/skins/affiliates/images/arrow_left.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: alpha(opacity = 35);
	zoom: 1;
}

div.scrollingHotSpotRight
{
	min-width: 75px;
	height: 100%;
	background-image: url(/skins/affiliates/images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	top:0;
}

div.scrollingHotSpotRightVisible
{
	background-image: url(/skins/affiliates/images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top:5px;
}
.social div.scrollWrapper
{
	top:0px;
	overflow: visible;
	margin-bottom:4px;
}
div.scrollableArea
{
	position: relative;
	width: auto;	
}

/* Project Styles */

#scrollContainer
{
	width:460px;
	display:block;
	border-style:none;
	padding-left:15px;
	overflow:hidden;
	height:39px;
}
.social #scrollContainer
{
    height:35px;
    text-align:left;
}

#scrollBanner
{
	height: auto;
	position: relative;
	float: right;
	width:330px;
}
#scrollBanner div.scrollableArea *,
.social #scrollBanner div.scrollableArea *
{
	position: relative;
	padding: 0;
}

.social #scrollBanner div.scrollableArea a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	line-height:2.3em;
	color: #63564e;
	margin-right:15px;
}

.social #scrollBanner div.scrollableArea img
{
	margin-left:5px;
	top:8px;
}

div.captionWrapper
{
	width:150px;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #4c423d;	position:relative;
	cursor:default;
	top:5px;
}

.social div.captionWrapper
{
	font-size: 14px;
	font-weight:bold;
	color: #63564e;
	padding-top:1px;
	padding-bottom:1px;
	top:11px;
}
.social { float:right; }

#shadow-border
{
	width:477px;
	color:#FFFFFF;
	padding-bottom:5px;
}

#shadow-border .sb-inner { background:#ffffff; }

#shadow-border-social
{
	width:490px;
	padding-top:2px;
	padding-bottom:8px;
	color:#000000;
	
}

#shadow-border-social .sb-inner { background:#d7cdcb; }
#scrollBanner div.scrollableArea img {height:30px}
.social #scrollBanner div.scrollableArea img {height:24px;width:24px}
/*footerRightTable*/
.footerRightTable #shadow-border-social .sb-inner { background:#d7cdcb; }

