@charset "UTF-8";
/* CSS Document */


#mainConfections {
	background: #FFF;
	-moz-box-shadow: 0 0 20px 5px #010101;
	-webkit-box-shadow: 0 0 20px 5px #010101;
	box-shadow: 0 0 20px 5px #010101;
	height: 1320px;
	width: 900px;
	top: 0px;
}


#footerPinkConfections {
	position:absolute;
	background: #9b0254;
	height: 30px;
	width: 100%;
	top: 1420px;
	z-index: 99;
	
}

#footerBlackConfections {
	position:absolute;
	background: #000000;
	height: 150px;
	width: 100%;
	top: 1450px;
	z-index: 99;
	
}

#slideshowConfections {  
    position:relative;
    height:466px;  
} 
 
#slideshowConfections img {  
     position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
}


#slideshowConfections img.active {
    z-index:10;
    opacity:1.0;
}

#slideshowConfections img.last-active {
    z-index:9;
}


#mainConfectionPrices {
	background: #FFF;
	-moz-box-shadow: 0 0 20px 5px #010101;
	-webkit-box-shadow: 0 0 20px 5px #010101;
	box-shadow: 0 0 20px 5px #010101;
	height: 1300px;
	width: 900px;
	top: 0px;
}


#footerPinkConfectionPrices {
	position:absolute;
	background: #9b0254;
	height: 30px;
	width: 100%;
	top: 1500px;
	z-index: 99;
	
}

#footerBlackConfectionPrices {
	position:absolute;
	background: #000000;
	height: 150px;
	width: 100%;
	top: 1530px;
	z-index: 99;
	
}





#mainCupcakePrices {
	background: #FFF;
	-moz-box-shadow: 0 0 20px 5px #010101;
	-webkit-box-shadow: 0 0 20px 5px #010101;
	box-shadow: 0 0 20px 5px #010101;
	height: 2000px;
	width: 900px;
	top: 0px;
}

#footerPinkCupcakePrices {
	position:absolute;
	background: #9b0254;
	height: 30px;
	width: 100%;
	top: 2150px;
	z-index: 99;
	
}

#footerBlackCupcakePrices {
	position:absolute;
	background: #000000;
	height: 150px;
	width: 100%;
	top: 2180px;
	z-index: 99;
	
}