	
	/**
		The Following if for normal star
	*/
	
	/*
	--------------------------------------------------------------------------------------
	*/
	
	.star-ratingblack,
	.star-ratingblack a:hover,
	.star-ratingblack a:active,
	.star-ratingblack a:focus,
	.star-ratingblack .current-ratingblack { background : url(images/smallstarblack.gif) left -1000px repeat-x; }
	
	.star-ratingblack {
		position:relative;
		width:160px;
		height:16px;
		overflow:hidden;
		list-style:none;
		margin:0;
		padding:0;
		background-position: left top;
	}
	
	.star-ratingblack li { display: inline; }
	
	.star-ratingblack a,
	.star-ratingblack .current-ratingblack {
		position : absolute;
		top : 0;
		left: 0;
		text-indent : -1000em;
		height : 16px;
		line-height : 16px;
		outline : none;
		overflow : hidden;
		border : none;
	}
	
	.star-ratingblack a:hover,
	.star-ratingblack a:active,
	.star-ratingblack a:focus { background-position : left bottom; }
	
	.star-ratingblack a.stars-1	{ width: 10%; z-index: 11; }
	.star-ratingblack a.stars-2 	{ width: 20%; z-index: 10; }
	.star-ratingblack a.stars-3 	{ width: 30%; z-index: 9; }
	.star-ratingblack a.stars-4 	{ width: 40%; z-index: 8; }
	.star-ratingblack a.stars-5 	{ width: 50%; z-index: 7; }
	.star-ratingblack a.stars-6 	{ width: 60%; z-index: 6; }
	.star-ratingblack a.stars-7 	{ width: 70%; z-index: 5; }
	.star-ratingblack a.stars-8 	{ width: 80%; z-index: 4; }
	.star-ratingblack a.stars-9 	{ width: 90%; z-index: 3; }
	.star-ratingblack a.stars-10 { width: 100%; z-index: 2; }
	
	.star-ratingblack .current-ratingblack { z-index:1; background-position: left center; }
	
	/*
	--------------------------------------------------------------------------------------
	*/
	
		
	.star-rating,
	.star-rating a:hover,
	.star-rating a:active,
	.star-rating a:focus,
	.star-rating .current-rating { background : url(http://images.nubiles.net/images/mobile/smallstar.gif) left -1000px repeat-x; }
	
	.star-rating {
		position:relative;
		width:140px;
		height:14px;
		overflow:hidden;
		list-style:none;
		margin:0;
		padding:0;
		background-position: left top;
	}
	
	
	
	
	.star-rating li { display: inline; }
	
	.star-rating a,
	.star-rating .current-rating {
		position : absolute;
		top : 0;
		left: 0;
		text-indent : -1000em;
		height : 14px;
		line-height : 14px;
		outline : none;
		overflow : hidden;
		border : none;
	}
	
	.star-rating a:hover,
	.star-rating a:active,
	.star-rating a:focus { background-position : left bottom; }
	
	.star-rating a.stars-1	{ width: 10%; z-index: 11; }
	.star-rating a.stars-2 	{ width: 20%; z-index: 10; }
	.star-rating a.stars-3 	{ width: 30%; z-index: 9; }
	.star-rating a.stars-4 	{ width: 40%; z-index: 8; }
	.star-rating a.stars-5 	{ width: 50%; z-index: 7; }
	.star-rating a.stars-6 	{ width: 60%; z-index: 6; }
	.star-rating a.stars-7 	{ width: 70%; z-index: 5; }
	.star-rating a.stars-8 	{ width: 80%; z-index: 4; }
	.star-rating a.stars-9 	{ width: 90%; z-index: 3; }
	.star-rating a.stars-10 { width: 100%; z-index: 2; }
	
	.star-rating .current-rating { z-index:1; background-position: left center; }
	
	/* 
		For future an inline rater 
	*/
	.inline-rating{
		display:-moz-inline-block;
		display:-moz-inline-box;
		display:inline-block;
		vertical-align: middle;
	}
	
	/* 
		Let's make medium star for thumb index
	*/
	.medium-star{
		width:250px;
		height:25px;
	}
	.medium-star,
	.medium-star a:hover,
	.medium-star a:active,
	.medium-star a:focus,
	.medium-star .current-rating{
		background-image: url(http://images.nubilefilms.com/nfsite/medium_star.gif);
		line-height: 25px;
		height: 25px;
	}
	
	.medium-starblack{
		width:250px;
		height:25px;
	}
	.medium-starblack,
	.medium-starblack a:hover,
	.medium-starblack a:active,
	.medium-starblack a:focus,
	.medium-starblack .current-rating{
		background-image: url(images/starblack.gif);
		line-height: 25px;
		height: 25px;
	}
	
	
	/** 
		Let's make bigger star 
	*/
	.big-rating,
	.big-rating a:hover,
	.big-rating a:active,
	.big-rating a:focus,
	.big-rating .current-rating { background : url(http://images.nubiles.net/images/mobile/bigstar.gif) left -1000px repeat-x; }
	
	.big-rating {
		position:relative;
		width:300px;
		height:30px;
		overflow:hidden;
		list-style:none;
		margin:0 auto;
		padding:0;
		background-position: left top;
	}
	
	.big-rating li { display: inline; }
	
	.big-rating a,
	.big-rating .current-rating {
		position : absolute;
		top : 0;
		left: 0;
		text-indent : -1000em;
		height : 30px;
		line-height : 30px;
		outline : none;
		overflow : hidden;
		border : none;
	}
	
	.big-rating a:hover,
	.big-rating a:active,
	.big-rating a:focus { background-position : left bottom; }
	
	.big-rating a.bigs-1	{ width: 10%; z-index: 11; }
	.big-rating a.bigs-2 	{ width: 20%; z-index: 10; }
	.big-rating a.bigs-3 	{ width: 30%; z-index: 9; }
	.big-rating a.bigs-4 	{ width: 40%; z-index: 8; }
	.big-rating a.bigs-5 	{ width: 50%; z-index: 7; }
	.big-rating a.bigs-6 	{ width: 60%; z-index: 6; }
	.big-rating a.bigs-7 	{ width: 70%; z-index: 5; }
	.big-rating a.bigs-8 	{ width: 80%; z-index: 4; }
	.big-rating a.bigs-9 	{ width: 90%; z-index: 3; }
	.big-rating a.bigs-10 	{ width: 100%; z-index: 2; }
	
	.big-rating .current-rating { z-index:1; background-position: left center; }
	
	
	/* new blue star for tube view*/
	.star-ratingblue,
	.star-ratingblue a:hover,
	.star-ratingblue a:active,
	.star-ratingblue a:focus,
	.star-ratingblue .current-ratingblue { background : url(http://images.nubiles.net/images/smallbluestar.gif) left -1000px repeat-x; }
	
	.star-ratingblue {
		position:relative;
		width:80px;
		height:16px;
		overflow:hidden;
		list-style:none;
		margin:0;
		padding:0;
		background-position: left top;
		z-index:0;
	}
	
	.star-ratingblue li { display: inline; }
	
	.star-ratingblue a,
	.star-ratingblue .current-ratingblue {
		position : absolute;
		top : 0;
		left: 0;
		text-indent : -1000em;
		height : 16px;
		line-height : 16px;
		outline : none;
		overflow : hidden;
		border : none;
	}

	
	.star-ratingblue .current-ratingblue { z-index:1; background-position: left center; }
