
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 2px solid #888;
	margin:-2px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;
	  	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border: 1px solid #dedede;
	-moz-box-shadow: 0px 0px 4px #d7d7d7; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #d7d7d7; /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 4px #d7d7d7; /* Opera 10.5, IE 9 */
	overflow:hidden;
	  	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:#fff;	
	background:#fff;
	padding:3px;
	border:0px solid #000;
	display: none;
}

.detailfoto_thumbs {
	float: left;
	width: 320px;
	position: relative;
	margin-left: 0px;
}
.detailfoto_thumbs a, .detailfoto_thumbs a:hover {
	margin: 0px;
	padding: 0px;
	text-indent: -99999999999px;
	text-decoration: none;
}
.detailfoto_thumbs img {
	border: 1px solid #e0e0e0;
	
          margin-right: 25px;
           	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
margin-left: -17px;
-moz-box-shadow:0px 2px 4px #eee;
	-webkit-box-shadow:0px 2px 4px #eee;
	box-shadow:0px 2px 4px #eee;


-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}

.detailfoto_thumbs img:hover{
	border: 1px solid #b7b7b7;
-moz-box-shadow: 0px 2px 4px #d7d7d7; /* FF3.5+ */
  -webkit-box-shadow: 0px 2px 4px #d7d7d7; /* Saf3.0+, Chrome */
          box-shadow: 0px 2px 4px #d7d7d7; /* Opera 10.5, IE 9 */

}


	
