	#slideshow {
		position: relative;
		/* border: thin solid gold; */
		width:285px; height:134px; /* try also: 285x148 , 255x123 , 255x134 */
	}
	.active {
	    z-index:98;
	}
	#slideshow a {
	    position:absolute;
	}
	#slideshow a img {
	    padding:20px; 
	}
	#slideshow span {
		opacity: .25;
		position: absolute;
		top: 45%;
		z-index:99;
		text-align: center;
		/* background: white; */
		color: black;
		font-size:130%; font-weight:bold;
		padding:2px;
	}
	#slideshow span:hover {
		opacity: .99;
		cursor: pointer;
	}
	#right {
		right: 15px;
	}
	#left {
		left: 15px;
	}


.exltable {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #e5e5e5;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.exltable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.exltable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.exltable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.exltable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.exltable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.exltable tr:hover td{
	background-color:#ffffff;
		

}
.exltable td{
	vertical-align:middle;
		background:-o-linear-gradient(bottom, #e5e5e5 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #e5e5e5 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#ffffff");	background: -o-linear-gradient(top,#e5e5e5,ffffff);

	background-color:#e5e5e5;

	border:1px solid #e5e5e5;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:5px;
	color:#000000;
}.exltable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.exltable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.exltable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.exltable tr:first-child td{
		background:-o-linear-gradient(bottom, #999999 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #999999 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#999999,b2b2b2);

	background-color:#999999;
	border:0px solid #e5e5e5;
	text-align:center;
	border-width:0px 0px 1px 1px;
	color:#000000;
}
.exltable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #999999 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #999999 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#999999,b2b2b2);

	background-color:#999999;
}
.exltable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.exltable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
