/*
//
// SLOTMACHINE V1.0
// (c) 2006 by tricos media - www.tricos.com
// All rights reserved.
// No unauthorized copying and/or usage permitted!
//
*/

#slotmachine
{
	background-color:#000000;
	width:310px;
	height:90px;
	padding-left:1px;
	/* margin-left:auto;
	margin-right:auto;
	text-align:left; 
	margin-top:100px;
	*/
}

#sm_main
{
	width:310px;
	height:90px;
	overflow:hidden;
	z-index:100;
	position:relative;
}

#slot1
{
	width:100px;
	height:90px;
	background-image:url(slot.php);
	background-repeat:repeat-y;
	z-index:101;
	float:left;
	margin-left:0px;
	margin-right:5px;
	background-position: 0px -75px;
}

#slot2
{
	width:100px;
	height:90px;
	background-image:url(slot.php);
	background-repeat:repeat-y;
	z-index:102;
	float:left;
	display:inline;
	margin-left:0px;
	margin-right:0px;
	background-position: 0px -150px;
}

#slot3
{
	width:100px;
	height:90px;
	background-image:url(slot.php);
	background-repeat:repeat-y;
	z-index:103;
	float:left;
	margin-left:5px;
 	margin-right:0px;
	background-position: 0px 75px;
}

#slot_clear
{
	clear:both;
}

#sm_start_bt
{
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}

#smClickBt
{
	cursor:pointer;
}


