@import "common.css";

#slideshow_holder {
	float: left;
	width: 605px;
	height: 58px;
}

#main {
	background: url("../../images/layup/dots_v.gif") repeat-y top left;
}

html>body #mainmiddle {
	padding-top: 0x;
}

/* for Mozilla/Safari/Opera */
*>#mainmiddleholder {
	padding-top: 484px;
	min-height: 1px;
}
*>#mainmiddleholder #mainpadding {
	margin-top: -484px;
}
/* for IE, with IE5/Mac backslash filter \*/
* html #mainmiddleholder {
	height: 474px;
}
/* end filter */

#productscroll {
	width: 550px;
	height: 150px;
	margin-top: 10px;
	overflow: auto;
}

#productscroll table {
	border-collapse: collapse;
}

#productscroll td {
	width: 60px;
	padding: 0 5px;
	text-align: center;
}

#productscroll img {
	margin-bottom: 10px;
}

.imageleft, .imageleftnews, .imageright, .imagerightnews {
	width: 280px;
	height: 280px;
	background: url("../../images/layup/spacer.gif") no-repeat top left;
}

.imageleft, .imageleftnews {
	float: left;
	margin-right: 10px;
}

.imageright, .imagerightnews {
	float: right;
	margin-left: 10px;
}

.imageleftnews {
	width: 60px;
	height: 60px;
}

.imagerightnews {
	width: 100px;
	height: 100px;
}

.sample {
	margin: 20px 0 0;
}

.sample img {
	margin-right: 10px;
	vertical-align: bottom;
}