/*drop shadows section */




/* TEST SITUATION */

#n {
	background:#f6f6f6;
	margin-top:0px;
}
/*#ne	{
	background:#dadfe9 url("../images/new_shadow_w.png") top right no-repeat;
	}
	*/

#w {
	background:#f6f6f6 url("../images/shadow_w.png") left top repeat-y;
	padding-left:10px;
}
#e {
	background:#f6f6f6 url("../images/shadow_e.png") right top repeat-y;
	padding-right:10px;
}
/** html #nw, * html #ne, * html #se, * html #sw, * html #n, * html #s, * html #w, * html #e {background:none!important;} */

table#workaround {
	margin: 0;
	border: 0;
	border-collapse: collapse;
	width:100%
}
table#workaround td {
	padding:0;
	margin:0;
}
/* Homepage Shideshow */

.images {
	font-family:"Lucida Grande", "trebuchet ms", sans-serif, verdana;
	background:#fff;
	border:1px solid #ccc;
	position:relative;
	height:141px;
	width:791px;
	float:left;
	margin:0px;
	margin-left:-8px;
	margin-top:5px;
	cursor:pointer;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 3px 3px #ccc;
	-moz-box-shadow:0px 3px 3px #ccc;
	-webkit-box-shadow:0px 3px 3px #ccc;

}
/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;
	margin:2px;
}
.backgammonBG {
	width:788px;
	height:138px;
	background: url("../images/backgammon_banner1.png") 0 0 no-repeat;
}
.chessBG {
	width:788px;
	height:138px;
	background: url("../images/chess_banner1.png") 0 0 no-repeat;
}
.mahjongBG {
	width:788px;
	height:138px;
	background: url("../images/mahjong_banner1.png") 0 0 no-repeat;
}
/* header */
.images h2 a {
	font-size:20px;
	font-weight:normal;
	margin-left:10px;
	padding:0px;
	color:#456;
}
.images h2 a:hover {
	color:#DD0000;
}
.images p {
	font-size:11px;
	font-weight:bold;
	width:320px;
	padding:0px;
	margin:0px 5px 5px 10px;
	color:#036;
}
/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:350px;
}
/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}
/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;
}
/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;
}
/* prev and next buttons */

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;
}


