/* Scroller
/* - Custom styles have to be placed at the bottom of this file
----------------------------------------------------------------------*/

#scrollContainer
{
	display: block;
	height: 100%;
	width: 564px;
	float: left;
}

#scrollContainerBox
{
	float: left;
}

#scrollContainerBox ol
{
	margin: 0;
	padding: 0;
}

#scrollContainerBox ol li
{
	display: block;
	float: left;
	width: 175px;
	border: none;
}

.scrollNavLinkLeft
{
	display: block;
	float: left;
	width: 21px;
	height: 101px;
	cursor: pointer;
}

.scrollNavLinkRight
{
	display: block;
	float: left;
	width: 21px;
	height: 101px;
}

.scrollNavLinkLeft a
{
	display: block;
	height: 100px;
	border: none;
}

.scrollNavLinkRight a
{
	display: block;
	height: 100px;
	border: none;
}

/* YUI
----------------------------------------------------------------------*/

.yui-carousel
{
	visibility: hidden;
	overflow: hidden;
	position: relative;
	width: 522px !important;
}

.yui-carousel.yui-carousel-visible
{
	visibility: visible;
}

.yui-carousel-nav
{
	display: none;
}

.yui-carousel-content
{
	overflow: hidden;
	position: relative;
	width: 518px !important;
}

.yui-carousel-element
{
	margin: 5px 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 32000px;
	z-index: 1;
}

.yui-carousel-element li
{
	float: left;
	list-style: none;
	margin: 0px;
	overflow: hidden;
	padding: 0;
	text-align: center; 
	*float:none;
	*display:inline-block;
	*zoom:1;
	*display:inline;
}

/* Custom
----------------------------------------------------------------------*/

#scrollContainer
{
	width: 458px;
	margin: 8px 4px 10px 4px;
	height: 300px;
}

#scrollContainerBox ol li
{
	width: 410px;
	height: 100%;
}

.scrollBox
{
	width: 410px;
	height: 100%;
}

.scrollBoxItem
{
	width: 410px;
	height: 100%;
}

.scrollBoxItem img
{
	margin: 0px 6px 6px 0px;
}

.scrollNavLinkLeft
{
	width: 24px;
	height: 100%;
}

.scrollNavLinkRight
{
	width: 24px;
	height: 100%;
}

.scrollNavLinkLeft a
{
	height: 100%;
	background: transparent url(../images/arrowLeftSocial.jpg) no-repeat;
	background-position: 7px center;
}

.scrollNavLinkRight a
{
	height: 100%;
	background: transparent url(../images/arrowRightSocial.jpg) no-repeat;
	background-position: 3px center;
}

.yui-carousel
{
	width: 410px !important;
}

.yui-carousel-content
{
	width: 410px !important;
	height: 100%;
}

.yui-carousel-element
{
	height: 100%;
}

.yui-carousel-element li
{
	height: 100%;
}