.ads {
position:absolute;
width:100%;
left: -20px;
float:left;
clear:both;
}

#leftsidebar h2{
        font-size: 1.1em;
	font-weight: normal;
}

#slideshow {
    position:relative;
    height:500px;
    padding: 0px;
    margin: 0px;
top: 0px;
}

#slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity: 0.0;
}

#slideshow div.active {
    z-index:10;
    opacity: 1.0;
}

#slideshow div.last-active {
    z-index:9;
}

.next, .next_featured {
        background: url(http://folioplanet.com/jq/images/big_arrow_forward.gif) no-repeat;
        background-position: 0px 0px;
        width:20px;
        height:21px;
        margin: 0px;
}

.prev, .prev_featured {
        background: url(http://folioplanet.com/jq/images/big_arrow_back.gif) no-repeat;
        background-position: 0px 0px;
        width:20px;
        height:21px;
        margin: 0px;
}
.scroll-horizontal {
        border-top: 1px solid #d6d6d6;
        border-left: 1px solid #d6d6d6;
        display: block;
        width:180px;
        height:18px;
        white-space: nowrap;
        padding: 2px 0px 2px 20px ;
        overflow: hidden;
        float:left;
        bottom: 0px;
        font-size: 1em;
        margin: 0px;
        letter-spacing: .1em;
        vertical-align: middle;
}

.scroll-horizontal-buttons {
      border: 1px solid #d6d6d6;
      float:left;
      padding:0px;
      margin: 0px;
      width: 40px;
}


.portfolio {
        height: 500px;
        border: 1px solid #d6d6d6;
        display: block;
        float:left;
        clear:both;  
}

.portfolio img{
        width: 90px;
        height: 110px;
}
.portfolio li {
        display: inline-block;
}

.portfolio div {
        margin: 10px;
        padding: 10px;
        display: block;
        font-size: 1em;
        text-align: center;
       white-space: nowrap;
        overflow: hidden;
}

.portfolio_featured {
        height: 300px;
        border: 1px solid #d6d6d6;
        display: block;
        float:left;
        clear:both;  
}

.portfolio_featured img{
        width: 39px;
        height: 39px;
}
.portfolio_featured li {
        display: inline-block;
}

.portfolio_featured div {
        margin: 10px;
        width: 120px;
        padding: 10px;
        display: block;
        font-size: 1em;
        vertical-align: middle;
        white-space: nowrap;
        overflow: hidden;
}

.portfolio_featured_artist {
        width: 240px;
        height: 700px;
        border: 1px solid #d6d6d6;
padding: 0px;
margin: 0px;
}

.portfolio_featured_artist img{
        width: 180px;
        height: 220px;
padding: 0px;
margin: 0px;
}

.portfolio_featured_artist li {
        display: inline-block;
padding: 0px;
margin: 0px;
}


h2.opener { 
        width:180px; 
        display: block;
        margin-right: 24px;
        float:left;
        border: 1px solid #d6d6d6;
        font-size: 1.2em;
	font-weight: normal;
        letter-spacing: .1em;
        background: url(http://folioplanet.com/jq/images/basic_open.gif) no-repeat;
        background-position: 168px 0px;
}

div.trigger { 
        width:99%; 
        margin: 0px;
        display: block;
        bottom: -5px;
        float:left;
        clear:both;
}
div.trigger a {display:block; margin-left:20px;}
div.trigger a:hover { color: #ccc; }

.toggle_container {
	margin: 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	font-size: 1em;
        letter-spacing: .1em;
	width: 100%;
        float:left;
         left: 0px;
         top: -10px;
         position: relative;
}

.toggle_container .block {
	padding: 0px; /*--Padding of Container--*/
}

.holder {
	float: left;
	margin-right: 24px;
        border: 1px solid #d6d6d6;
        border-top: 0px;
}

a.jScrollArrowUp {
	background: url(http://folioplanet.com/jq/images/basic_arrow_up.gif) repeat-x 0 0;
        border-left: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        width: 11px;
        height: 11px;
}
a.jScrollArrowUp:hover {
	background-position: 0 -20px;
}
a.jScrollArrowDown {
	background: url(http://folioplanet.com/jq/images/basic_arrow_down.gif) repeat-x 0 0;
        border-left: 1px solid #d6d6d6;
        border-top: 1px solid #d6d6d6;
        width: 11px;
        height: 11px;
}
a.jScrollArrowDown:hover {
	background-position: 0 -20px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -40px;
}

.jScrollPaneTrack {
	background-color: #fff;
        border-left: 1px solid #d6d6d6;
}
.scroll-pane {
	width: 180px;
	height: 250px;
	overflow: auto;
        background: #fff;	
}

#pane1, #pane2, #pane3, #pane4 {
        width: 180px;
}


.block li, a
{
	color: #666;
	font-size: .9em;
	line-height: 2em;
        text-decoration: none;
        position:inherit;
}

.block li a:hover, a:active{
       text-decoration: underline;
       color: #333;
}

sup {
color: #d6d6d6;
}


