/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page  www.5icool.org
*************************************************************************/
#photo {
	height: 409px;
	width: 987px;
}
.aviaslider{ 
height:389px; 	/*this changes the height of the image slider*/
width:987px;
overflow: hidden;
position: relative;
background: #fff url(preload.gif) center center no-repeat;
}

.aviaslider li, .aviaslider .featured{
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{
	position: relative;
	
	margin-bottom: 0;
	margin-left: 450px;
}

.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(/index/images/controlls.gif) center bottom no-repeat;
float:left;
outline: none;

}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(/index/images/controlls.gif) center top no-repeat;
}

body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p,input,select,legend,textarea{ margin:0; padding:0;}

body{
font-size:13px;
font-family: Arial, Helevtica, Verdana, san-serif;
line-height:23px;
position:relative;
}
