.intro-cell-top	{
	font-family:"Gill Sans MT", Helvetica, Arial;
	text-align:center;
	background-image:url('../images/intro_cell_top.png');
	color:white;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:0px;
}

.intro-cell-bottom	{
	background-image:url('../images/intro_cell_bottom.png');
	background-position:0% 100%;
	height:18px;
}

.normal-cell	{
	font-family:"Gill Sans MT", Helvetica, Arial;

	color:rgb(70,70,70);
}

.section_head {
	background-image:url('../images/section_head.png');
	height:41px;
}

.section_body {
	background-image:url('../images/section_body.png');
	
}

.section_bottom {
	background-image:url('../images/section_bottom.png');
	height:10px;
	background-position:0% 100%;
}
#scroller {
	position:relative;
}
#scrollWrapper {
	width:390px;
	height:173px;
	margin:0 50px;
	overflow:hidden;
	position:relative;	
}
#scrollerContent {
	clear:left;
	list-style-type:none;
	list-style-image:none;
	position:absolute;
	width:9999px;
	padding:0;
	}

#scrollerContent li.sampleMovie{
	float: left;
	padding:0;
	width:390px;
	position:relative;
}

#scrollerContent li.sampleMovie table tr td:last-child{
	background-image:url('../images/showroom/available_samples.png');
	background-repeat:no-repeat;
}

.sampleTitle {
	font-size:14px;
	margin-top:10px;
	text-align:center;
	width:100%;
}

ul.sampleList {
	list-style-type:none;
	list-style-image:none;
	padding:0;
	clear:left;

}

ul.sampleList li{
	cursor:pointer;
	font-size:14px;
	height:18px;
	margin-top:3px;
	margin-bottom:3px;
	color:#3f3f3f;
	background-image:url('../images/showroom/available_samples_li.png');
	background-position:37px 0px;
	overflow:hidden;
	background-repeat:no-repeat;
	
}

ul.sampleList li:hover {
	background-position:37px -18px;
}

li.sampleItem , li.sampleItem a, li.sampleItem a:link, li.sampleItem a:hover, li.sampleItem a:visited{
	text-decoration:none;
	color:#3f3f3f;
	
}




.previous, .next {
	position:absolute;
	top:60px;
	cursor:pointer;
}
.previous {
	left:10px;
}
.next {
	right:10px;
}
#pageBrowser {
	width:390px;
	text-align:center;
}
#pageBrowser ul{
	text-align:center;
	position:relative;
	left:50%;
	margin-left:-20px;
	margin-top:5px;
	margin-bottom:5px;
}
#pageBrowser ul li {
	cursor:pointer;
	list-style-type:none;
	list-style-image:none;	
	float:left;
	width:10px;
	height:10px;
	margin:2px;
	background-image:url('../images/showroom/browserbuttons.png');
	background-repeat:no-repeat;
}
#pageBrowser ul li:hover {
	background-position:0 -10px;
}
#pageBrowser ul li.selectedPageBrowser {
	background-position:0 -20px;
}

