#slide_holder_inner
{
	top: 8px;
	left: 27px;
	margin-left: 15px;
	width: 888px;
	height: 284px;
	position: relative;
	overflow: hidden;
}
.row_of_slides
{
	position: absolute;
	display: block;
	z-index: 1;
	float: left;
}

.row_of_slides img
	{
		display: block;
		position: relative; 
		float: left;
		margin-right: 0px;
	}			
	
/* Not Necessary for tut*/
.test
{
	border-style: none;
	border-collapse:collapse;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://mtsoft.org/images/button-left.png", sizingMethod="crop");
	position: absolute;
	display: block;
	height: 31px;
	left: 40px;
	top: 90px;
	width: 7px;
	float: left;
	z-index: 3;
}
.next
{
	position: absolute;
	display: block;
	height: 29px;
	left: 848px;
	top: 90px;
	width: 21px;
	float: left;
	z-index: 3;
	cursor: pointer;
}

.next .arrow_right
{
	/* This is an IE filter command. Other browsers will ignore it */
	/* It goes into the trans_div class */

    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://mtsoft.org/images/button-right.png');
	
	display: block;
	height: 29px;
	width: 7px;
	left: 0px;
	float: right;
}

.next .arrow_right[class]
{
	background: url(http://mtsoft.org/images/button-right.png) no-repeat;
}

a.prev1
{
	background: url(http://mtsoft.org/images/button-left.png) no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://mtsoft.org/images/button-left.png", sizingMethod="crop");
	position: absolute;
	display: block;
	height: 29px;
	left: 0px;
	top: 90px;
	width: 21px;
	float: left;
	z-index: 3;
}

a.next:hover
{
}

a.prev:hover
{
}

.prev
{
	position: absolute;
	display: block;
	height: 29px;
	left: 0px;
	top: 90px;
	width: 21px;
	float: left;
	z-index: 3;
	cursor: pointer;
}

.prev .arrow_left
{
	/* This is an IE filter command. Other browsers will ignore it */
	/* It goes into the trans_div class */

    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://mtsoft.org/images/button-left.png');
	
	display: block;
	height: 29px;
	width: 7px;
	left: 0px;
	float: left;
}

.prev .arrow_left[class] {
    background: url(http://mtsoft.org/images/button-left.png) no-repeat;
}
.slide
{
	position: relative;
	display: block;
	float: left;
}

.slide .multi
{
	border: none;
	color: rgb(51, 51, 51);
	height: 284px;
	width: 296px;
	position: relative;
	display: block;
}

.slide .selector
{
	float: left;
	width: 226px;
	height:252px;
	margin-left: 31px;
	margin-top: 31px;
	position: absolute;
	z-index: 2;
	background: url(undefined);
	cursor: pointer;
}

.number-one
{
	border: none;
	bottom: 43px;
	color: rgb(147, 146, 146);
	font: normal normal normal 130px/normal 'Century Gothic';
	left: 5px;
	position: absolute;
	z-index: 1;
}


#slide_holder_inner2
{
	height: 284px;
	left: 7px;
	overflow: hidden hidden;
	position: absolute;
	top: 8px;
	width: 870px;
}