
/* this defines the jquery popup image window when you roll over a preview link*/

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:1px;
	ddisplay:none;
	color:#fff;
    margin:0;
    bbackground:red;




	}


#preview img{
  width:220px;
  wwidth:150px;
}

#docpage a{

bbackground:red;
wwidth:200px;
}

/* These are the diferent size options for the thumbnail image  */


#docpage a.preview {
  display:inline;
  background:none;
  float:left;
  margin-right:10px;
  margin-top:10px;

}

#docpage  p.thumbnail_small, #docpage  p.thumbnail_medium, #docpage  p.thumbnail_large{
  margin-top:10px;
  ccolor:red;
}


img.thumbnail_small,img.thumbnail_medium,img.thumbnail_large{
  border:0;
  background-image: url(../css/zoom.png);
  padding-right:15px;
  background-position:top right ;
  background-repeat: no-repeat;
}

img.thumbnail_small{width:100px;}
img.thumbnail_medium{width:120px;}
img.thumbnail_large{width:150px;}


