/* main vertical scroll */
#feature_main_content #BrandsGallery
{
	background: #fdc500 url('../images/yellowcurvebg.gif') no-repeat right bottom;
}

#feature_main_content #main
{
	position: relative;
	overflow: hidden;
	height: 557px;
}

/* root element for pages */
#pages
{
	position: absolute;
	height: 20000em;
}

/* single page */
.page
{
	padding: 19px 0px 69px 54px;
	height: 469px;
	width: 539px;
}

/* root element for horizontal scrollables */
.scrollable
{
	position: relative;
	overflow: hidden;
	width: 539px;
	height: 469px;
}

/* root element for scrollable items */
.scrollable .items
{
	width: 20000em;
	position: absolute;
	clear: both;
}

/* single scrollable item */
.item
{
	float: left;
	cursor: pointer;
	width: 538px;
	height: 469px;	
}

#main .item img {border: 1px solid #062b7b;}

/* main navigator */
#feature_main_content #main_navi
{
	background: #ffffff url('../images/whitecurvebg.gif') no-repeat center bottom;
	float: left;
	height: 557px;
	padding: 0px;
	margin: 0px;
}

#feature_main_content #main_navi li
{
	background-color: #f4f4f4;
	border-bottom: 1px solid #ffffff;
	clear: both;
	color: #FFFFFF;
	font-size: 90%;
	height: 90px;
	list-style-type: none;
	padding: 43px 62px 50px 42px;
	width: 185px;
	cursor: pointer;
}

#feature_main_content #main_navi li.last {border: 0;}
#feature_main_content #main_navi li:hover, #feature_main_content #main_navi li.active {background-color: #eaeaea;}

#feature_main_content #main div.navi
{
	cursor: pointer;
	float: right;
	margin: 0 0 23px 0;
	width: auto;
}

#feature_main_content #main div.singleimage
{
    display: block;
    height: 20px;
    visibility: hidden;
    width: 100px;
}

#feature_main_content #main div.navi a
{
    background: transparent url('../images/slideshow/nav.png') no-repeat right center;
    display: block;
    font-size: 0px;
    height: 13px;
    line-height: 1;
    margin: 0 0 0 7px;
    overflow: hidden;
    padding: 0px;
    text-indent: -999px;
    width: 13px;
}

#feature_main_content #main div.navi a:hover, #feature_main_content #main div.navi a.active {background-position: left center;}
