#tickerLeftArrow, #tickerRightArrow
{
	width: 27px;
	height: 25px;
	vertical-align: middle;
}

#tickerLeftArrow.leftArrowEnabled
{
	background-image: url('/vp/images/nns/common/background/cs_prod_page/example_section/thumbnails/right_arrow.gif');
	cursor: pointer;
}

#tickerRightArrow.rightArrowEnabled
{
	background-image: url('/vp/images/nns/common/background/cs_prod_page/example_section/thumbnails/left_arrow.gif');
	cursor: pointer;
}

#tickerLeftArrow.leftArrowDisabled, #tickerRightArrow.rightArrowDisabled
{
	background-image: none;
}

div#tickerContainer 
{
	overflow: hidden;
	width: 460px;
}

div#ticker
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 2000px;
}

div#ticker img
{
	margin-right: 15px;
	float: left;
}

div#ticker img.firstTickerImg
{
	margin-left: 15px;
}

.example-table
{
	width: 504px;
}

.example-table-category-row
{
	height:78px;
	background-image:url('/vp/images/nns/common/background/cs_prod_page/example_section/prod_icons/background/slice.gif');
	background-repeat:repeat-x;
}

.ticker-icon, #examples-leftarrow, #examples-rightarrow
{
	cursor:pointer;
	cursor:hand;
}

#examples-fullsize-area
{
	width:100%;
	height:368px;
	background-image:url('/vp/images/nns/common/background/cs_prod_page/example_section/Stage_slice.gif');
	background-repeat:repeat-x;
	background-position:top center;
	width:504px;
	height:368px;
}