#pictureFrame0 {
	border: 1px solid blue	;
	xmax-width: 1024px;
	xmax-height: 768px;
	overflow: hidden;
}

.row{
        /* to remove the -15px margin */
        margin-left: 0;
        margin-right: 0;
}


.image-date {
	margin-bottom: 20px;
}

.image-description {
	margin-bottom: 20px;
}

#commentsContainer {
	border: 5px solid rgb(199,218,229);
	border-radius: 10px;
	box-shadow: 3px 3px 15px rgb(191,223,234);
	
	
}

#leftNav,#rightNav {
	display: none;
	cursor: pointer;
	width: 100px; 	
	opacity: 0.10;
	position: absolute; 
	top: 0; 
	left: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
}

#rightNav {
	background-image: url(//static.worldsoft-cms.info/js/jquery/plugins/fancybox/1.2.5/fancybox/fancy_right.png);
}
#leftNav {
	background-image: url(//static.worldsoft-cms.info/js/jquery/plugins/fancybox/1.2.5/fancybox/fancy_left.png);
}

#rightNav:hover, #leftNav:hover  {
	opacity: 1.0;
}

