.qitem {
	width:288px;
	height:288px;	
	border:4px solid #222;		
	background: #000;
	
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */	
	cursor:hand; cursor:pointer;
}

	.qitem img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.qitem .caption {
		position:absolute;
		z-index:0;	
		color:#ccc;
		display:block;
	}

		.qitem .caption h4 {
			font-family: "lato_regular",arial;			
			font-size:16px;			
			margin:0;
			color: #54a0d4;
		}

		.qitem .caption p {			
			font-size:14px;				
			margin:5px auto;
			color: #cecece;
			font-family: "lato_regular",arial;		
		}



/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	
}

.info-msg{
    color:#4e4e4e;
    margin: 25px 0;
}
.info-msg p a{
	text-decoration: underline;
}

#port_slide{
	text-align: center;
}
#port_slide a img{
	border: 4px solid gray;
	margin: 0 auto;	
}

#port_text{	
	text-align: center;
	color: #919397;
	margin-top:20px;
}

#port_text h2{   
    font-size: 22px;
    margin: 5px 0;
    font-weight: bold;
}

#port_text h2 a{   
    font-size: 18px;
    margin: 5px 0;
    font-weight: bold;
}

#port_text p{   
    font-size: 15px;
    margin: 5px 0;   
}

#port_gal{	
	margin: 10px auto;
	//border: 1px solid gray;
}
#port_gal div{
	margin: 0 auto;
}
