@charset "UTF-8";
/* CSS Document */


/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable {

    /* required settings */
    position:relative;
    overflow:hidden;
    width: 480px;
    height:229px;
	float:left;
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable .items {
    /* this cannot be too large */
    width:3000px;
    position:absolute;
    clear:both;
}

.items div {
    float:left;
    width:480px;
}



/* active item */
.scrollable .active {
    border:2px solid #000;
    position:relative;
    cursor:default;
}




/* prev, next, prevPage and nextPage buttons */
a.browse {
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
	background-image: url(hori_large.png);
	background-repeat: no-repeat;
}

/* right */
a.right {
	background-position: 0 -30px;
	clear:right;
	margin-right: 0px;
	margin-top: 70px;
}
a.right:hover { background-position:-30px -30px; }
a.right:active { background-position:-60px -30px; }


/* left */
a.left {
	margin-left: 0px;
	margin-top: 70px;
}
a.left:hover  { background-position:-30px 0; }
a.left:active { background-position:-60px 0; }

/* disabled navigational button */
a.disabled {
    visibility:hidden !important;
}





#game_i_6a {
	height:220px;
	width:160px;
	left: 0px;
	top: 8px;
	position: relative;
}
.frg_126_i {
	border: 9px solid #FFF;
	-moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
	filter:progid:DXImageTransform.Microsoft.DropShadow(color=#898989, offx=4, offy=4);
	-ms-filter:progid:DXImageTransform.Microsoft.DropShadow(color=#898989, offx=4, offy=4);
	behavior: url(../PIE.htc); /* IE6-9 */
	background-color: #ECECEC;
	margin-bottom: 6px;
	margin-left: 8px;
	margin-right: 8px;
		-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.frg_126_i:hover {
	border: 9px solid #c086d7; }
	
	.fl {
	float: left;
}
.gameinfo_i {
	text-decoration: none;
	font-size: 11px;
	color: #669;
	width: 144px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d6f0;
	text-align: center;
	display: block;
	margin-left: 8px;
}
.gameinfo_io {
	text-decoration: none;
	font-size: 12px;
	color: #669;
	width: 144px;
	padding-top: 2px;
	padding-bottom: 3px;
	text-align: center;
	display: block;
	margin-left: 8px;
	font-weight: bold;
}

#slidwrapper {
	height:269px;
	width:580px;
	left: 52px;
	top: 259px;
	position: absolute;
}
