#loginPane
{
    width: 224px;
    background-color#444;
}
#loginPane iframe
{
    height: 230px;
    width: 224px;
}

a#feature1, a#feature2
{
    display: block;
    width: 288px;
    height: 230px;
    background-color: #CCC;
}


#links
{
    background-color: #FFF;
    height: 143px;
    padding-top: 20px;
    width: 285px;
}
#links a
{
    display: block;
    margin-bottom: 8px;
    background-image: url(../img/greenBar.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 8px;
    color:#34c0cd;
}

#links a.last
{
    margin-bottom: 0;
    background-image: none;
}

#upload
{
    display: block;    
    color: #555;
    text-align: center;
    height:40px;
    line-height:40px;
    width: 566px;
    margin: 0 auto;
    font-size: 18px;
    background-image:url(../img/uploadLinkBackground.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

#content #slides
{
  height: 230px;
  margin-bottom: 0;
  position:relative; 
  /* background-color: #444; */
}
#content #slides ul.pagination{
background-color: transparent;
padding: 2px 20px 0 20px;
height: 13px;
margin-top: 13px;
border-radius: 0 0 15px 15px;
position:relative;
top: -16px;
z-index: 999;
left: -350px;
}

#upload:hover{text-decoration:none;color:#231f4d;background-image:url(../img/uploadLinkBackground_hover.gif);}

#v1{display:block;text-align:center;margin-top:10px;}

#content{padding:0;}