/************************************************************************
-) Slider: only the following lines are necceassary for slider styling,
   rest of the css file styles the demo page
*************************************************************************/
.aviaslider{ 
height:225px; 	/*this changes the height of the image slider*/
width:404px;
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{
background-color: #21333f;
width: 404px;
height: 20px;
float: right;
}

.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(../images/layout/controlls.gif) center bottom no-repeat;
background-color: #21333f;
float:right;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/layout/controlls.gif) center top no-repeat;
background-color: #c95b0e;
}

.feature_excerpt{
background-color: #21333f;
width:610px;
position: absolute;
display: block;
bottom: 0;
left:0;
z-index: 2;
padding:14px 15px;
font-size: 11.5px;
line-height:1.5em;
cursor: pointer;
background: #000;
color: #fff;
}

.feature_excerpt strong{
display: block;
background-color: #21333f;

font-size: 15px;
padding-bottom: 3px;
}



/******** Career College Duplicate Slider Parameters ************/
.aviasliderCareer{ 
height:225px; 	/*this changes the height of the image slider*/
width:375px;
overflow: hidden;
position: relative;
background: #fff url(../images/layout/preload.gif) center center no-repeat;
}

.aviasliderCareer li, .aviaslider .featured{
display: block;
width:100%;
height:100%;
position: absolute;
top:0;
left:0;
z-index: 1;
}

.js_active .aviasliderCareer li, .js_active .aviaslider .featured{
display:none;
}

.aviasliderCareer img, .aviaslider a img, .aviaslider a{
border:none;
text-decoration: none;

}

.slidecontrolls{
background-color: #21333f;
width: 375px;
height: 20px;
float: right;
}

.slidecontrolls a{
height:20px;
width:18px;
display:block;
cursor: pointer;
background: transparent url(../images/layout/controlls.gif) center bottom no-repeat;
background-color: #21333f;
float:right;
outline: none;
}

.slidecontrolls a:hover, .slidecontrolls .active_item{
background: transparent url(../images/layout/controlls.gif) center top no-repeat;
background-color: #c95b0e;
}