﻿
.post_rating
{	
	direction: ltr;
    float: right;
    margin-right: 4px;
}
.rating
{
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	display: inline-block;
	width: 8px;
	height: 16px;
}
.rating.stars
{
        position: relative;
    top: 3px;
	background-image: url('../Images/star_rating.png');

}
.rating.stars.active
{
	cursor: pointer;
}
.star-left_off
{
	background-position: -0px -0px;
}
.star-left_on
{
	background-position: -16px -0px;
}
.star-right_off
{
	background-position: -8px -0px;
}
.star-right_on
{
	background-position: -24px -0px;
}
#shirazsungallery li img{
    cursor:pointer;
}
.moresearchbtn
{
    float:left;
    width:60px !important;
    cursor:pointer;
}
.ui-menu-item

{
     cursor:pointer;
}
loading
{
    position:fixed;
}
 div#spinner
{
    display: none;
width: 224px;
    z-index: 9999;
    height: 85px; 
    position: fixed;
    top: 60%;
    left: 45%;
    /*background:url(../Images/overlayloading.gif) no-repeat center #fff;*/
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    border:1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
   
        background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    
}
.prshow_imgthum {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

    .prshow_imgthum li {
        float: left;
        margin-left: 11px;
    }

        .prshow_imgthum li a {
            cursor: pointer;
            height: 105px;
            position: relative;
            text-align: center;
            border: 1px solid #e5e5e5;
            background: #fafbfc !important;
            max-height: 72px;
            padding: 4px 0 0;
            width: 75px;
            display: block;
        }

            .prshow_imgthum li a img {
                max-width: 64px;
                max-height: 64px;
            }