﻿.slide_box{
	direction:ltr;
	border: 0px solid;
}
.slide_box div.slide_box_content {
	overflow: hidden;
	height: 100%;
	float: left;
	border: 0px solid;
}
.slide_box_content td {
	border: 1px silver solid;
}
.slide_box_content td div {
	text-align: center;
}
.slide_box a.left {
	background-image: url('http://iki.ac.ir/images/re-left.gif');
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 12px;
	height: 100%;
	display: block;
}
.slide_box a.left:hover {
	background-image: url('http://iki.ac.ir/images/re-left-hover.gif');
}
.slide_box a.right {
	background-image: url('http://iki.ac.ir/images/re-right.gif');
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	width: 12px;
	height: 100%;
	display: block;
}
.slide_box a.right:hover {
	background-image: url('http://iki.ac.ir/images/re-right-hover.gif');
}

