/* ////////////////////////////////  MEDAL */
*, html, body
{
  margin: 0;
  padding: 0;
}

.localbeeline
{
  clear: both;
  height: 50px;
  text-align: center;

  width: auto;
}

.localbeeline img
{
  border: 0;
}

.localbeelinemedal
{
  text-align: left;
  padding-left: 50px;
  background: url('http://local.beeline.ru/images/medal_bg.gif') repeat-x top left;
  height: 129px;
  line-height: 129px;
}

/* ////////////////////////////////  SLIDER */

.slider
{
  text-align: center;
	width: 600px;
	margin: 0 auto;
}
.slider .png {filter:expression(fixPNG(this));}
.slider #gallery {
	width: 600px;
	padding:0 0 5px 0;
	white-space: nowrap;
	overflow: hidden;
}
.slider #scrollbar {
	height: 13px;
	cursor: pointer;
	position: relative;
	background: url(http://local.beeline.ru/images/scroll-bar.png) no-repeat;
	filter:expression(fixPNG(this));
}
.slider #scroller {
	width: 95px;
	height: 13px;
	position: absolute;
	background: url(http://local.beeline.ru/images/scroll-hand.png) no-repeat -1px center;
	filter:expression(fixPNG(this));
}


.slider #gallery ul {
    list-style: none;
    white-space: nowrap;	
    padding: 0;
    margin: 0;
	width:2250px;
}

.slider #gallery ul li {
    text-align:center;
	display:block;
	float:left;	
        }

.slider #gallery ul li a,
.slider #gallery ul li a:visited{
   text-decoration:none;
   color: #000000;
   font-size:10px;
   font-family:Arial;
        }
.slider #gallery ul li a:hover{
   color:#666;
        }

.slider #gallery ul li img {
    width:40px;
    height:34px;
    margin:0 50px;
	border:0px;
        }
/* ////////////////////////////////  \SLIDER */