.mainafteralbum{
	clear:both;
	height:170px;
	margin:10px 0px;
	position:relative;
	
	background:#DBDBDB;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



.mainafteralbum .title{
	background:#202938;
	float:right;
	padding:0px 0px 0px 0;
	margin:-8px 0 -3px 0;
	color:#FFF;
	
	font-family: GE_Dinar;
}
.mainafteralbum .title .arrow{
	float:left;
	margin-right:10px;
	
	border-top: 8px solid #FFF;
	border-right:8px solid #202938;
	border-bottom: 8px solid #DBDBDB; 
	
}
.mainafteralbum .title .text{
	margin:0px 10px 0 0;
	display:block;
	float:right;
}





.mainafteralbum .arrowright,
.mainafteralbum .arrowleft{
	width:30px;
	height:30px;
	position:absolute;
	top:80px;
	cursor:pointer;
	
	z-index:5;
	
	
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );

	padding:1px;
	
	box-shadow: 0 0px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	border:#CCC 1px solid;
}
.mainafteralbum .arrowright{
	right:-16px;
}
.mainafteralbum .arrowleft{
	left:-16px;
}
.mainafteralbum .arrowright:hover,
.mainafteralbum .arrowleft:hover{
	box-shadow: 0 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.1);
}


.mainafteralbum .arrowright div,
.mainafteralbum .arrowleft div{
	width:20px;
	height:20px;
	
	border:#000 0px solid;
	margin:5px auto 0 auto;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	
	box-shadow: 0 0px 8px rgba(256,256,256,1);
	-moz-box-shadow: 0 0px 8px rgba(256,256,256,1);
	-webkit-box-shadow: 0 0px 8px rgba(256,256,256,1);
}

.mainafteralbum .arrowleft div{
	background:url(../images/marquee_controls_transparent.png) -2px -1px;
}
.mainafteralbum .arrowright div{
	background:url(../images/marquee_controls_transparent.png) -50px -1px;
}





.mainafteralbum ol{
	clear:both;
	background:#FFF;
	border:#000 0px solid !important;
	margin:0px;
	padding:0px;
	direction:rtl;
	
	list-style:none;
}
.mainafteralbum ol li{
	margin:6px 5px 0 0;
	float:right !important;
	width:153px;
	height:153px;
	overflow:hidden;
	
	background:#FFF;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mainafteralbum ol li img{
	width:100%;
	height:80px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.mainafteralbum ol li a{
	padding:4px 4px;
	display:block;
	
	font-family: GE_Dinar;
	font-size:12px;
	color:#036;
	line-height:20px;
}
.mainafteralbum ol li a:hover{
	color:#00182F;
}