@CHARSET "ISO-8859-1";

/* Sample 4*/
#NoobBox
{
	position: absolute;
}

#NoobBox div
{
	position: relative;
	width: 626px;
	height: 327px;
	float: left;
}

#NoobBox img.floatLeft
{
	position: relative;
	float: left;
	margin-right: 16px;
}

#NoobMask
{
	position: relative;
	width: 626px;
	height: 321px;
	overflow: hidden;
}

#NoobHandle
{
	width: 100%;
	text-align: center;
}

#Thumbs .thumbs div.pad
{
	/*padding-right: 14px;*/
}

#Thumbs
{
	position: relative;
	clear: both;
	height: 64px;
	overflow: hidden;
}

#ThumbsImgs
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 64px;
}

#thumbs_handles7, #thumbs_mask7
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 64px;
}

#Thumbs #ThumbsImgs div, #thumbs_handles7 span
{
	position: relative;
	display: block;
	width: 80px;
	height: 64px;
	margin: 0px;
	float: left;
	cursor: pointer;
}

#Thumbs #ThumbsImgs div.last, #thumbs_handles7 span.last
{
	position: relative;
	display: block;
	width: 66px;
	height: 64px;
	margin: 0px;
	float: left;
	cursor: pointer;
}

#Thumbs #ThumbsImgs div img
{
	position: relative;
	width: 66px;
	float: left;
}
#thumbs_handles7 span
{
	background: url(../images/imgThumbInvisible.gif) no-repeat;
}
#thumbs_mask7
{
	width: 1200px;
	background: url(../images/imgThumbsMask.gif) no-repeat center top;
}
