*{ margin:0px; padding: 0px; }
body {
	margin:0px;
	background: #FFF url(../img/bg0.png) top repeat-x;
}
.divBase {
	direction:rtl;
	margin:auto;
	width:950px;
}
.header {
	top:0px;
	height:146px;
	background:url(../img/bg.png) top repeat-x;
}
.logo {
	height:110px;
	background:url(../img/logo.png) center right no-repeat;
}
.HeaderItems {
position:relative;
top:50px;
margin-left:170px;
margin-right:600px;
}
#nav {
top:73px;
left:195px;
font-family: arial, sans-serif;
position: relative;
width: 580px;
height:56px;
font-size:14px;
color:#999;
margin: 0 auto;
}
#nav ul {
list-style-type: none;
}
#nav ul li {
float: left;
position: relative;
}
#nav ul li a {
text-align: center;
border-right:1px solid #e9e9e9;
padding:10px;
display:block;
text-decoration:none;
color:#FFF;
}
#nav ul li ul {
display: none
}
#nav ul li:hover ul {
display: block;
position: absolute;
}
#nav ul li:hover ul li a {
display:block;
background:#12aeef;
color:#ffffff;
width: 110px;
text-align: center;
border-bottom: 1px solid #f2f2f2;
border-right: none;
}
#nav ul li:hover ul li a:hover {
background:#6dc7ec;
color:#fff;
}
.etela {
	float:right;
	width:340px;
	height:300px;
	border:solid 2px #03F;
}
       .eq_slideshow  /* main div contain all elements */
        {
			float:left;
            width: 600px; /*equal width li */
            height: 300px; 
            margin: 0 auto;
        }
        .parent_sliding
        {
            width: 600px; /*equal width li */
            height: 300px; /*equal height li */
            position: relative;
            overflow: hidden;
            border-bottom: solid 2px #9bc250;
        }
        .eqAutoSliding
        {
            position: absolute;
            top: 0;
            left: 0;
            height: 300px;
            padding:0;
            margin:0;
            list-style-type:none;
        }
        .eqAutoSliding li
        {
            height: 300px; /*equal height parent_sliding */
            width: 600px; /*equal width parent_sliding */
            float: left; 
            overflow:hidden;
        }
        .eqAutoSliding li img
        {
            height: 300px;
            width: 600px;
        }
        a.eq-next, a.eq-play, a.eq-pause, a.eq-prev
        {
            margin: 10px 10px 0 0;
            height: 25px;
            width: 25px;
            display: block;
            float: right;
            background-image: url(  'play_pause.gif' );
        }
        a.eq-next
        {
            background-position: -50px 0;
        }
        a.eq-next:hover
        {
            background-position: -50px -25px;
        }
        a.eq-prev
        {
            background-position: -75px 0;
        }
        a.eq-prev:hover
        {
            background-position: -75px -25px;
        }
        a.eq-play
        {
            background-position: -25px 0;
        }
        a.eq-play:hover
        {
            background-position: -25px -25px;
        }
        a.eq-pause
        {
            background-position: 0 0;
        }
        a.eq-pause:hover
        {
            background-position: 0 -25px;
        }
