﻿/* div {margin:0; padding:0} */

/* this part is CRITICAL for the jump-issues **********************************************************  */ 
.head_slides { width:100%;   /* was 320px and 267 and 100% */   height:400px; /* was 400px */  
position:relative; padding-left:0;

/* margin-left:30%;  --> doesnt work */ padding-left:30%;   /* border: 1px double #ff0000;  */ }  

/* ffgd*/
.head_slides .slides { float:left;  padding-left:0; margin-left:0; } /* this part is ESENTIAL */



/* **********  I M P O R T A N T : this part define the quantity of slides ******************* */
.head_slides #b2, #b3, #b4, #b5, #b6 { display:none; }

/* Part of the bannerNav   - (this part display the NAV NUMBERS) ***************************** */
.head_slides ul#bannerNav { position:absolute; z-index:10; top:421px; /* was 520px */ left:0; /* was 2% */ /* right:79%; */ float:left; /* was right */  list-style:none; margin:0px; padding:0px;    border: 1px double #0000ff;   }

.head_slides ul#bannerNav li {display:inline; margin:0px; padding:0px}
.head_slides ul#bannerNav li a {float:left; display:block; width:14px; margin:0px 0px 0px 5px; /* this is only for the numbers */ padding:0px; background-color:#8F753E; border:1px solid #0F0B03; color:#FFFFFF; font-size:11px; text-decoration:none; text-align:center; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; }
.head_slides ul#bannerNav li a:hover { background-color:#2F2209; }
.head_slides ul#bannerNav li a.over  { background-color:#2F2209; }
/* END part of the bannerNav */