@charset "utf-8";
#photobox {
	position:absolute;
	width:630px;
	height:260px;
	left: 85px;
	top: 40px;
	z-index: 4;
    }
#photobox   ul {
	list-style-type: none;
	margin: 0px;
	height: 246px;
	width: 70px;
	float: left;
	padding-top: 20px;
	padding-left: 50px;
    }
#photobox   li {
	float:left;
    }
#photobox   a.slidea {
	background:url(prototype_creation_img/prototype_creation_thumbs/caprice_thumb.png) no-repeat center center;
	height:60px;
	width:47px;
	margin-top: 50px;
	margin-left: 0px;
    }
#photobox      a.photo      {
	cursor:default;
	display: block;
	margin-right: 11px;
	margin-bottom: 14px;
    }
#photobox    a.photo:hover {

    }
#photobox    a.photo    span {
	position:absolute;
	width:1px;
	height:1px;
	top:0px;
	overflow:hidden;
	left: 160px;
    }
#photobox     a.photo:hover    span  {
	position:absolute;
	width:410px;
	height:280px;
	top:0px;
	left:180px;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 75%;
	text-align: left;
    }
#photobox     a.photo:hover     img {
	float:left;
	margin-right: 8px;
	margin-bottom: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
    }
