/* CSS Document */

.highslide-html {
	background-color: white;
	position: absolute;	
}
.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(../images/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}



/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
	position: absolute;
}
.highslide-wrapper .highslide-html-content {
    width: 325px;
    padding: 0px;
}

.highslide-wrapper .highslide-wolf-content {
    width: 285px;
    padding: 0px;
}

.highslide-wrapper .highslide-video-content {
	min-width: 427px;
	padding: 0px;
	position: absolute;
	margin-right: 5px;
}

.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 3px 0px 15px;
	padding: 0px;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	font: bold 10px Arial, Helvetica, sans-serif;
	margin: 2px 2px 0px 0px;
	padding: 2px;
	text-transform: uppercase;
	border: 1px solid #CCCCCC;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: 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(../images/highslide/graphics/resize.gif);
	visibility: visible;
	display: block;
	
}

.highslide-wrapper .highslide-footer .highslide-resize span{
	visibility: visible;
		display: block;


}

.highslide-wrapper .highslide-body {
}
.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;
}
#content .audio a {
	background: url(../images/mp3player/icon_play.png) no-repeat;
	text-indent: 22px;
	display: block;
height:22px;
}
#content .hosted a {
height:22px;
}

#content .video a {
	background: url(../images/mp3player/video_icon.png) no-repeat;
	text-indent: 22px;
	display: block;

}