/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{ 
height:277px; 	/*this changes the height of the image slider*/
width:889px;
overflow: hidden;
position: relative;
background:  url(../images/layout/preload.gif) center center no-repeat;
margin: 0 auto;
}

.aviaslider li{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviaslider li, .js_active .aviaslider .featured{
    display:none;
}

.aviaslider img, .aviaslider a img, .aviaslider a{
    border:none;
    text-decoration: none;
}

.slidecontrolls{
  /* margin:20px auto 0 auto;
    position: relative;
    float:left;*/ 
}

.slidecontrolls a{
    /*height:20px;
    width:18px;
    display:block;
    cursor: pointer;
    background: transparent url(../images/layout/controlls.gif) center bottom no-repeat;
    float:left;
    outline: none;*/
    
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
    /*background: transparent url(../images/layout/controlls.gif) center top no-repeat;*/
}
