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

#mainCupcakes {
	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: 1950px;
	width: 900px;
	top: 0px;
	
}


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

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



.cakeflavors {
	float: right;
	clear: right;
	height: 400px;
	width: 400px;
	padding: 0px;
	padding-left: 10px;
	border:	1px;
	border-color: #7f3f98;
}

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


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

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

.photoGalleryCupcake {
	width: 900px;
	height: 466px;
	padding: 0px;
	padding-left: 187px;
	
}


