/*Below styles are for the greeter slides*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-top:none;
border-right:1px solid #999999;
border-bottom:1px solid #999999;
border-left:1px solid #999999;
width: 434px; /*width of featured content slider*/
height:315px;
margin:0 0 10px 10px;
padding:0;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 434px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
padding:0;
}

.pagination{
width: 436px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:24px;
text-align: right;
background:#FFFFFF url(http://www.alaskaair.com/images/tocs/Ad1R-top-bg.gif) repeat-y;
margin:0 0 0 10px;
padding:0;
}

.pagination a {margin-top:2px;}

.box-links {margin-top:5px; width:18px; float:left;}

.box-links a.toc {
width:13px;
height:13px;
padding: 0 5px;
text-decoration: none;
color: #000;
background:url("http://www.alaskaair.com/images/tocs/Ad1_rotator_unselected.gif") no-repeat;
}

.box-links a.toc:hover, .pagination a.selected{
width:13px;
height:13px;
text-decoration: none;
color: #000;
background:url("http://www.alaskaair.com/images/tocs/Ad1_rotator_selected.gif") no-repeat;
}

a.prev, a.next {padding:0; margin-right:5px; border:none; float:left;}
.box-container {float:right; width:133px;}

/*Below styles are for the GreeterRotator Ads*/

#toc-middle-top-b-rtr {
	width:434px;
	}

#toc-middle-adtext-rtr {
	width:295px;
	_height:58px;
	min-height:58px;
	margin:10px 0px 0px 10px;
	float:left;
	}
	
#toc-middle-button-rtr {
	float:right;
	padding:20px 10px 0 0;
	}
	
#toc-middle-top-c {
	width:434px;
	}

/*Below styles are for the ad ribbon selector under the greeter*/

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 414px;
height: 38px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #999999;
overflow: hidden;
float:left;
}

.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
width: 434px;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 20px;
float:left;
margin:0;
padding:0;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
border: none;
padding:0;
margin:0;
text-decoration: none;
float:left;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a:hover{
background: #E4EFFA;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

.adRibbonGlide {width:436px;margin-left:10px;margin-bottom:10px;}