
#photoviewer_container {
	background-color: #FFF;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

#photoviewer_image_description_container a {
	color: #a10029;
}

#photoviewer_image_container {
	background-color: #FFF;
	
	border: 1px #c6c5c4 solid;
}

.photoviewer_image_link img {
	border: 0;
}

#photoviewer_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 photoviewer_settings.php */
#photoviewer_image_title_container {
	height: 40px; 
	font-size: 16px;
	font-weight: bold;
	top: 10px;
	text-align: center;
}

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

#photoviewer_image_counter_container {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-family: Arial;
	bottom: 50px;
	position: absolute;
	background: #FFF;
	
	padding-left: 10px;
	
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
}

/*
DO NOT EDIT UNDERNEATH THIS LINE
*/

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

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

#photoviewer_image_container img {
	
	z-index: 3000;
}

#photoviewer_image_title_container {
	height: 114px;
	z-index: 3000;
	white-space: nowrap;
	overflow: hidden;
	top: 20px;
	
	color: #a4012c;
}

#photoviewer_image_description_container {
	height: 40px;
	z-index: 3000;
	position: absolute;
	bottom: 0px;
	font-family: Arial;
	font-size: 12px;
}

.photoviewer_cursor_pointer {
	cursor: pointer;
}
