﻿img {
	
	max-width:100%;
}



#Feature
{

	height:300px;
	display:block;
	position: relative;
    width:100%;
}


#slider
{

	display:block;
	height:300px;
	position: relative;
    overflow:hidden;
    width:100%;
}



.item
{
	display:block;
background-color:#FEF8E5;/****Testing**/
}



.info
{
display:block;
vertical-align:top;
z-index: 99;
width:20%;
padding:0 .5em;

float:left;
}

.slidePhoto
{
display:block;
	width:75%;
	float:right;
	
}

#pager
{
    width: 100%;
  text-align:right;
  display: block;
  position: absolute;
     cursor: pointer;
    z-index: 999;
 padding-right:50%;
}


#pager a
{
    font-size:.0em;
    color: transparent;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
   /* border: 1px solid white;*/
    border-radius: 20px;
  /*  background-color: transparent; */
  background-color:#ccc;
    margin:0 10px 20px 0;
    
}

#pager a.activeSlide
{
background-color:#000;
}


.slider_text
{
		font-family:'Times New Roman', Times, serif;
	line-height:170%;
	 font-size:1.2em;
	  color:#1f3776;

}


.slider_header
{
font-family:'Times New Roman', Times, serif;
line-height:120%;
font-size:1.4em;
font-weight:bold;
  color:#1f3776;
	
}








#Feature ul
{
	
font-size:.9em;
color:#CC0000;
line-height:150%;
}

#Feature ul li
{
	font-style:oblique;
	
}


@media screen and (max-width: 480px)/*(max-width: 480px)*/
{

#Feature
{
vertical-align:top;
	/*height:400px;*/
height:450px;
}


#slider
{
vertical-align:top;
height:400px;

}




.slidePhoto
{
	float:left;
	/*padding-bottom:1%;*/
	padding-left:0px;
		width:100%;
}

.info
{
float:left;
	width:99%;
}



}


@media screen and (min-width: 481px) and (max-width: 930px)/*(min-width: 581px)*/
{

#Feature
{
vertical-align:top;

height:420px;
}


#Feature ul
{
	
color:#CC0000;
line-height:160%;
}

#Feature ul li
{
	font-style:oblique;
	
}




#slider
{
vertical-align:top;
height:420px;

}

.slidePhoto
{

padding-left:5px;
width:100%;

}

.info
{

	width:95%;
	border:0px;
	margin:1% 2% 0% 4%;	
}






#pager a
{
 margin:0 10px 5px 0;
   
}






}


