.highslide 
{
    outline: none;
	cursor: url(../images/graphics/zoomin.cur), pointer;
}

.highslide img 
{
	border: 0px;
}

.highslide:hover img 
{
	border: 0px;
}

.highslide-image-blur 
{
}

.highslide-caption 
{
	font-size: 12px;
	padding: 5px;
    display: none;
    font-size: 90%;
    border-top: none;
    text-align: left;
	background: #000000;
}

.highslide-caption H2
{
	color: #2571AE;
	margin-top: 0px;
	font-size: 110%;
	margin-bottom: 10px;
	font-family: Georgia;
}

.highslide-caption UL
{
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
}

.highslide-loading 
{
	padding: 3px;
	color: white;
    display: block;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
    background-color: black;
	text-transform: uppercase;
	border-top: 1px solid white;
	border-bottom: 1px solid white;

    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 3px 1px;
    background-image: url(../images/graphics/loader.gif);
}

.highslide-move 
{
	width: 98%;
	border: 0px;
	z-index: 10;
	cursor: default;
	line-height: 20px;
	background: none;
	position1: absolute;
}

.highslide-move A
{
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}

.highslide-move A:hover
{
	text-decoration: underline;
}

.highslide-overlay 
{
	display: none;
}

.controlbar 
{	
	width: 0px;
	height: 0px;
	background: none;
	margin-left: 60px;
}

.controlbar a 
{	
	width: 0px;
	height: 0px;
	float: left;
	display: block;
	margin: 0 0 0 5px;
}

.highslide-html 
{
	background: #000000;
}

.highslide-html-blur
{
    border: 2px solid gray;
}

.highslide-html-content
{
    display: none;
	position: absolute;
}

.highslide-display-block
{
    display: block;
}

.highslide-display-none
{
    display: none;
}

.control
{
	color: #FFF;
	float1: right;
	margin: 0 10px;
    display: block;
	font-size: 90%;
}

.control:hover
{
	color: white !important;
	text-decoration: underline;
}