/* Styles for the Creative Portfolio thumbnail rollovers */



/* Image Styles */

.thumb_image {
	width: 100px;
	height: 75px;
    background-color: #252525;
}

.thumb_image a   
{
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 100;
	background: none;
}

.thumb_image a:link   
{
	background: none;
}

.thumb_image a:hover   
{
	background:  url(mediaIcon_image.gif) no-repeat 5px 3px;
	background-repeat: no-repeat;
}

/* Video Styles */

.thumb_video {
	width: 100px;
	height: 75px;
    background-color: #252525;
}

.thumb_video a   
{
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 100;
	background: none;
}

.thumb_video a:link   
{
	background: none;
}

.thumb_video a:hover   
{
	background:  url(mediaIcon_film.gif) no-repeat 5px 3px;
	background-repeat: no-repeat;
}

/* Audio Styles */

.thumb_audio {
	width: 100px;
	height: 75px;
    background-color: #252525;
}

.thumb_audio a   
{
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 100;
	background: none;
}

.thumb_audio a:link   
{
	background: none;
}

.thumb_audio a:hover   
{
	background:  url(mediaIcon_audio.gif) no-repeat 5px 3px;
	background-repeat: no-repeat;
}


/* Image Styles */

.thumb_web {
	width: 100px;
	height: 75px;
    background-color: #252525;
}

.thumb_web a   
{
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	width: 100;
	background: none;
}

.thumb_web a:link   
{
	background: none;
}

.thumb_web a:hover   
{
	background:  url(mediaIcon_web.gif) no-repeat 5px 3px;
	background-repeat: no-repeat;
}
