
#photopreviewer_container {
	background-color: #000;
}

#photopreviewer_image_container {
	background-color: #FFF;
}

.photopreviewer_image_link img {
	border: 0;
}

#photopreviewer_image_container img {
	top: 10px; /* Set this to 10px if you leave the title empty */
}

/* When you edit the height value you will also have to edit the value in photopreviewer_settings.php */
#photopreviewer_image_title_container {
	height: 40px; 
	font-size: 16px;
	font-weight: bold;
	top: 10px;
}

/* When you edit the height value you will also have to edit the value in photopreviewer_settings.php */
#photopreviewer_image_description_container {
	height: 56px;
	font-size: 12px;
	bottom: 10px;
	overflow: hidden;
}

/*
DO NOT EDIT UNDERNEATH THIS LINE
*/

#photopreviewer_container {
	position: absolute;
	z-index: 2998;
	width: 100%;
	
	left: 0px;
	top: 0px;
	
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}

#photopreviewer_image_container {
	position: absolute;
	z-index: 2999;
	
	width: 50px;
	height: 50px;
	
	margin: -25px 0 0 -25px;
	
	top: 50%;
	left: 50%;
	
	padding: 10px;
}

#photopreviewer_image_container img {
	position: absolute;
	z-index: 3000;
}

#photopreviewer_image_title_container {
	position: absolute;
	z-index: 3000;
	white-space: nowrap;
	overflow: hidden;
}

#photopreviewer_image_description_container {
	position: absolute;
	z-index: 3000;
	overflow: hidden;
}

.photopreviewer_cursor_pointer {
	cursor: pointer;
}
