/* 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;
}

.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;
}

.scrollNavLinkRight a
{
	display: block;
	height: 100px;
}

/* 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 
{

	display:block;
	height:100%;
	width:564px;
	float:left;
	background:transparent url(../Images/scrollContainerBot.jpg) no-repeat left bottom;
	background-color:#010138;
	
	}
#scrollContainerBox {
	float:left;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:/*#B0D36A*/#fff;
}


	
li.third p {
	font-size:1.1em;
	font-weight:bold;/**/
	text-align:left;
	padding:15px 0 0 0;
	float:left;
	z-index:10;
	width:160px;
	}
	
li.third h2
{
	
	float:left;
	padding:0;
	margin:0;
	text-align:left;
	width:150px;
}	

	
li.third p a 
{
	float:left;
	color:#000 !important;
	text-decoration:none;
	position:absolute;
	top:90px;
	width:150px;
	}

li.third p a span
{
	padding:0 15px 0 0;
	display:inline-block;
	background:transparent url(../Images/ArrowBlueScrol.jpg) no-repeat bottom right;	
}

.ScrollerAltText
{
	font-size:1.1em;
}
	
	
 /* html li.third p {
	margin-left:-173px;
	}
	
*:first-child+html li.third p {
	margin-left:-173px;
	}*/

.scrollLeft
{
	display:block;
	float:left;
	width:21px;
	height:101px;
	cursor:pointer;
   	background:url(../Images/btnScrollLft.jpg) no-repeat;
   	background-color:#010136;
}

.scrollRight
{
	display:block;
	float:left;
	width:21px;
	height:101px;
   	background:url(../Images/btnScrollRgt.jpg) no-repeat;
   	background-color:#010136;
}


#scrollContainer .scrollLeft a:hover
{
	background-color: Transparent;
}
#scrollContainer .scrollRight a:hover
{
	background-color: Transparent;
}

.scrollLeft a
{
    display:block;
    height:100px;
}

.scrollRight a
{
    display:block;
    height:100px;
}

.third img {
	float:left;
	border:3px solid white;
	border-left:none;
	}

	
#scrollContainerBox ol {
	margin:0;
	padding:0;
	}
#scrollContainerBox li {
	display:block;
	float:left;
	width:175px;
	}
	
#scrollContainerBox li .inside
{
   height:122px;
   padding:5px 5px 0px 10px;
    background:url(../Images/scrollRightBorder.jpg) no-repeat right top;
}


.hthird {
	display: none !important;
}



.hid {
	display: none !important;
}	

/* 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:left;
	*float:none;
	*display:inline-block;
	*zoom:1;
	*display:inline;
	}
