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



/*////////////////////////////////////////////////////Content Section///////////////////////////*/


#content1 { 
            background-color:#1f1f1f;
	        width:450px;
			height:450px;/*450/466*/
			float:left;
			margin-left:0px;
			margin-top:90px;
			border:thick solid #cbdb56;
			opacity:0.9;
			border-radius:15px;
			position:relative;
			overflow:hidden;
			clear:both;
                        
}

.showPup a{
	                   color:#e7efa3;
                       text-decoration:none;
	
}

.showDog a{
	                   color:#e7efa3;
                       text-decoration:none;
	
}





/*** set the width and height to match your images **/

.imgWrapper{
	
	width:450px;
	height: 450px;
	
}

.slideshow {
    position:relative;
	width: 450px;
    height:450px;
    /*height:350px;*/
}

.slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

.slideshow div.active {
    z-index:10;
    opacity:1.0;
}

.slideshow div.last-active {
    z-index:9;
}

.status {
    background-color:#2E2E2E;
    color: #fff;
    text-align: center;
	/*position: relative;*/
	position: absolute;
	display: inline-block;  
	/*margin-left: -454px;
	  top:-9px;*/
	/*top:90%;*/
	top: 5%;
	width:450px;
	opacity: .8;
	line-height:30px;
	font-size: 20px;
	z-index: 20;
	
	left:0;
}

.pups {
	
	        width:450px;
			height:450px;
	        margin:0px;
			padding:0px;
}

.dogs {
	
	        width:450px;
			height:450px;
	        margin:0px;
			padding:0px;
}