/* CSS Document */

p.menu_text {
        padding: 0px;
        margin: 0px 0px 1px 0px;
}

DIV#portfolio_main_section {
	border: 1px solid #333;
	background-color:#FFF;
	width: 740px;
	padding: 0px 20px 30px 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	height: 518px;
}

DIV#wrap {
        width: 720px;
        margin-bottom: 12px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
}

DIV#sidebar {
	width: 190px;
	position: absolute;
        margin: 18px 0px 0px 0px;
	left: -10px;
}
DIV#viewer {
        background-position:center;
        background-repeat:no-repeat;
        overflow: hidden;
        width: 550px;
        height: 350px;
        border: solid 1px #CCC;
        text-align: center;
        margin: 18px 0px 0px 25px;
        padding: 0px;
}

DIV#picker {
        margin: 10px 0px 0px 25px;
        height: 105px;
        width: 565px;
        overflow: auto;
}
DIV#picker_thumbs {
        height: 82px;
        width: 400px;
}

DIV#menu { 
        background: #f9f9f9;
        border: solid 1px #e0e0e0;
        padding: 5px;
        overflow: auto;
        height: 500px;
        width:158px;
}

a {
        font-size: 1em;
}

DIV#title {
        font-size: 25px;
        height: 68px;
        margin-bottom: 10px;
        overflow: hidden;
}
DIV#titletext {
	margin-top: 20px;
}

IMG.thumbnail {
        float: left;
        margin-right: 10px;
        cursor: pointer;
        border: solid 1px #CCCCCC;
}

DIV#description {
        margin-left: 185px;
        font-weight: bold;
        color: #555;
        font-size: 110%;
}

DIV#notice {
	font-size: 10px;
	color: #999999;
	text-align: center;
}

/* SCROLLBAR  */

#scrollbar_container {
    position:relative;  
    width:185px;
}
 
#scrollbar_track {  
    position:absolute;  
    top:0;  
    right:0;
    height:100%;
    width:8px;
    background-color:#e0e0e0;
    cursor:move;
    background-image: url("/portfolio/portfoliofiles/arrows.gif");
    background-position: bottom center;
    background-repeat: no-repeat;
}

#scrollbar_handle {
    width:8px;
    background-color:#00578D;
    cursor:move;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  /*  opacity:0.9;
    -moz-opacity:0.9; */
}
 
#scrollbar_content {
    overflow: hidden;
    width:158px;
    height: 500px;
    background: #f9f9f9;
    border: solid 1px #e0e0e0;
    padding: 5px 8px 5px 8px;
}

