@charset "utf-8";
/* CSS Document */

a.black:hover {color:#000000;}
a.black:link {color:#000000;}
a.black:active {color:#000000;}
a.black:visited {color:#000000;}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid #FFFFFF;
width: 500px;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #996600;
min-width: 100px;
max-width: 750px;
}

#dragbar #closetext{
color: #FFFF00;
font-weight: bold;
margin-right: 1px;
}

<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.outrouge1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #FF0000 solid 1px;
	background-color: #FF0000;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.over {
	cursor: pointer;
}
-->