/*  
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:#000000;
	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_600x375 { 
	padding:1px 13px 16px 12px;
	background-image:url(images/shadow_600x375.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:0px solid #C70000;
}

img.wwPopPhoto_600x250 { 
	padding:1px 13px 16px 12px;
	background-image:url(images/shadow_600x250.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:0px solid #C70000;
}

img.wwPopPhotoPlain_ctr,
img.wwPopPhotoPlain,
img.wwPopPhoto_225x300 { 
	padding:1px 13px 16px 12px;
	background-image:url(images/shadow_225x300_ctr.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:0px solid #C70000;
}
img.wwPopPhoto_290x375 { /* Brochure Thumbnails */
	padding:1px 15px 16px 15px;
	background-image:url(images/shadow_290x375.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:0px solid #C70000;
}
img.wwPopPhoto_612x792 { /* Brochure Fullsize */
	padding:20px 20px 20px 40px;
	background-image:url(images/shadow_612x792.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:0px solid #C70000;
}

img.wwPopPhoto_100x129 { /* Brochure Small Thumbnails */
	padding:10px 5px 5px 5px;
	background-image:url(images/shadow_100x129.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:0px solid #C70000;
}

img.wwPopPhotoPlain_top { 
	padding:19px 1px 1px 14px;
	background-image:url(images/shadow_225x300_top.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:0px solid #C70000;
}

img.wwPopPhotoPlain_btm { 
	padding:2px 14px 19px 2px;
	background-image:url(images/shadow_225x300_btm.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:0px solid #C70000;
}


img.wwPopPhoto,
img.wwPopPhotoLft { 
	border:3px ridge #DDDDDD;
	background-color:#CCCCCC;
	padding:8px;
	float:left;
	margin:1em 1em 1em 0em;
	
	/* 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;
}
