/********** SLIDER **********/
.slider {
	position:relative;
	height:416px;;
 width:100%;
 min-width:1120px;
 }

.slide-viewer {
    position: relative; /* needed for IE7 */
    overflow: hidden;
	top:0px;
	min-width:1120px;
    height: 416px;}

.slide-group {
    width: 100%;
    height: 100%;
    position: relative;}

.slide {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;}

.slide:first-child {
    display: block;}


/********** BUTTONS **********/
.slide-buttons {
width:105px;
height:37px;
position:absolute;
bottom:0px;
left:240px;
  text-align: center;
  background:#fff;}

.slide-btn {
margin-top:10px;
text-align:center;
display:inline-block;
margin-right:8px;
width:14px;
height:14px;
  border: none;
  background: none;
  color: #000;
  font-size: 400%;
  color:#6b7074;

text-indent:-9999px;

background:url(/images/main/bull.jpg) no-repeat center center;
  }
.slide-btn:first-child{margin-left:5px;}
.slide-btn.active, .slide-btn:hover {
background:url(/images/main/bull_over.jpg) no-repeat center center;
  color: #46a9ea;
  cursor: pointer;}