/* "Premium"-layer for thumbs
-----------------------------------------------------------------------------*/
DIV#tlayer { 	position:			absolute;
				width: 				160px;
    			height:				120px;
    			background-image: 	none;
    			filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pb01.png');
    			display:			inline-block;  				}

DIV#tlayer { 	position:			absolute;
				width: 				160px;
    			height:				120px;
    			background-image: 	url(images/pb01.png);
    			display:			inline-block;  				}

DIV#prlayer { 	position:			absolute;
				width: 				160px;
    			height:				120px;
    			background-image: 	none;
    			filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/private.png');
    			display:			inline-block;  				}

DIV#prlayer { 	position:			absolute;
				width: 				160px;
    			height:				120px;
    			background-image: 	url(images/private.png);
    			display:			inline-block;  				}


/* show rating */
.rater-message            { margin: 0 0 0 5px; color: #999; font-size: 14px; font-weight: bold; }
.star                    { background-repeat: no-repeat; height: 20px; width: 25px; float: left; cursor: pointer; }
.star_full                { background: transparent url("images/bgrate.png") no-repeat scroll -243px -5px; }
.star_empty                { background: transparent url("images/bgrate.png") no-repeat scroll -215px -5px; }
.star_half                { background: transparent url("images/bgrate.png") no-repeat scroll -272px -5px; }
.star_full_small        { float: left; margin-right: 2px; background: transparent url("images/bgrate.png") no-repeat scroll -228px -29px;
                        width: 10px; height: 12px; }
.star_empty_small        { float: left; margin-right: 2px; background: transparent url("images/bgrate.png") no-repeat scroll -212px -29px;
                        width: 10px; height: 12px; }
.star_half_small        { float: left; background: transparent url("images/bgrate.png") no-repeat scroll -246px -29px; width: 10px; height: 12px; }

.rating {
    position: relative;
    margin: 0px;
    width: 172px;
    overflow: hidden;
    font-size: 11px;
    clear: both;
    float: right;
    width: 70px;
    background: transparent url(images/small.gif) no-repeat 0 0;
}

.rating var {
    display: block;
    height: 14px;
    background: transparent url(images/small.gif) no-repeat 0 -14px;
    text-indent: -900em;
    overflow: hidden;
}