#ProductsHome img {
    position:absolute;
    top:0px;
    border:none;
	cursor:pointer !important
}
#ProductsHome h1 {
    text-align:center;
}
#ProductsHome a{
    color:#fff;
}
#ProductsHome .none{
    visibility:hidden;
}
#ProductsHome .none div{
    display:none;
}
#ProductsHome .clear{
    clear:both;
}
#ProductsHome #loading{
    margin-top:50px;
    text-align:center;
    width:100%;
}
#ProductsHome #loading img{
    margin-top:10px;
    position:relative;
}
#ProductsHome #captions{
    position:relative;
    text-align:center;
    z-index:10000;
}
#ProductsHome #scrollbar{
    visibility:hidden;
    position:relative;
    border-bottom:1px solid #b3b3b3;
    z-index:10001;
}
#ProductsHome #scrollbar_slider{
    position:absolute;
    margin-top:-7px;
    margin-left:-7px;
    z-index:10002;
    background-image:url('/img/slider.png');
    background-repeat:no-repeat;
    width:14px;
    height:14px;
}
#ProductsHome #imageflow{
    text-align:left;
    color: #fff;
	height: 300px !important;
}

#ProductsHome #Imageflow_caption {
	color:#FFF;
	text-align:center;
	position: absolute;
	top: 60px;
}

#ProductsHome .imageflow {
	width: 900px;
	margin: 0 auto;
	height: auto;
	position:relative
}
  