/** MEDIA LIST CLASS **/
div.media_list {
	float: left;
}
div.media_list a.set_background {
	display: block;
	overflow: hidden;
	text-align: center;
}
div.media_list a.set_background:active { 
	color: transparent;
}
div.media_list p {
	font-size: 13px;
	margin-top: 5px;
	padding: 5px 8px;
}


/** PHOTO CLASS **/
div.photo {
	width: 132px;
}
.photo a.set_background {
	background: transparent url(../images/thumbnail-photo.gif) no-repeat;
	height: 153px;
	overflow: hidden;
	padding-top: 15px;
	width: 132px;
}
.photo img {
	border: 0px;
	height: 135px !important;
	padding: 0px !important;
	width: 97px !important;
}
.photo p {
	background-color: #EBF8FC;
	color: #828181;
}

.photo .model_of_the_week {
	background-image: url(../images/thumbnail-photo-teal.gif) !important;
	padding: 11px 0px 4px 0px!important;
	text-decoration: none;
}



/** VIDEO CLASS **/
div.video {
	width: 177px;
}
.video a.set_background {
	background: transparent url(../images/thumbnail-video.gif) no-repeat;
	height: 114px;
	padding-top: 5px;
	width: 177px;
}
.video img {
	border: 0px;
	height: 107px !important;
	padding: 0px !important;
	width: 143px !important;
}
.video p {
	background-color: #F4F3F3;
	color: #828181;
}


/** MODEL CLASS **/
div.model {
	width: 171px;
}
.model a.set_background {
	background: transparent url(http://site.myhi.com/images/bg-model.jpg) no-repeat;
	height: 209px;
	padding: 10px 0px 0px 7px;
	width: 165px;
}
.model img {
	border: 0px;
	height: 200px;
	width: 150px;
}
.model p {
	background-color: #F4F3F3;
	color: #828181;
}


/** FEATURED BLOG CLASS **/
div.featured_blog {
	background: transparent url(../images/featured-blog-content-bg.gif) no-repeat;
	height: 145px;
	overflow: hidden;
	width: 360px;
}
.featured_blog a.set_background {
	background: transparent url(../images/bg-featured-blog.gif) no-repeat;
	height: 99px;
	margin: 18px 0px 0px 18px;
	padding: 11px 0px 0px 4px;
	width: 106px;
}
.featured_blog img {
	border: 0px;
	height: 85px;
	width: 85px;
}
.featured_blog p {
	background-color: transparent !important;
	bottom: 118px;
	color: #828181;
	left: 135px;
	padding: 0px !important;
	position: relative;
	width: 210px;
}
.featured_blog p > span { display: none !important }


/** ICON OVERLAY **/
img.corner_overlay {
	border: 0px;
        height: 23px !important;
        margin-left: -23px !important;
	padding: 0px !important;
        width: 23px !important;
}
img.corner_overlay_photo {
	border: 0px;
	height: 23px !important;
	width: 23px !important;
	padding: 0px !important;
	position: relative !important;
	bottom: 30px !important;
	left: 77px !important;
}

a.thumbBox {
	width: 105px;
	height: 142px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 5px;
	margin-bottom: 5px;
}
a.thumbBox img {
	border: 0px;
	background: #DDD;
	height: 134px;
	margin: 2px;
	padding: 3px;
	width: 97px;
}
