.csc-textpic, .imgtext-table
{
	cursor: default !important;
	list-style: none !important;
}
.csc-textpic a, .imgtext-table a
{
	cursor: pointer !important;
}
.csc-textpic a .preview, .imgtext-table a .preview, .prevhide
{
	display: none;
}

.csc-textpic a:hover .preview, .imgtext-table a:hover .preview, .prevshow
{
	display: block;
	position: absolute;
	text-align:center;
	border:1px solid black;
	left:40px;
	top:33px;
	z-index: 1000;
	background-color:#fff !important;
}

.csc-textpic img, .imgtext-table img
{
	background: #fff !important;
}
/*
.csc-textpic dt, .imgtext-table td
{
	border-color: #ddd #bbb #aaa #ccc !important;
	border-style: solid !important;
	border-width: 1px !important;
	background: #eee!important;
	color: inherit !important;
	display: inline !important;
	float: left !important;
	padding:5px !important;
	padding-bottom:5px !important;
	position: relative !important;
}
*/
.csc-textpic .preview, .imgtext-table .preview
{
	border-color: #000 !important;
}
/*
DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, .imgtext-table IMG {
	background: #fff !important;
	border-color: #ddd #bbb #aaa #ccc !important;
	border-style: solid !important;
	border-width: 1px !important;
	padding:2px !important;
}
*/

