html,body{
	direction:rtl;
	text-align:center;
	overflow:auto;
	font-family:Tahoma,sans-serif;
	font-size:12px !important;
	color:#28166f;
	background:white url('bg.png') top left repeat;
	margin:0;
}
img{
	direction:rtl;
}
a{
	color:#28166f;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#9382D6;
}
.hidden {
	display: none;
}
div#border{
	width:470px; /* 110 + 360 */
	margin:16px auto 8px auto;
	padding:8px;
	border:1px solid white;
	background:white;
/*
	border-top:0;padding-top:0;margin-top:0;
*/
}
div#body{
/*
	background:white url('/spiral-h.png') right top no-repeat;
	padding-top:128px;
*/
	width:470px;
	height:480px;
}
div#body img{
	margin:8px 0;
}
div#sidetitle{
	float:left;
	width:110px;
	height:464px;
	/* background:url('side-bg.png') top right repeat-y; */
	padding-top:16px;
}
div#sidetitle img {
	padding-top:16px;
}
div#sidetitle div {
	line-height:24px;
	font-size:14px;
	margin-top:32px;
}
div#sidetitle span#smaller {
	font-size:12px;
}
div#sidetitle div#separate{
	color:#9382D6;
	font-size:14px;
}
div.image-band{
	float:right;
	height:120px;
	width:360px;
	background:url('body-bg.png') top left repeat-y;
}
div.image-band.dotted{
	background:white url('polkadots.png') right no-repeat;
}
div.image-band.lined{
	background:url('linestrips.png') top left repeat-y;
}
div.image-band div{
	float:left;
	width:120px;
	height:120px;
	background:transparent url('image-shadow.png') no-repeat;
}	
div.image-band a,div.image-band img{
	width:90px;
	height:90px;
	border:0;
	cursor:pointer;
	padding-top:7px;
}
a.control img {
	width:16px;
	height:16px;
	padding:0;
	padding-top:45px;
}
div.image-band a.arrow{
	float:right;
	margin-top:24px;
	margin-right:-46px;
	width:30px;
	height:30px;
	display:block;
	background:transparent;
}
div.image-band a.arrow img{
	width:30px;
	height:30px;
}
