/* Caption code */

#fd_medium_caption {
	float: left;
	width: 85%;
	margin: 0.2em auto;
}
#fd_medium_caption p {
	text-align: center;
	font-style: italic;
	text-indent: 0;
}

/* Hover Box Code	*/

.hoverbox
{
	cursor: default;
	list-style: none;
	margin: 0 auto;
}

.hoverbox ul,li{
list-style-image:none;
}

.hoverbox ul{
        clear: left;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;

}

.hoverbox li
{

	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: static;

	
}