.featured,a.featured:link,a.featured:visited,a.featured:hover,a.featured:active {
	color: #990000;
	text-decoration:none;
}

.mainImage {
    position: absolute;
    display: block;
    width: 180px;
    height: 240px;
}

.mainImageDesigner {
    position: absolute;
    display: block;
    width: 247px;
    height: 329px;
}

.altImage {
    position: absolute;
    display: none;
    width: 180px;
    height: 240px;
}

.altImageDesigner {
    position: absolute;
    display: none;
    width: 247px;
    height: 329px;
}

.playVideo {
    position: absolute;
    border: 0;
    bottom: 0px;
    left: 44.5px;
    width: 90px;
    display: block;
    z-index: 0;
}

.playVideoWithQuickLook {
    position: absolute;
    border: 0;
    bottom: 0px;
    left: 89px;
    width: 90px;
    display: block;
    z-index: 0;
}

.playVideoDesigner {
    position: absolute;
    border: 0;
    bottom: 0px;
    left: 78.5px;
    width: 90px;
    display: block;
    z-index: 0;    
}

.playVideoDesignerWithQuickLook {
    position: absolute;
    border: 0;
    bottom: 0px;
    left: 123px;
    width: 90px;
    display: block;
    z-index: 0;
}

.quicklook {
    position: absolute;
    border: 0;
    bottom: 0px;
    left: 45px;
    width: 89px;
    display: none;
    z-index: 0;
}

.quicklookWithVideo {
    position: absolute;
    border: 0;
    bottom: 0px;
    left: 0px;
    width: 89px;
    display: none;
    z-index: 0;
}

.quicklookDesigner {
    position: absolute;
    border: 0;
    bottom: 0px;
    left: 79px;
    width: 89px;
    display: none;
    z-index: 0;
}

.quicklookDesignerWithVideo {
    position: absolute;
    border: 0;
    bottom: 0px;
    left: 34px;
    width: 89px;
    display: none;
    z-index: 0;
}

.mywatermark {
    position: relative;
	padding: 0px;
	margin: 0px;
    height:240px;
    width:180px;
}

.mywatermarkDesigner {
    position: relative;
	padding: 0px;
	margin: 0px;
    height:329px;
    width:247px;
}

.mywatermark span img {
    position: absolute;
    left: 0px;
    top: 0px;
	border: 0px;
    width: 20px;
    height: 20px;
}

.personalize {
   position: absolute;
   left: 155px;
   top: 5px;
   border: 0;
   width: 20px;
   height: 20px;
   z-index: 0;
}
	
.personalizeDesigner {
	position: absolute;
	left: 222px;
	top: 5px;
	border: 0;
    width: 20px;
    height: 20px;
    z-index: 0;
}

