﻿
a
{
    color: #69c;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

div#portfolio
{
    position: relative;
    left: 0;
    z-index: 1;
    width: 690px;
    border-top: solid 6px #69c;
    border-bottom: solid 6px #69c;
	background-color:#282828;
	padding:5px;
}

.Hidden
{
    visibility: hidden;
}
div#Content
{
    position: relative;
    z-index: 2;
    height: 720px;
    margin: 0 auto;
}


div#Content div#StoryContainer div div div
{
    font-size: small;
}

div#thumbnails
{
    position: relative;
    top: 22px;
    width: 100%;
    margin: 0 auto;
}

div#StoryLinks
{
    position: relative;
    overflow: hidden;
    width: 610px;
    height: 120px;
	left:45px;
}

a#PrevButton
{
    position: absolute;
    top: 10px;
    left: 15px;
    cursor: pointer;
    display: block;
    background: url(/images/left.png) no-repeat top left;
    width: 30px;
    height: 30px;
}

a#NextButton
{
    left: 655px;
    top: 10px;
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(/images/right.png) no-repeat top right;;
    width: 30px;
    height: 30px;
}

div#StoryLinksContainer
{
    width: 2250px;
}

div#StoryLinks div.Link
{
    border: solid 3px #206C92;
    width: 40px;
    height: 40px;
    z-index: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

div#StoryLinks div.Selected
{
    border: solid 3px #900;
}

div#StoryLinks div.Link img
{
    position: relative;
    width: 40px;
	height: 40px;
}

div#Story
{
	float:right;
    width: 280px;
    height: 290px;
	
}
div#Story p
{
    display: block;
    font-size: small;
}

div#StoryImage
{
	float:left;
	padding: 1em;
	border:solid 1px #4b4b4b;
	margin-right: 1em;
}
