.mainslides
{      position: relative;
       z-index: 10;
       margin: auto;
	
	height: 200px;
	width: 700px;
}


.buttons
{
	position: relative;
	z-index: 10;
	width: 710px;
	height: 100px;
	margin: auto;
	margin-top: 5px;
	background: url(/img/buttons1.png) repeat;
}

.splitter
{
	width: 20px;
	height: 54px;
	float: left;
}

.button
{
	float: left;
	margin-right: -4px;
	margin-top: 20px;
	cursor: pointer;
}

.button div
{
	width: 150px;
	height: 80px;
}

.button div div
{
	width: 220px;
	height: 110px;
	visibility: hidden;
}

.button:hover div div
{
	visibility: visible;
}

