/*--------------------------------------------------------------
        START TAGS
--------------------------------------------------------------*/

.imgThumb .tag {
	background: transparent url(../images/imgTags.png) no-repeat -999px -999px;
	display: block;
	height: 25px;
	overflow: hidden;
	text-indent: -999px;
	width: 50px;
}

	.imgThumb .tag.tagNew  { background-position: 0 0; }
	.imgThumb .tag.tagPhoto { background-position: -50px 0; }
	.imgThumb .tag.tagVideo { background-position: -100px 0; }
	
	.imgThumb .tag.tagNew2  { background-position: -200px 0; }
	.imgThumb .tag.tagPhoto2 { background-position: -250px 0; }
	.imgThumb .tag.tagVideo2 { background-position: -300px 0; }
	
a.tag.tagNew { padding-right: 27px; background: url(../images/linkTags.png) no-repeat right 1px; }
a.tag.tagPhoto { padding-right: 31px; background: url(../images/linkTags.png) no-repeat right -298px; }
a.tag.tagVideo { padding-right: 34px; background: url(../images/linkTags.png) no-repeat right -599px; }

/*--------------------------------------------------------------
        FINISH TAGS 
--------------------------------------------------------------*/