/* This style was made by www.someawe.com feel free to use it or learn from it */

body{
margin-top: 0px;
margin-bottom: 0px;
font-family: Tahoma, Geneva, sans-serif;
color: #41C4DD;
background: #000000;
}
body a{
color: #5B6258;
}
body a:hover{
color: #41C4DD;
}
body img{
border-color: #41C4DD;
padding-top: 5px;
padding-bottom: 7px;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 4px;
}
body img:hover{
background: #000000;
}
.dir a{
text-decoration: none;
}
.dir {
float: left;
padding: 5px;
text-align: center;}

.images{
width: 700px;}

.highslide {
	cursor: pointer;
    outline: none;
}
.highslide img {
border: 2px solid #625b58;
padding: 5px 5px 7px 5px;
margin: 5px 5px 5px 5px;
}
.highslide:hover img {
border: 2px solid #625b58;
}

.highslide-image {
border: 1px solid #625B58;
background: #151515;
}
.highslide-image-blur {
}
.highslide-caption {
display: none;
border: 2px solid #625B58;
font-family: Verdana, Helvetica;
font-size: 10pt;
margin-top: 10px;
padding: 5px;
padding-bottom: 15px;
padding-top: 5px;
background-color: #212121;
}
.highslide-loading {
font-family: Tahoma, Geneva, sans-serif;
    display: block;
	color: #76af4c;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid #76af4c;
	border-bottom: 1px solid #76af4c;
    background-color: black;
}
.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(http://www.kbydesign.com/collections/images/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(http://www.kbydesign.com/collections/images/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;
}