		.issueContainer {
                height: 150px;
                width: 200px;
                background-color: #ccc;
                position: absolute;
				top: 0px;
				left: 0px;
                border: 2px solid #777;
                z-index: 5;
            }
            
            .issueOverlay {
            position: absolute;
            top: 0px;
            left: 0px;
            height: 108px;
            width: 200px;
            overflow: hidden;
            opacity: .8;
            background-color: #052636;
            display: none;

            }
            
            .issueText {
            position: absolute;
            top: 5px;
            left: 5px;
            height: 103px;
            width: 190px;
            overflow: hidden;
            padding: 2px 0px 0px 0px;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
            text-align: left;
            display: none;
            z-index: 3;
            }
            
            .issueGraphic {
            position: absolute;
            top: 0px;
            left: 0px;
            }
            
            .titleOverlay {
            position: absolute;
            top: 108px;
            left: 0px;
            height: 42px;
            width: 200px;
            background-color: #052636;
            opacity: .8;
        
            }
            
            .titleText {
            position: absolute;
            top: 107px;
            left: 0px;
            height: 42px;
            width: 200px;
            font-weight: normal;
            color: #fff;
            font-size: 20px;
            text-align: center;
			line-height: 22px;
            }
            
            .readMoreText {
            position: absolute;
            display: none;
            top: 120px;
            left: 0px;
            height: 30px;
            width: 200px;
            font-weight: bold;
            color: #fff;
            font-size: 20px;
            text-align: center;
            padding: 3px 3px 3px 3px;
            }
            
            #firstContainer {
                top: 0px;
                left: 0px;
            }
            
            #secondContainer {
                top: 0px;
                left: 300px;
            }
            
            #thirdContainer {
                top: 0px;
                left: 600px;
            }
            
            #fourthContainer {
                top: 190px;
                left: 0px;
            }
			
			#fifthContainer {
                top: 190px;
                left: 300px;
            }
			
			#sixthContainer {
                top: 190px;
                left: 600px;
            }
			
			#seventhContainer {
				top: 380px;
				left: 0px;
			}
			
			#eightContainer {
				top: 380px;
				left: 300px;
			}
			
			#ninthContainer {
				top: 380px;
				left: 600px;
			}