td
{
    width: 150px;
}

.new-photos
{
    background-image: url(pics/topnw.png);
    font-size:12px;
    width:725px;
    height:140px;
    margin:0 auto;
    margin-top:20px;
    direction: rtl;
}

.box {
    padding: 18px 11px;
    float: right;
}

.title {
    font-size: 12px;
    margin-right: 10px;
    font-weight: bold;
    text-align: right;
    padding-top: 5px;
}

div.new-photos img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

div.new-photos a {
    text-decoration: none;
    color: #08c;
}

.more-photos
{
    margin-top: 40px;
    text-align: right;
}

.more-photos a
{
    color: #000000 !important;
    font-weight: bold;
}

#editors
{
    width:700px;
    height: 377px;
    margin-right: 53px;
}

.editor
{
    float:right;
    margin-left: 83px;
}

.section
{
	width: 64%;
	height: 415px;
	margin: 0 auto;
	border: 1px solid #E2E2E2;
	box-shadow: 1px 1px 7px #CCCBCB;
	border-radius: 4px;
	margin-top: 16px;
}

.section .title{
    font-size: 15px;
	margin-right: 25px;
	margin-top: 11px;
}

.section .title span
{
	text-decoration: underline;
}

.section .title a
{
	margin-right:20px;
	text-decoration: none;
	color: #08c;
}

.item-display
{
  width: 18.5%;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  direction: rtl;
}

.item-display img
{
   width: 140px;
   height: 140px;
   border: 1px solid #E2E2E2;
   border-radius: 4px;
}

.item-title{
	font-weight: bold;
}

.item-display a{
	text-decoration: none;
}