/* CSS Document */

/*CSS for Bubble Tooltips by Alessandro Fulciniti
- http://pro.html.it - http://web-graphics.com */

.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center}

.tooltip span.top{padding: 30px 8px 0;
    background: url(bt.gif) no-repeat top}
	
.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(bt.gif) repeat-y bottom}

/*.tooltip b.bottom{padding:3px 8px 15px;color: #548912;
    background: url(bt.gif) no-repeat bottom}*/
	
	
#testimonialone {
	background-image: url(testimonials/thumb_cigarsToTheStars.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 60px;
	display: block;
}

#testimonialone:hover {
	background-position: bottom left;
}

#testimonialtwo {
	background-image: url(testimonials/thumb_channelMethods.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 60px;
	display: block;
}

#testimonialtwo:hover {
	background-position: bottom left;
}

#testimonialthree {
	background-image: url(testimonials/thumb_radioSpeedial.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 60px;
	display: block;
}

#testimonialthree:hover {
	background-position: bottom left;
}

#testimonialfour {
	background-image: url(testimonials/thumb_bitlink.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 60px;
	display: block;
}

#testimonialfour:hover {
	background-position: bottom left;
}

#testimonialfive {
	background-image: url(testimonials/thumb_cigarRoller.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 60px;
	display: block;
}

#testimonialfive:hover {
	background-position: bottom left;
}

#testimonialsix {
	background-image: url(testimonials/thumb_creativeJobs.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 60px;
	display: block;
}

#testimonialsix:hover {
	background-position: bottom left;
}

#testimonialseven {
	background-image: url(testimonials/thumb_gon.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 60px;
	display: block;
}

#testimonialseven:hover {
	background-position: bottom left;
}

#testimonialeight {
	background-image: url(testimonials/thumb_comfortInn.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 60px;
	display: block;
}

#testimonialeight:hover {
	background-position: bottom left;
}

#testimonialnine {
	background-image: url(testimonials/thumb_homeRescue.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 60px;
	display: block;
}

#testimonialnine:hover {
	background-position: bottom left;
}

#testimonialten {
	background-image: url(testimonials/thumb_eventJobs.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 60px;
	width: 60px;
	display: block;
}

#testimonialten:hover {
	background-position: bottom left;
}