@charset "utf-8";
/* CSS Document */

* {

margin: 0;
padding: 0;
}

body {

font-family:arial;
font-size: 11px;
background: #000000 url('images/stock_bg.jpg') repeat-y top center;

}

#container {

width:719px;
height:auto;
margin: 0 auto;

}

#banner {

width: 719px;
height: 139px;
background: url('images/stock_banner.jpg') no-repeat top center;
}

#pictureslot {

width: 719px;
height:auto;
float:left;
margin: 0 0 0 39px;

}

 





#pictureslot-mainWrapper { /* required to avoid jumping when pictureslot-main changes to position fixed when scrolling */
  
  float:left;
  position: relative;
  padding: 5px 5px 5px 5px;
  width:510px;
  height:auto;
}








	#pictureslot-main {

	top: 0;
	position: relative;
/* 
  top: 0;
  margin-top: 20px;
  border-top: 1px solid purple;
  padding-top: 19px;
*/

	}
 







#pictureslot-main.fixed {
  position: fixed;
  top: 0;
}













	#pictureslot-thumbs {
	
	width:180px;
	height:auto;
	padding: 5px 4px 5px 5px;
	float:right;
		}

#details {

width:auto;
height:auto;
margin: 5px 0 0 10px;
padding: 0 10px 10px 10px;
float:left;
}

.clear {
clear:both;
}

