/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{ 
height:428px; 	/*this changes the height of the image slider*/
width:600px;
overflow: hidden;
position: relative;
background: #fff url(../images/layout/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{
margin:20px auto 0 auto;
position: relative;
float:left;
}

.slidecontrolls a{
height:20px;
width:18px;
display:none;
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;
}

.feature_excerpt{
width:610px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:9px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
/* background: #000; */
background-color: rgba(0,0,0,.5);
color: #fff;
text-align:left;
}

.feature_excerpt strong{
display: block;
font-size: 15px;
padding-bottom: 3px;
}





/************************************************************************
-) CONTENT
*************************************************************************/

#main a img{
border:none;
}

#main a:hover img{
opacity:0.7;
}

.sidebar ul{
list-style-position: outside;
list-style-type: none;
}

#main h2, #main h3{
display: block;
width:310px;
height:55px;
text-indent: -9999px;
}


.content{ 
color:#666;
}

.content ul{
padding-bottom:30px;
}

.content ul li{
list-style-position: inside;
}


#bottom{font-size: 11px; color:#aaa;}
#bottom a{float:none; display:inline;}



