/* CSS Document */

.highslide {
	cursor: url(/templates/layout/highslide/graphics/zoomin.cur), pointer;
   outline: none;
	z-index: 1000;
}

.highslide-active-anchor img {
	visibility: hidden;
}

.highslide img {
	border: 2px solid gray;
}

.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}

.highslide-image {
    border: 2px solid white;
}

.highslide-image-blur {
}

.highslide-html {
    background-color: white;
}

.highslide-html-blur {
}

.highslide-html-content {
	position: absolute;
   display: none;
}

.highslide-loading {
   display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
   text-decoration: none;
	padding: 2px;
	border: 1px solid black;
   background-color: white;
   padding-left: 22px;
   background-image: url(/templates/layout/highslide/graphics/loader.white.gif);
   background-repeat: no-repeat;
   background-position: 3px 1px;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}

.highslide-wrapper .highslide-html-content {
    width: auto;
    padding: 5px;
}

.highslide-wrapper .highslide-header div {
}

.highslide-wrapper .highslide-header ul{
	margin: 0;
	padding: 0;
	text-align: right;
	list-style:none;
}

.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
	list-style:none;
}

.highslide-wrapper .highslide-header ul li a{
	list-style:none;
}

.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}

.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
	list-style:none;
}

.highslide-wrapper .highslide-header a:hover {
	color: black;
	text-decoration:none;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}

.highslide-wrapper .highslide-footer {
	height: 11px;
}

.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/templates/layout/highslide/graphics/resize.gif);
}

.highslide-wrapper .highslide-body {
	padding-left:7px;
	padding-right:7px;
}

.highslide-move {
   cursor: move;
}

.highslide-resize {
   cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
   display: block;
}
.highslide-display-none {
   display: none;
}

/*slidehow*/
a:hover{
	text-decoration:none;
}
.control {
	float: right;
   display: block;
   position: relative;
	margin: 0 5px;
	font-size: 9pt;
   font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
   margin-top: 1px;
   margin-bottom: 1px;
}

.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}
a.highslide-full-expand {
	background: url(/templates/layout/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 0 10px 10px;
	width: 34px;
	height: 34px;
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-size: 1em;
	line-height: 1.1em;
    padding: 5px;
    background-color: white;
	float: left;
	width: auto;
	text-align: left;
}
.highslide-caption-image {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}

/* Controlbar example */
.highslide-container .controlbar {	
	background: url(/templates/layout/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.highslide-container .controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.highslide-container .controlbar a:hover {
	background-image: url(/templates/layout/highslide/graphics/controlbar4-hover.gif);
}
.highslide-container .controlbar .previous {
	width: 50px;
}
.highslide-container .controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.highslide-container .controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.highslide-container .controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
.highslide-container .highslide-overlay {
	display: none;
}

/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: auto;
    padding: 5px;
}



.highslide-wrapper .highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-wrapper .highslide-header a:hover {
	color: black;
}
.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/templates/layout/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}

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

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 5px 0 4px 5px;
    color: silver;
    text-decoration: none;
	 font-size: 11px;
	 background: transparent;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {

}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(/templates/layout/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 0 10px 10px;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(/templates/layout/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(/templates/layout/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
	
}

.watermark {
	height: 27px;
	width: 178px;
	background: url(/templates/default/images/rp_logo_small.png) 0 0 no-repeat;
}

.html-header {
	background-image: url(/templates/layout/highslide/graphics/header-background.gif);
	cursor: default;
	height: 20px;
	padding: 2px;
}
.html-header a.control {
	margin-right: 0px;
}

.html-header a.control:hover {
	text-decoration: none;
	margin-top: 1px;
	margin-right: 0px;
}

/*****************************************************************************/
/* Controls for the galleries.											   */
/* Remove these if you are not using a gallery							   */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(/templates/layout/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(/templates/layout/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
	float: left;
	padding: 5px 0;
}
.highslide-controls a {
	background-image: url(/templates/layout/highslide/graphics/controlbar-black-border.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}