/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/

.slider-wrapper { 
	width: 71%;
margin: 45px auto;
margin-bottom: 0px;
height: 310px;
position:relative;
z-index:-10;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

@media only screen and (min-width: 800px) and (max-width:1000px){
.slider-wrapper { 
	width: 96% !important;
margin: 45px auto;
margin-bottom: 0px;
height: 600px;
position:relative;
z-index:-10;
}
}

@media only screen and (min-width: 780px) and (max-width:800px){
.slider-wrapper { 
	width: 92% !important;
margin: 45px auto;
margin-bottom: 0px;
height: 540px;
position:relative;
z-index:-10;
}
}


@media only screen and (min-width: 620px) and (max-width:780px){

.slider-wrapper { 
	width: 92% !important;
margin: 45px auto;
margin-bottom: 0px;
height: 530px;
position:relative;
z-index:-10;
}

}

@media only screen and (min-width: 280px) and (max-width:420px){

.slider-wrapper { 
	width: 85% !important;
margin: 45px auto;
margin-bottom: 0px;
height: 329px;
position:relative;
z-index:-10;
}

}

