/* PROJECT SLIDER */


#pb-productbrowsercontainer { 
position:relative; 
left:34px;
width:678px;  	/* auto or 100% does not work well */
height:280px; 	/* auto does not work */
margin:0px 0px -40px 0px; 
overflow:hidden;
background-color:#f2f2f2;
border:1px solid #cccccc;
}

#pb-productslider { 
top:0; 
left:0; 
width:100000px;  	/* not auto or 100%! width of all contents together */
height:auto; 
position:absolute; /* only absolute is ok */
margin:0; 
padding:0; 
}

#pb-productslider .pb-productimage { 
float:left;
width:680px; 	/* content-width */
height:280px; 	/* content-height */
position:relative; 
list-style-type:none;
}

#pb-productslider .pb-productimage img { 
float:left; 
position:relative;
top:15px;
left:20px;
margin-right:10px;
}

#pb-productslidertrack { 
position:relative; 
top:0px; 	/* positioning the jump-links */
left:0px;
width:700px;
margin:70px 0px 0px 35px;
visibility:visible;
float:left;
list-style: none;
display:inline;
}

.referenceList {
position:relative; 
top:0;
z-index:150; 
margin:0px 20px 0px 0px;
display:inline;
float:none;	/* float:none; for vertical alignment */
}

#sliderNav
{
position:relative;
top:44px;
left:34px;
width:680px;
margin:0px;
padding:0px;
}

#pb-productsliderhandle { 
visibility:hidden;
}

#pb-leftarrow { 
position:relative; 
top:0px; 
width:81px; 
height:25px; 
background:transparent url(../pics/slide-left.gif) 0 0 no-repeat; 
z-index:1500; 
cursor:pointer;
font-size:small;
float:left;
margin:0px 0px 0px 0px;
}

#pb-leftarrow:hover { 
background-position: -81px 0;
}

#pb-rightarrow { 
position:relative; 
top:0px; 
width:81px; 
height:25px; 
background:transparent url(../pics/slide-right.gif) 0 0 no-repeat; 
z-index:1500; 
cursor:pointer;
font-size:small;
float:right;
margin:0px 0px 0px 0px;
}

#pb-rightarrow:hover {  
background-position: -81px 0;
}	

#pb-leftarrow p
{ 
text-align:center;
padding:2px 5px 2px 25px;
cursor:pointer;
}	
	
#pb-rightarrow p
{ 
text-align:center;
padding:2px 25px 2px 5px;
cursor:pointer; 
}	
	
#pb-leftarrow p:hover,
#pb-rightarrow p:hover
{
color:black;
}
	
.sliderTextframe
{
position:relative;
margin:8px 20px 0px 0px;
width:260px;
float:right;
}

#pb-productbrowsercontainer ul li
{
margin-left:0px;
}
