#displayContent{
    position:relative;
    top: 0px;
    left:460px;
    height: auto;
}

#displayContent .col2-1 {
    float:left;
    margin:0;
    padding:0 0% 0 0px;
    width:50px;
   
    margin-left: 100px;
}

#stageContent{
    width:229px;
     background: transparent url(images/boxMiddleBg.png) repeat-y  left 0px;  
}

#boxTop{
    position:relative;
    background: transparent url(images/boxTopBg.png) no-repeat  left 0px;
    height: 19px;
    width:269px;   
}

#boxBottom{
    background: transparent url(images/boxBottomBg.png) no-repeat  left 0px;
    height: 19px;
  
    width:229px;   
}
#buttons{
   position:absolute;
   left:229px;
   width:18px; 
   top:0px;
}

h1.headline{
   
    font-size:20px;
    margin-bottom:0px;
    padding-bottom:0px;
    padding-top:0px;
    margin-top:0px;
	color: #404040;
	font-weight:normal;
}

#displayDetails h2{
    color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:10px 0px 0px 0px;
}

#displayDetails p{
    padding: 0px;
    margin:0px;
}

#listButton{
    position:relative;
   height: 95px;
    width:18px;  
    z-index:1;  
}

#detailsButton{
    position:relative;
    height: 83px;
    width:18px; 
    
}

#displaySlider{
    width: 269px;
    height:auto;
    margin-top:0px;
    position: absolute;
    left:-12px;
}


#stage{
    width:229px; 
    overflow: auto;
    overflow:hidden; 
    height:auto; 
    margin: auto;
    padding-top:0px;
    position:absolute;
}


 #prevDisplay{
    position:absolute;
    background: transparent url(images/arrowLeft.png) no-repeat  left 0px;
    height: 53px;
    width:35px;
    top:200px;
    left:-240px;
    z-index:10;
    visibility:hidden;
    
}
 #nextDisplay{
     position:absolute;
    background: transparent url(images/arrowRight.png) no-repeat  left 0px;
    height: 54px;
    width:35px;
    top:200px;
    left:400px;
    z-index:10;
    visibility:hidden;
}

#myList{
    width:4000px; 
    border:0; 
    margin:0px; 
    padding:0px; 
    left:400px;
    height:auto;
}
#boxMiddle{
  background: transparent url(images/boxMiddleBg.png) repeat-y  left 0px;  
}

#myList li{
	list-style:none; 
	margin:0px; 
	padding:0px 0px 0px 20px; 
	border:0; 
	width:188px;
	height:auto;
    color:#fff;
   	float:left;
   
}
a.displayList{
    color:#fff;
    text-decoration: none;   
}

a.displayListActive:link{
    /*color:#404040;
	font-weight:bold;*/
}

a.displayListHover:hover{
    color: #ccc;
}


