/* ----------------------------------------
   Carousel
   ---------------------------------------- */

/* ------------------------------------------------------------------------------------------------------
/* 2nd SET OF IMAGES for "Are You Ready?", "Help & Support" & "We've Gone Mobile" 
/* ------------------------------------------------------------------------------------------------------
*/

/* general styles (for medium screens) */
#myCarousel .item { height: 350px; }
#slide1 {
	background: url('images/bg_perfManReady02_980.jpg') top left no-repeat;}
#slide2{
	background: url('images/bb_helpSupport01_980.jpg') top left no-repeat;}
#slide3{
	background: url('images/bg_goneMobile01_980.jpg') top left no-repeat;}	


/* got to increase the size of the carousel images, at this point */
@media (min-width: 992px) {
	#myCarousel { margin-top: -73px;}
	#myCarousel .item { height: 418px; }
	#slide1 {
		background: url('images/bg_perfManReady02_1170.jpg') top left no-repeat;}
	#slide2{
		background: url('images/bg_helpSupport01_1170.jpg') top left no-repeat;}
	#slide3{
		background: url('images/bg_goneMobile01_1170.jpg') top left no-repeat;}
}

/* & again at this point */
@media (min-width: 1170px) {
	#myCarousel .item { height: 500px; }
	#slide1 {
		background: url('images/bg_perfManReady02_1400.jpg') top left no-repeat;}
	#slide2{
		background: url('images/bg_helpSupport01_1400.jpg') top left no-repeat;}
	#slide3{
		background: url('images/bg_goneMobile01_1400.jpg') top left no-repeat;}
}

/* & again... */
@media (min-width: 1410px) {
	#myCarousel .item { height: 571px; }
		#slide1 {
		background: url('images/bg_perfManReady02_1600.jpg') top left no-repeat;}
	#slide2{
		background: url('images/bg_helpSupport01_1600.jpg') top left no-repeat;}
	#slide3{
		background: url('images/bg_goneMobile01_1600.jpg') top left no-repeat;}	
}
