            #RateItBoxPhoto
            {
	            display: none;
	            font-size: 9px;
	            overflow:hidden;
            }

            #aboveStarsPhoto, #belowStarsPhoto
            {
	            padding-left:5px;
	            padding-right:5px;
            }

            #starsLoadingPhoto
            {
	            width:190px; 
	            font-size:9px;
	            overflow:hidden;
            }

/*########################################################### END PHOTO VOTE ############################################################*/

            
            #RateItBoxVideo
            {
	            display: none;
	            font-size: 9px;
	            overflow:hidden;
            }

            #aboveStarsVideo, #belowStarsVideo
            {
	            padding-left:5px;
	            padding-right:5px;
            }

            #starsLoadingVideo
            {
	            width:190px; 
	            font-size:9px;
	            overflow:hidden;
            }
            
/*########################################################### END VIDEO VOTE ############################################################*/            
                        
                        
            #RateItBoxNote
            {
	            display: none;
	            font-size: 9px;
	            overflow:hidden;
            }

            #aboveStarsNote, #belowStarsNote
            {
	            padding-left:5px;
	            padding-right:5px;
            }

            #starsLoadingNote
            {
	            width:190px; 
	            font-size:9px;
	            overflow:hidden;
            }
            
/*########################################################### END NOTE VOTE ############################################################*/                                                
                        
            .star
            {
	            background-image: url(voteImage.gif);
	            background-repeat: no-repeat;
	            background-position:0px -28px;
	            height: 14px;
	            width: 17px;
	            padding-right: 2px;
	            float: left;
	            cursor: pointer;
	            overflow:hidden;
            }
            .starHover
            {
	            background-image: url(voteImage.gif);
	            background-repeat: no-repeat;
	            background-position:0px -14px;
	            height: 14px;
	            width: 17px;
	            padding-right: 2px;
	            float: left;
	            cursor: pointer;
	            overflow:hidden;
            }
            
            .starVoted
            {
	            background-image: url(voteImage.gif);
	            background-repeat: no-repeat;
	            background-position:0px 0px;
	            height: 14px;
	            width: 17px;
	            padding-right: 2px;
	            float: left;
	            cursor: pointer;
	            overflow:hidden;
            }            