@charset "utf-8";
/* CSS Document */

body {
	background-color: #0e2a37;
	background-image: url(../img/bg.jpg);
}

a:link {
	text-decoration:none;
	border-style: none;
	border:none;
}

a:visited {
	text-decoration:none;
	border-style: none;
	border:none;
}
a:hover {
	text-decoration:none;
	border-style: none;
	border:none;
}
a:active {
	text-decoration:none;
	border-style: none;
	border:none;
}

a img {
	border: none;
	border-style: none;
}

.cluster {
	margin-left:auto;
	margin-right:auto;
	width:651px;
	height:537px;
}

.about {
	width:216px;
	height:217px;
	float:left;
	margin-left:520px;
	padding-top:86px;
	position:absolute;
	z-index:1;
}

.about_top {
	background-image:url(../img/abouttop.png);
	background-repeat:no-repeat;
	width:216px;
	height:9px;
}

.about_content {
	background-image:url(../img/aboutcontent.png);
	background-repeat:repeat-y;
	width:216px;

}

.about_text {
	font-size:11px;
	color:#0c487a;
	font:Arial;
}


.avatar {
	border:1px dotted #000000;
	margin-left:auto;
	margin-right:auto;
	width:150px;
	height:150px;
}

.minititle {
	font-size:8px;
	color:#797979;
	font:Arial;
	padding-left:5px;
}
.twitter {
	border:1px dotted #666666;
	padding-left:2px;
	padding-right:2px;
	padding-top:2px;
	padding-bottom:2px;
	max-width: 195px;
	width: expression(document.geElementById('container').style.
width > 195 ? "195px": "auto" );
	text-align:left;
	margin-left:10px;

}

.about_footer {
	background-image:url(../img/aboutfooter.png);
	background-repeat:no-repeat;
	width:216px;
	height:16px;
}

.mainframe {
	width:494px;
	height:459px;
	padding-top:129px;
	position:absolute;
	margin-left:80px;

	float:left;
}

.mainframe_top {
	background-image:url(../img/mainframe_top.png);
	background-repeat:no-repeat;
	width:494px;
	height:13px;

}

.mainframe_content {
	width:494px;
	height:470px;
	background-color:#FFFFFF;
	text-align:center;
}

.mainframe_footer{
	background-image:url(../img/mainframe_footer.png);
	background-repeat:no-repeat;
	width:494px;
	height:15px;
}


#work {
	background-image:url(../img/work_bg.gif);
	background-repeat:no-repeat;
	width:460px;
	height:465px;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	padding-left:2px;
}

.next {
	float:right;

}

.arrows {
	height:64px;
	width:740px;
	margin-left:auto;
	margin-right:auto;
}

.previous {
	float:left;
}

.highslide {
    cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-style: 'MS Sans Serif';
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
