﻿
/* Style for the View Banner Control*/
.VaroSliderGame
{
	margin: 0;
	padding: 0;
	width: 755px;
	height: 190px;
	position: relative; 
}

.VaroSliderGame .wrapperGame
{	
	width: 710px;
	overflow: auto;
	height: 190px; 
	position: absolute; 
	left: -2px;
	margin-left: 30px;
	margin-right: 3px;
}

.VaroSliderGame .wrapperGame ul
{
	width: 9999px;
	list-style: none; 
	margin: 0px;
	padding: 0px; /*Added by jb 20091224*/
}

.VaroSliderGame ul li
{
	display: block;
	float: left;
	padding: 0;
	height: 190px;
	width: 763px;
	margin: 0;
}
.VaroSliderGame ul li.group_ProdCat
{
	display: block;
	float: left;
	padding: 0;
	height: 146px;
	width: 106px; 
}
.VaroSliderGame .arrowGame
{
	display: block;
	height: 13px;
	width: 9px; /*background: url('/VP/images/sliderarrows.png' );*/
	background-repeat: no-repeat;
	float: left;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	top: 80px; /*top:-41px;*/
}

.VaroSliderGame .forwardSlide
{
	/*background-position: -47px -1px;*/
	right: 2px; /* -27px;*/
	background: url('/VP/images/next-arrow-pd.gif' );
}

.VaroSliderGame .backSlide
{	
	left: 12px; /*-26px;*/
	background: url('/VP/images/previous-arrow-pd.gif' );
}

.VaroSliderGame .forwardSlide:hover
{
	height: 13px;
	width: 9px;
	background: url('/VP/images/next-arrow-pd.gif' );
}

.VaroSliderGame .backSlide:hover
{	
	height: 13px;
	width: 9px;
	background: url('/VP/images/previous-arrow-pd.gif' );
}

#thumbNavGame
{
	position: relative;
	top: 323px;
	text-align: center;
	display: none;
}

#start-stopGame
{
	background: green;
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 323px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}

#start-stopGame.playing
{
	background-color: red;
}

#start-stopGame:hover
{
	background-image: none;
}

/*
  Prevents
*/

.VaroSliderGame .wrapperGame ul ul
{
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}

.VaroSliderGame .wrapperGame ul ul li
{
	float: left;
	height: 106px;
	width: 170px;
	background: none;
	text-align: center;
	margin-top: 10px;
	margin-right:10px;
}



