/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{ 
height:400px; 	/*this changes the height of the image slider*/
width:532px;
overflow: hidden;
position: relative;
background: #fff url(/images/preload.gif) center center no-repeat;
}

