/*------------------------------------------------------------------------------
    CSS Document (http://www.w3.org/Style/CSS/)

    LATIS LOGISTICS


                                    
----------------------------------------------------------------------------- */

/* =PRINT
----------------------------------------------------------------------------- */
@media print {
    #menu,
    #spaces,
    #login,
    #footer,
    #breadcrumb,
    .page-header-tabs,
    .interactive-elements,
    #page-secondary {
        display:none;
    }
}


/* =HANDHELD (Mobile)
----------------------------------------------------------------------------- */
@media handheld {
    
}


/*  =JS
----------------------------------------------------------------------------- */
.hasJS #by-keywords {
    display:none;
}


/*  =RESET
----------------------------------------------------------------------------- */
* { margin:0; padding:0; vertical-align:baseline; }

body {
    font-family:Arial, Verdana, sans-serif;
    font-size:69%; 
    text-align:center;
    margin:0;
    height:100%;
    color:#3a1565;
    background:#fff;
}

input { height:auto; }
a img, fieldset, form { border:0; }
ins, abbr, acronym { text-decoration:none; border:0; font-style:normal; }
a:hover ins, a:hover abbr, a:hover acronym { text-decoration:underline; }
address { font-style:normal; }
ul { list-style:none; }
q:before, q:after { content:''; }
small { font-size:0.9em; }
textarea { overflow:auto; }

.accessibility { 
    position:absolute !important;
    left:-9999em !important;
}

button {
    width:auto;
    overflow:visible;
    border:0;
    background:none;
    cursor:pointer;
    padding:0 2px;
}

input {
}

input.submit {
    width:auto !important;
    height:auto !important;
    cursor:pointer !important;
    border:0 !important;
    overflow:visible;
}

select {
    color:#3a1565;
    font-size:1em;
}

form, fieldset {
    outline:0;
    border:0;
}

ol {
    font-size:1.1em;
    color:#000;
    margin:0 0 10px 0;
}

ol li {
    list-style-position:inside;
    padding:2px 0;
}

object, embed {
    outline:0;
}

/*  =GENERAL
----------------------------------------------------------------------------- */
#content {
    margin:0 auto 0;
    padding:15px 0 0 0;
    width:943px;
    text-align:left;
    position:relative;
}

.msie6 #content,
.msie7 #content {

}

a {
    color:#3a1565;
    cursor:pointer;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

.hasFlash .alt-flash {
    position:absolute !important;
    left:-9999em !important;
}

.active-input input {
    background:#e3f4f9;
    border:1px solid #0099c7 !important;
    color:#000 !important;
}

.active-input label {
    color:#00468c !important;
    font-weight:bold !important;
}

#at15s_head {
    display:none; 
}



/* =LAYOUT
----------------------------------------------------------------------------- */
#page {
    clear:both;
    
    position:relative;
    z-index:0;
}

#banners {
	font-family: Arial;
	border: 0px solid #dedede;
	width: 943px;
	height: 176px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../img/banner_back.png);
	position: static;
}


#slider {
    width: 943px; /* important to be same as image width */
    height: 176px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 943px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 1000px;
    
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}




/* =LAYOUT =HEADER
----------------------------------------------------------------------------- */
#header {
   
    position:relative;
    z-index:10;
}

#sup-menu {
    
    position:relative;
    z-index:15;
    width:100%;
    clear:both;
}

#logo {
    float:left;
}

#spaces {
    position:absolute;
    right:0;
	text-align:right;
	width:725px;
}


#spaces-links {
    vertical-align:middle;
}

#spaces-links,
#spaces-links ul {
    display:inline;
}

#spaces-links li {
    display:inline;
    background:url(../img/skin/bullets_1.png) 0 2px no-repeat;
    padding:0 0 0 7px;
    margin:0 0 0 20px;
    position:relative;
    z-index:100;
    vertical-align:middle;
}

.msie6 #spaces-links li {
    background:url(../img/skin/bullets_1.png) -10px 5px no-repeat;
}

#spaces-links li li {
    background:none;
    position:static;
    z-index:auto;
    display:list-item;
}

#spaces-links li .active {
    font-weight:bold;
}

#spaces-links .replace-select {
    margin-top:-3px;
    display:-moz-inline-block !important; 
    display:inline-block;
    padding:0 0 1px 0;
}

.msie6 #spaces-links .replace-select,
.msie7 #spaces-links .replace-select {
    display:inline;

}

.hasJS #spaces-links .replace-select {
    margin-top:0;
}


/* =LAYOUT =MENU
----------------------------------------------------------------------------- */
#menu {
    position:relative;
    width:85.72em; 
    clear:both;
    padding:15px 0 0 0;
    margin:0 0 11px 0;
    border-bottom:none;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}

#nav {
	position:relative;
	width:85em;
	height:35px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background:url(../img/skin/sprite_cols1.png) -1904px 0 no-repeat;
	width: 85.56em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e3e3e3;
	border-right-color: #e3e3e3;
	border-bottom-color: #b7b7b7;
	border-left-color: #e3e3e3;
}

#nav li {
	float:left;
	position:relative;
	width:17em;
	min-height:2.27em;
	line-height:2.36em;
	margin:0;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	border-right:0px solid #e3e3e3;
	border-bottom:0px solid #3a1565;
	width: 17em;
}

.msie6 #nav li {
    height:2em;
}

#nav .last {
    border-right:0;
    width:16.8em; 
    position:relative;
    text-align:center;
}

#nav .last img {
    position:absolute;
    left:0;
    top:-3px;
}

#nav a {
    margin-top:-3px;
    padding-top:3px;
    height:2.09em; 
    display:block;
    text-decoration:none;
    color:#3a1565;
    border-bottom:0px solid #f7f6f6;
}

.msie6 #nav li {
    height:1.81em;
}

#nav a:hover,
#nav a:focus,
#nav .active-1,
#nav .active-1-static {
    border-bottom:3px solid #3a1565;
}

#nav ul {
    left:0;
    top:2.36em; 
    padding-top:4px;
    position:absolute;
    width:16.9em; 
    border:1px solid #c5c9ca;
    z-index:15;
}

.msie6 #nav ul {
    top:30px;
}

#nav ul li {
    background:#fbfbfb;
    float:none;
    border-right:0;
    min-height:19px;
    width:16.9em; 
    text-align:left;
    display:inline;
    float:left;
    border-bottom:0;
}

#nav ul li a {
    background:none;
    color:#3a1565;
    margin-top:0 !important;
    padding:8px 20px 1px 8px !important;
    min-height:19px;
    height:auto;
	line-height:normal;
    border-bottom:0 !important;
/*    display:inline;*/
}

#nav ul li a:hover,
#nav ul li a:focus {
    background-color:#3a1565 !important;
    min-height:19px;
    height:auto;
    color:#fff !important;
}

.msie6 #nav ul li a,
.msie6 #nav ul li a:hover {
    height:19px;
}

#nav ul li.sublist a {
    background:#fbfbfb url(../img/skin/bullets_1.png) 100% -132px no-repeat;
}

#nav ul li.sublist a:hover {
    background:#3a1565 url(../img/skin/bullets_1.png) 100% -158px no-repeat;
}

#nav ul li.active-2 a {
    background:#3a1565 url(../img/skin/bullets_1.png) 100% -158px no-repeat;
    min-height:19px;
    height:auto;
    color:#fff;
    zoom:1; 
}

#nav .last a:hover,
#nav .last .active-1 {
    border-bottom:3px solid #f7f6f6;
}

#nav ul li.active-2 ul a {
    background:#fbfbfb;
    color:#3a1565;
}

#nav ul li.sublist li a,
#nav ul li.sublist li a:hover {
    background-image:none;
}

#nav ul ul {
    left:167px;
    z-index:20;
    top:0 !important;
    border-bottom:2px solid #c5c9ca;
    padding-top:0;
    position:absolute;
}

.msie6 #nav ul ul,
.msie7 #nav ul ul {
    left:187px; 
}

#nav li.last ul ul {
    left:-189px !important;
}

#nav ul a:hover,
#nav ul a:focus {
    background:#16314b;
}

#nav ul,
#nav:hover ul ul {
    margin-left:-9999px;
}

#nav li:hover>ul, #nav li.hover>ul, #nav a:focus+ul, #nav ul ul, #nav .hover a:focus {
    margin-left:0;
}


.msie6 #nav li.hover ul ul,
.msie6 #nav li.hover li.hover ul ul{
    margin-left:-9999px;
}

.msie6 #nav li.hover ul,
.msie6 #nav li.hover li.hover ul {
    margin-left:0;
}

.msie6 #nav ul {
    position:absolute;
}


/* =LAYOUT =SUB_MENU
----------------------------------------------------------------------------- */
#sub-menu {
    margin:50px 0 0 0 ;
    border-top:1px solid #e3e3e3;
    background:url(../img/skin/bg_gradient_3.png) left top repeat-y;
    padding:0 0 13px 13px;
}

#sub-menu .logo {
    background:url(../img/skin/bg_submenu_logo.png) right bottom no-repeat;
    padding:0 1px 6px 0;
    min-height:100px;
    text-align:center;
}

#sub-menu .logo img {
    padding-right:13px;
}

.msie6 #sub-menu .logo img,
.msie7 #sub-menu .logo img {
    padding-right:0;
}

.msie6 #sub-menu .logo {
    height:100px;
}

#sub-menu .picture {
    padding:10px 0;
    margin:0 0 0 -3px;
}

#page-primary #sub-menu ul {
    margin:5px 0 0 0;
    list-style:none;
    padding-left:0;
}

#page-primary #sub-menu li {
    text-transform:uppercase;
    color:#333333;
    margin:0 0 15px 0;
    font-size:0.9em;
	background:none;
	padding:0;
}

#sub-menu li a {
    color:#333333;
}

#page-primary #sub-menu li ul {
    margin:7px 0 0 0;
}

#page-primary #sub-menu li li {
    text-transform:none;
    color:#999999;
    margin:0 0 7px 0;
    font-size:1.2em;
}

#sub-menu li li a {
    color:#999999;
}

#sub-menu li li a span {
    color:#333333;
    font-size:1.2em;
}



/* =LAYOUT =CONTENT
----------------------------------------------------------------------------- */
.content-type-1 {
    clear:both;
    overflow:hidden;
    width:943px;
    margin:18px 0 0 0;
    position:relative;
}

.content-type-1 .inner-1 {
    background:url(../img/skin/sprite_cols.png) 0 100% no-repeat;
    position:relative;
    overflow:hidden;
}

.content-type-1 .inner-2 {
    background:url(../img/skin/sprite_cols.png) -955px 100% no-repeat;
    position:relative;
    overflow:hidden;
    width:100%;
}

.content-type-1 .inner-1 .top,
.content-type-1 .inner-2 .top {
    background:url(../img/skin/sprite_cols.png) -1904px 0 no-repeat;
    position:relative;
    overflow:hidden;
    width:100%;
}

.content-type-1 .info-list {
    position:absolute;
    bottom:8px;
}

.content-type-1 .info-list li {
    display:inline;
    margin:0 13px 0 0;
}

.content-type-1 .info-list li a {
    color:#000;
}

.content-type-1 .info-list li a:hover {
    text-decoration:none;
}

.content-type-1 .inner-1 .first .info-list li a {
    background:url(../img/skin/bullets_1.png) -2px -247px no-repeat;
    padding:0 0 0 18px;
}

.content-type-1 .inner-2 .first .info-list li a {
    background:url(../img/skin/bullets_1.png) -2px -307px no-repeat;
    padding:0 0 0 18px;
}

.content-type-1 .second .info-list li a {
    background:url(../img/skin/bullets_1.png) -2px -277px no-repeat;
    padding:0 0 0 18px;
}

.content-type-1 .inner-1 .first .info-list li a:hover {
    color:#4e4c00;
}

.content-type-1 .inner-2 .first .info-list li a:hover {
    color:#b87100;
}






.content-type-1 .info-list1 {
    position:absolute;
    bottom:8px;
	margin-left:120px;
}





.content-type-1 .info-list1 li {
    display:inline;
    margin:0 13px 0 0;
}

.content-type-1 .info-list1 li a {
    color:#000;
}

.content-type-1 .info-list1 li a:hover {
    text-decoration:none;
}

.content-type-1 .inner-1 .first .info-list1 li a {
    background:url(../img/skin/bullets_1.png) -2px -247px no-repeat;
    padding:0 0 0 18px;
}

.content-type-1 .inner-2 .first .info-list1 li a {
    background:url(../img/skin/bullets_1.png) -2px -307px no-repeat;
    padding:0 0 0 18px;
}

.content-type-1 .second .info-list1 li a {
    background:url(../img/skin/bullets_1.png) -2px -277px no-repeat;
    padding:0 0 0 18px;
	
}

.content-type-1 .inner-1 .first .info-list1 li a:hover {
    color:#4e4c00;
}

.content-type-1 .inner-2 .first .info-list1 li a:hover {
    color:#b87100;
}

.content-type-1 .info-list2 {
    position:absolute;
    bottom:8px;
	margin-left:180px;
}


.content-type-1 .info-list2 li {
    display:inline;
    margin:0 13px 0 0;
}

.content-type-1 .info-list2 li a {
    color:#000;
}

.content-type-1 .info-list2 li a:hover {
    text-decoration:none;
}

.content-type-1 .inner-1 .first .info-list2 li a {
    background:url(../img/skin/bullets_1.png) -2px -247px no-repeat;
    padding:0 0 0 18px;
}

.content-type-1 .inner-2 .first .info-list2 li a {
    background:url(../img/skin/bullets_1.png) -2px -307px no-repeat;
    padding:0 0 0 18px;
}

.content-type-1 .second .info-list2 li a {
    background:url(../img/skin/bullets_1.png) -2px -277px no-repeat;
    padding:0 0 0 18px;
	
}

.content-type-1 .inner-1 .first .info-list2 li a:hover {
    color:#4e4c00;
}

.content-type-1 .inner-2 .first .info-list2 li a:hover {
    color:#b87100;
}	
	
	
	
	


.content-type-1 .inner-2 .first .inner div {
    margin:10px 0;
    padding:0 0 5px 0;
    color:#333;
    border-bottom:1px dotted #999;
}

.content-type-1 .inner-2 .first .inner div div,
.content-type-1 .inner-2 .first .inner div.last {
    margin:0;
    border-bottom:0;
}

.content-type-1 .inner-2 .first .inner div img {
    margin:0 22px 0 0;
    float:left;
}

.content-type-1 .inner-2 .first .inner h3 {
    font-size:1.09em;
    margin:0 0 5px 0;
}

.content-type-1 .inner-2 .first .inner a {
    color:#333;
}

.content-type-1 .second .info-list li a:hover {
    color:#3a1565;
}

.content-type-1 .first {
    padding:14px 14px 8px;
    float:left;
    width:265px;
    margin:0 11px 0 0;
}

.content-type-1 .second {
	padding:14px 16px 8px 18px;
	float:left;
	width:753px;
	margin:0 12px 0 0;
}

.content-type-1 .third {
    padding:14px 4px 8px 3px;
    margin:0 4px 0 0;
    float:right;
    width:125px;
}

.content-type-1 h2 {
    font-size:1.63em;
}

.content-type-1 .first h2 {
    margin:0 0 26px 0;
}

.content-type-1 .second h2 {
    float:left;
}

.content-type-1 .third h2 {
	margin:0 0 11px 0;
	padding:0 0 0 5px;
}

.content-type-1 .inner-1 .first .inner {
    margin:12px 0 30px 0;
}
.content-type-1 .second #tabs2-menu {
    float:right;
    width:350px;
}

.content-type-1 .second #tabs2-menu .bar .inner {
    width:344px !important;
    color:#333;
}

.content-type-1 .second .inner-top {
    width:100%;
    overflow:hidden;
    margin:0 0 21px 0;
}

.content-type-1 .second .inner-top1 {
    width:100%;
    overflow:hidden;
    margin:0 0 21px 0;
	
}

.content-type-1 .second #tabs2-content {
    overflow:hidden;
    width:100%;
    height:200px;
    margin:0 0 30px 0;
    color:#333;
}

.hasJS .content-type-1 .second #tabs2-content {
    min-height:206px;
    height:auto !important;
    height:206px;
}

.content-type-1 .second #tabs2-content .tab {
    height:464.717px !important;
    outline:0 !important;
}

.hasJS .content-type-1 .second #tabs2-content .tab {
    overflow:hidden !important;
    height:auto !important;
}

.content-type-1 .second #tabs2-content .tab a,
.content-type-1 .first .inner a {
    color:#333;
}

.content-type-1 .second #tabs2-menu .arrow-start,
.content-type-1 .second #tabs2-menu .arrow-end {
    display:none;
}

.content-type-1 .second #tabs2-menu ul {
	overflow:hidden;
	padding-left: 10px;
}

.msie6 .content-type-1 .second #tabs2-menu ul,
.msie7 .content-type-1 .second #tabs2-menu ul {
    margin-left:9px;
}

.content-type-1 .second #tabs2-menu li {
	display:inline;
    white-space:nowrap;
    margin:0 8px 0 7px;
    font-size:.9em;
	vertical-align:top;
}

.content-type-1 .second #tabs2-menu .last {
    margin:0;
}

.content-type-1 .second #tabs2-menu li a {
	padding:0 0 0 0;
	position:relative;
	display:-moz-inline-box;
	display:inline-block;
}

.cols-1 {
    
    overflow:hidden;
}

.cols-1 div {
	width:235px;
	float:left;
	margin:0 22px 0 0;
}

.cols-1 div div {
    width:auto;
    float:none;
    margin:0;
}

.cols-1 div.last {
    margin:0;
}

.cols-1 div img {
    margin:0 0 8px 0;
}

.cols-1 div h3 {
    margin:0 0 12px 0;
    font-size:1.1em;
    font-weight:bold;
}

#tabs2-1 div div h3 {
    text-transform:uppercase;
    margin:0 0 12px 0;
    font-size:1.36em;
    font-weight:bold;
}

.quick-links {
    width:120px;
    margin:0 0 0 4px;
}

.quick-links a {
    display:block;
    height:52px;
    text-decoration:none !important;
    position:relative;
    border-bottom:1px dotted #dadada;
    color:#444;
}

.quick-links .last a {
    border-bottom:0;
}

.quick-links img,
.quick-links span {
    vertical-align:middle;
    position:relative;
}

.quick-links span {
    display:-moz-inline-box; 
    display:inline-block;
    width:72px;
    margin:0 0 0 7px;
    text-transform:uppercase;
    font-size:.8em;
    letter-spacing:.01em;
}

.quick-links a:hover span {
    text-decoration:underline;
}



#center {
    text-align:center;
}


/* =LAYOUT =FOOTER
----------------------------------------------------------------------------- */
#footer {
    clear:both;
    margin:20px 0 10px 0;
    padding:4px 0 0 0;
    border-top:1px solid #e3e3e3;
    text-align:center;
}

#footer li {
    display:inline;
    font-size:.9em;
    padding:0 16px 0 0;
    background:url(../img/skin/bullets_1.png) 100% -332px no-repeat;
}

#footer .last,
#footer .copyright {
    background:none;
}

#footer .copyright {
    margin:0 0 0 30px;
}


/* =LAYOUT =TITLES
----------------------------------------------------------------------------- */
.ttl-h1-2 h1 {
    color:#3a1565;
    font-size:1.36em;
    font-weight:bold;
	margin-left:220px;
}


.ttl-h1-2 h2 {
    color:#3a1565;
    font-size:2.36em;
    font-weight:bold;
	margin-left:220px;
}

.ttl-h1-2 p {
	color:#333;
    font-size:1.45em;
    line-height:24px;
    margin:10px 0;
	margin-left:220px;
}




.ttl-h1-1 h1 {
    color:#3a1565;
    font-size:1.56em;
    font-weight:bold;
}


.ttl-h1-1 h2 {
    color:#3a1565;
    font-size:2.36em;
    font-weight:bold;
}

.ttl-h1-1 p {
	color:#333;
    font-size:1.2em;
    line-height:20px;
    margin:8px 0;
}

.ttl-h1-1 .form {
	margin:0px; 
	padding:0px;
}

.ttl-h1-1 .myform {
	width:745px; 
	padding-left:3px; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:0; 
	height:17px; 
	vertical-align:middle;
	color:#3a1565;
	background:#ffffff; 
	font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.ttl-h1-1 .myform1 {
	width:300px; 
	padding-left:3px; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:0; 
	height:17px; 
	vertical-align:middle;
	color:#3a1565;
	background:#ffffff; 
	font-size:12px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	
.ttl-h1-1 .button-style-1 {
	font-size:0.9em;
}

.content-skin-1 .ttl-h1-1 h1,
.content-skin-1 .ttl-h1-1 h2 {
	color:#7c0040;
}

.ttl-h1-1 .date {
    font-size:1.1em;
}






/* =SPECIFIC =PAGE_BANNERS
----------------------------------------------------------------------------- */
#page-header {
    overflow:hidden;
}
.page-header-1 {
	position:relative;
	margin:5px 0 5px 0;
	height:9.36em;
}

.page-header-1 .inner img {
    height:9.36em;
    width:943px;
}

.page-header-1 h1,
.page-header-1 h2,
.page-header-1 strong {
	display:block;
    position:absolute;
    top:38px;
    left:20px;
}

#page-header h1,
#page-header h2,
#page-header strong {
	display:block;
    font-size:3.27em;
    color:#fff;
    text-shadow:#000 0 2px 3px;
}

#page-header #sign-1 {
    position:absolute;
    bottom:0;
    bottom:-20px;
    right:0;
    z-index:5;
}

#page-header .button-style-2,
#page-header input {
    vertical-align:middle;
}

#page-header .button-style-2 button {
    font-size:.9em;
    padding:0 4px;
}

html>/**/body #page-header .button-style-2 button, x:-moz-any-link, x:default { padding-bottom:1px; } /* Only FireFox 3 */



/* =SPECIFIC =SLIDERS
----------------------------------------------------------------------------- */
.nav-indicator-1 {
    overflow:hidden;
    clear:both;
}

.nav-indicator-1 .arrow-start,
.nav-indicator-1 .arrow-end {
    float:left;
    width:10px;
    height:12px;
    background:url(../img/skin/sprite_banners.alpha24.png) 0 0 no-repeat;
    display:none;
}

.nav-indicator-1 .arrow-end {
    float:right;
    background-position:0 -20px;
}

.nav-indicator-1 .bar {
    float:left;
    margin:2px 0 0 0;
}

.nav-indicator-1 .bar .start,
.nav-indicator-1 .bar .end {
    margin:1px 0 0 0;
    float:left;
    width:3px;
    height:10px;
    background:url(../img/skin/sprite_banners.alpha24.png) 0 -44px no-repeat;
}

.nav-indicator-1 .bar .end {
    float:left;
    background-position:0 -61px;
}

.nav-indicator-1 .bar .inner {
    float:left;
    height:10px;
    width:264px;
    background:url(../img/skin/sprite_banners.alpha24.png) 0 -79px repeat-x;
    position:relative;
}

.nav-indicator-1 .bar .slider {
    margin:3px 0;
    position:absolute;
    height:4px;
    width:auto;
    background:url(../img/skin/sprite_banners.alpha24.png) 0 -101px repeat-x;
}

.slider-linked {
    position:relative;
    clear:both;
    display:inline-block;
    overflow:hidden;
}

.msie6 .slider-linked,
.msie7 .slider-linked {
    display:inline;
}


.msie6 .nav-indicator-1 .bar .end {
    float:left;
    background-position:0 -61px;
}

.msie6 .nav-indicator-1 .arrow-start,
.msie6 .nav-indicator-1 .arrow-end {
    background-image:url(../img/skin/sprite_banners.png);
}



.msie6 .nav-indicator-1 .bar .start {
    margin:1px 0 0 0;
    float:left;
    width:3px;
    height:10px;
    background:url(../img/skin/sprite_banners.alpha24.png) 0 -44px no-repeat;
}



.msie6 .nav-indicator-1 .bar .inner {
    float:left;
    height:10px;
    width:264px;
    background:url(../img/skin/sprite_banners.alpha24.png) 0 -79px repeat-x;
    position:relative;
}



.msie6 .nav-indicator-1 .bar .slider {
    margin:3px 0;
    position:absolute;
    height:4px;
    width:auto;
    background:url(../img/skin/sprite_banners.alpha24.png) 0 -101px repeat-x;
}



