	
/*porfolio images  tnx to vikjavev.no */
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.redslide{
color:red;
}
a.highslide{
text-decoration: none;
}
.highslide img {
	margin-right:  5px;
	margin-bottom: 5px;
	border: 1px solid #dedede;
}
.highslide:hover img {
	border: 1px solid gray;
}

.highslide-image {
    border: 1px solid #0f0f0f;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid #151515;
    color: gray;
    border-top: none;
    font-size: 11px;
    padding: 5px;
    background-color: #0f0f0f;
    height: 25px;
}

.highslide-caption p a{
    color: #b70202;
    font-size: 11px;
}
.highslide-caption p {
margin: 0;
margin-bottom: 5px;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(../highslide/graphics/cb.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../highslide/graphics/cbhover.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;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: #000 !important;
}
/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
		
