.highslide {
	cursor: url(beimg/products/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid black;
}

.highslide-wrapper {
	background: black;
}
.highslide-image {
    border: 2px solid black;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border: 2px solid black;
    border-top: none;
    font-family: tahoma;
    font-size: 11pt;
    padding: 5px;
    background-color: black;
	
}

.highslide-caption h1 {
    font-family: Arial;
    font-size: 16pt;
	font-weight:bold;
	
}
.highslide-loading {
    display:none;
	color: white;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid white;
    background-color: black;

    padding-left: 22px;
    background-image: url(beimg/products/loader.black.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;
	display:none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: black;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(beimg/products/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;
}






















html{
	min-width: 300px;
	height:100%;
} /*IE7*/

.img_s{
	position:absolute;
	top:0px;
	border:none;
}
h1 {
	    font-family: Arial;
    font-size: 16pt;
	font-weight:bold;
	text-align:center;
	margin:3px;
	padding:3px;
}
a{
	color:#0033FF;
}
.clear{
	clear:both;
}
#main{
	width=100%;
	max-width: 800px;
	min-height:500px;
	text-align: left;
	position: relative;
	padding: 0px 20px;
}
#images{
	visibility:hidden;
}
#loading{
	margin-top:164px;
	margin-bottom:200px;
	text-align:center;
	width:100%;
}
#loading img{
	margin-top:10px;
	position:relative;
}
#captions{

	position:relative;
	text-align:justify;
    z-index:101;
	
}
#scrollbar{
	visibility:hidden;
	position:relative;
	border-bottom:1px solid #FFf;
	z-index:102;
}

#imageflow{
	text-align:center;
}

