/* 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: navy;
background: #000066;
}
body a{
color: navy;
}
body a:hover{
color: yellow;
}
body img{
border-color: navy;
}

saved{
border-color: navy;
padding-top: 5px;
padding-bottom: 7px;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 4px;
}

body img:hover{
background: #262222;
}
.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 navy;
}

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

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(http://www.blakelybears.org/gallery/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.blakelybears.org/gallery/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;
}
