#products li{
	float:left; color:#FFFFFF;margin:5px 10px 10px 18px; 
}
#products li b{ color: Blue; font-size:10pt;font-weight: normal;margin:5px 12px 10px 20px}
.up {
	padding:10px 0px 0px 0px; text-decoration: underline; }
.up a{
	 color: Blue;text-decoration: underline;}
	 
.highslide {
	cursor: url(graphics/zoomin.cur), pointer;
   outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid Black;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
text-align: left;
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-caption b{
text-align: left;
color: #6C0000;
font-size: 10pt;
}
.enter {
	background: url(graphics/li.jpg) no-repeat;
}
.highslide-caption a{
	float: right;
	padding-left: 20px;
	text-decoration: none;
	line-height: 20px;
	color: #39F;
}
.highslide-caption a:hover{
   color: Gray;
	text-decoration: none;
}
.highslide-loading {
   display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
/* gallery  */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	padding: 0px;
	margin: 0;
	float: left;
	position: relative;
	width: 125px;
	height: 130px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	padding:5px; 
	background: url(graphics/bgbg.jpg) no-repeat 7px 7px;
}
.gallery em {
	background: #fff url(graphics/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	font-size:13px;
	padding: 2px 10px;
	display: block;
white-space: nowrap; 
overflow:hidden; 
text-overflow:ellipsis;
	position: absolute;
	top: 131px;
	left: 34px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #ffdb01 url(graphics/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
	cursor:pointer;
}
