
.randins-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.randins {
	outline: none;
	text-decoration: none;
}
.randins img {
	border: 5px solid white;
}
.randins:hover img {
	border-color: gray;
}
.randins-active-anchor img {
	visibility: hidden;
}
.randins-gallery .randins-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.randins-image {
	border-width: 70px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.randins-wrapper, .randins-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.randins-image-blur {
}
.randins-number {
	font-weight: bold;
	color: gray;
}
.randins-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	color: white;
	padding: 10px;
	background: black;
}
.randins-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.randins-dimming {
	position: absolute;
	background: black;
}
a.randins-full-expand {
   background: url('graphics/fullexpand.gif') no-repeat;
   display: block;
   width: 34px;
   height: 34px; margin-left:0; margin-right:10px; margin-top:0; margin-bottom:10px
}
.randins-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url('graphics/loader.white.gif');
	background-repeat: no-repeat;
	background-position: 3px 1px; padding-right:3px; padding-top:3px; padding-bottom:3px
}
a.randins-credits,
a.randins-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.randins-credits:hover,
a.randins-credits:hover i {
	color: white;
	background-color: gray;
}
.randins-move, .randins-move * {
	cursor: move;
}
.randins-overlay {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url('graphics/close.png');
	/* NOTE! For IE6, you also need to update the randins-ie6.css file. */
}

.randins-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url('graphics/controlbar-white1.gif') no-repeat right -90px;; list-style-type:none
}
.randins-controls li {
	float: left;
	padding: 5px 0;
}
.randins-controls a.disabled {
	cursor: default;
}
.randins-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/*****************************************************************************/

.my-red-popup .randins-image {
    border-color: white;
}
