/* 
Main Promo 
*/

#main {
	position:relative;
	overflow:hidden;
	width:505px !important ;
	height: 255px;
	margin: 0 0 5px 0;
	background:#fff;
}

/* root element for pages */
#pages {
	position:absolute;
	height:20000em;
	width:505px;
	height: 255px;
}

/* single page */
.page {
	padding:0;
	width:505px;
	height: 255px;
	background:#fff;
}

/* root element for horizontal scrollables */
.mainscrollable {
	position:absolute;
	overflow:hidden;
	width: 505px;
	height: 255px;
	padding:0;
	margin:0;
}

/* root element for scrollable items */
.mainscrollable .items {
	width:20000em;
	clear:both;
	padding:0;
	margin:0;
}

#main .navi {
	height:0;
	width:0;
	visibility:hidden;
}

/* single scrollable item */
.item {
	float:left;
	cursor:pointer;
	width:505px;
	height:255px;
	padding:0;
	margin:0;
}

/* main navigator */
#main_navi {
	float:right;
	padding:0 !important;
	margin:0 !important;
}

#main_navi li {
	width:235px;
	clear:both;
	color:#666;
	font-size:10px;
	line-height:1.5em;
	list-style-type:none;
	cursor:pointer;
	hasLayout: true;
}


#main_navi li#one {
	height:58px;
	padding:27px 0 0 10px;
	background:#fff url(../images/promos/main_promo1_free_ski_btn.jpg) 0 0 no-repeat;
}

#main_navi li#two {	
	height:60px;
	padding:25px 0 0 10px;
	background:#fff url(../images/promos/main_promo2_ava_brand_btn.jpg) 0 0 no-repeat;
}

#main_navi li#three {
	height:58px;
	padding:27px 0 0 10px;
	background:#fff url(../images/promos/main_promo3_free_snow_btn.jpg) 0 0 no-repeat;
}

#main_navi li#one.active, 
#main_navi li#two.active, 
#main_navi li#three.active {
	color:#fff;
	background-position: 0 -85px;
	text-shadow: 0 -1px 1px #444;
    -moz-text-shadow: 0 -1px 1px #444;
}


#main_navi li:hover {
	color:#000;
}

#main_navi li strong {
	font-size:15px;
	text-transform:uppercase;
	display:block;
}

/*
	secondary scrollables
*/

.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 660px;
	height:220px;
	margin: 0;
	font-size:12px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	text-shadow: 0 1px 0 #fafafa;
    -moz-text-shadow: 0 1px 0 #fafafa;
}

/* single scrollable item */
.scrollable #itembox {
	float:left;
	display:block;
	margin:0 0 0 12px;
	cursor:pointer;
	width:140px;
	text-align:center;
	padding: 5px;
}

.scrollable #itembox img {
	border:1px solid #ccc;
	background: #fff;
}

.scrollable #itembox p {
}


/* active item */
.scrollable .active {
	border-top:1px solid #fafafa;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #999;
	background:#fff;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../images/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:80px 10px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ display:inline-block; margin-left: 5px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

/* position and dimensions of the navigator */
.navi {
	margin:-25px 0 10px 350px; !important
	height:20px;
	position:absolute;
	top:40px;
}

/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.gif) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}