/* ----------------------------------------
   Carousel
   ---------------------------------------- */

/* ------------------------------------------------------------------------------------------------------
/* 1st SET OF IMAGES for "Ready for your Paeds Exam?", "The Best Preparation" & "A Community of Learners" 
/* ------------------------------------------------------------------------------------------------------
*/

/* general styles (for medium screens) */
#myCarousel .item { height: 350px; }
#slide1 {
	background: url('images/bg_paedsExam01_980.jpg') top left no-repeat;}
#slide2{
	background: url('images/bg_bestPreparation01_980.jpg') top left no-repeat;}
#slide3{
	background: url('images/bg_communityLearners01_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_paedsExam01_1170.jpg') top left no-repeat;}
	#slide2{
		background: url('images/bg_bestPreparation01_1170.jpg') top left no-repeat;}
	#slide3{
		background: url('images/bg_communityLearners01_1170.jpg') top left no-repeat;}		
}

/* & again at this point */
@media (min-width: 1170px) {
	#myCarousel .item { height: 500px; }
	#slide1 {
		background: url('images/bg_paedsExam01_1400.jpg') top left no-repeat;}
	#slide2{
		background: url('images/bg_bestPreparation01_1400.jpg') top left no-repeat;}
	#slide3{
		background: url('images/bg_communityLearners01_1400.jpg') top left no-repeat;}		
}

/* & again... */
@media (min-width: 1410px) {
	#myCarousel .item { height: 571px; }
	#slide1 {
		background: url('images/bg_paedsExam01_1600.jpg') top left no-repeat;}
	#slide2{
		background: url('images/bg_bestPreparation01_1600.jpg') top left no-repeat;}
	#slide3{
		background: url('images/bg_communityLearners01_1600.jpg') top left no-repeat;}	
}
