/*  
File Name:wwPopPhoto.css
Version:1
Author:Jack Webb
Author URI:http://highseasdrifter.net
Description:This style sheet is for support of the package wwPopPhoto by WebbWebs Consulting
*/

div.wwPopPhotoDiv {
	width:auto;
	padding:5px;
	text-align:center;
	position:absolute;
	visibility:hidden;
	z-index:200;
}

div.wwPopPhotoShadow {
	background:transparent url(images/img_shadow.png);
	color:inherit;
	margin-left:4px;
	margin-top:4px;

	/* optional rounded corners for browsers that support it */
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

img.wwPopPhotoImg {
	border:1px solid #000000;
	background-color:#EEEEEE;
	padding:15px;
	position:relative;
	left:-10px; top:-10px;
	width:1px;
	height:1px;
	visibility:hidden;
	border:3px ridge #CCCCCC;

	/* optional rounded corners for browsers that support it */
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}

div.wwPopPhotoClose {
	width:100%;
	text-align:center;
	position:absolute;
	top:-8px;
	z-index:210;
}

a.wwPopPhotoClose {
	text-decoration:none;
	background-color:#AAAAAA;
	border:1px solid #666666;
	font-weight:bold;
	padding:2px;
	color:#222222;

	/* optional rounded corners for browsers that support it */
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

img.wwPopPhoto,
img.wwPopPhotoLft { 
	border:3px ridge #DDDDDD;
	background-color:#CCCCCC;
	padding:8px;
	float:left;
	margin:1em 1em 40px 0em;
	/* position:relative; top:-10px; */
	
	/* optional rounded corners for browsers that support it */
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	-webkit-box-shadow:#EEEEEE 5px 5px;
	border-radius:7px;
}

img.wwPopPhotoRgt { 
	border:3px ridge #DDDDDD;
	background-color:#CCCCCC;
	padding:8px;
	float:right;
	margin:1em 0em 1em 1em;
	
	/* optional rounded corners for browsers that support it */
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	-webkit-box-shadow:#EEEEEE 5px 5px;
	border-radius:7px;
}

img.wwPopPhotoCtr { 
	border:3px ridge #DDDDDD;
	background-color:#CCCCCC;
	padding:8px;

	/* optional rounded corners for browsers that support it */
	-moz-border-radius:7px;
	-khtml-border-radius:7px;
	-webkit-border-radius:7px;
	-webkit-box-shadow:#EEEEEE 5px 5px;
	border-radius:7px;
}
