 /* CSS Document */

div.framewrapper {
	margin:0; padding:0; border:0; 
	width:574px; height:466px;
	position:relative;
	margin:0; 
	padding:0; 
	border:0px solid red;  
	background-color:white; 
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow:hidden;
	}
/* hide this from ie for Mac \*/
* html  div.framewrapper {width:570px; margin-left:-3px; }
/* end of ie mac hack */
	
	
		
img.main {
	position:absolute;
	top:10px;
	left:10px;

	}

img.detail {
	position:absolute;
	top:255px;
	left:300px;
	border:3px solid #fff;
	}
	
img.detail2 {
	position:absolute;
	top:10px;
	left:420px;
	}
div#caption {
	position:absolute;
	top:110px;
	left:290px;
	}

p.caption {
	padding:10px;
	padding-bottom:0;
	}

div.nav {
	height:2em;
	width:310px;
	position:absolute;
	top:432px;
	left:130px;
	color:#999999;
	}

div.nav ul {
	text-align:center;
	margin:0; padding:0; border:0;
	}

div.nav li {
	list-style:none;
	display:inline;
	}

div.nav ul li a:link {
	color:#999999;
	text-decoration:none;
	}


a#this {
	color:#333333;
	} 	
div.nav ul li a:visited {
	color:#999999;
	text-decoration:none;
	}
div.nav ul li a:hover {
	color:#333333;
	}
div.return  {
	position:absolute;
	top:422px;
	left:400px;
	height:2em;
	

	}
/*adjustment for ie */
* html div.return {top:432px; }
/*end of ie hack */	

