@charset "utf-8";
/* CSS Document */
.SlidingPanels {
	float: left;
	position: relative;
	width: 728px;        /* 575 */
	padding: 0px;
	border: none;
}

.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 728px;  /* 575 */ 
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	padding-right:10px;
	border: none;
}


.SlidingPanelsAnimating * {
	overflow: hidden !important;
}





/* Fondo de los tabs */ 
.slidingTabPanelWrapper {
	height:46px;
	margin:20px 0 10px 0;
	display: none;
	background-image: url(../img/tab/fondo_tab.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33FF00;
}
.slidingTabPanel {
	list-style:none;
	width:728px;
	height:46px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:100px;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 3px;
}
.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:100px;
	height:46px;
	cursor:default;
	
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:100px;
	height:46px;
	background-position:-200px;
	cursor:pointer;
	
}
.tab:hover {
	background-position:-100px;
}

#asteroids {
	background-image: url(../img/tab/asteroids.png);
}
#pacman {
	background-image: url(../img/tab/pacman.png);
}
#invaders {
	background-image: url(../img/tab/invaders.png);
}
#frogger {
	background-image: url(../img/tab/frogger.png);
}
#simon {
	background-image: url(../img/tab/simon.png);
}
#tictactoe {
	background-image: url(../img/tab/tictactoe.png);
}


