a img {
	text-decoration: none;
	border: 0px;
}
#slider {
	width: 930px; /* important to be same as image width */
	height: 236px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	top: 0px;
}

#sliderContent {
	width: 930px;
	position: absolute;
	top: 0;
	margin-left: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 874px;
	color: #FFF;
	display: none;
	 background:rgb(116,96,140);
	background: transparent\9;
	background:rgba(116,96,140,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc74608C,endColorstr=#cc74608C);
	zoom: 1;
	
	/*
	#19 = .1 	(10%)
	#33 = .2	(20%)
	#4c = .3	(30%)
	#66 = .4	(40%)
	#7f = .5	(50%)
	#99 = .6	(60%)
	#b2 = .7	(70%)
	#cc = .8	(80%)
	#e5 = .9	(90%)
	#ff = 1.0	(100%)
	*/
}
.sliderImage span:nth-child(n) {
	filter: none;
}
.sliderImage span.top {
	position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 874px;
	color: #FFF;
	display: none;
	background:rgb(176,165,189);
	background: transparent\9;
	background:rgba(176,165,189,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99A98BD0,endColorstr=#99A98BD0);
	zoom: 1;
	
	/*
	#19 = .1 	(10%)
	#33 = .2	(20%)
	#4c = .3	(30%)
	#66 = .4	(40%)
	#7f = .5	(50%)
	#99 = .6	(60%)
	#b2 = .7	(70%)
	#cc = .8	(80%)
	#e5 = .9	(90%)
	#ff = 1.0	(100%)
	*/
}
.sliderImage span.top:nth-child(n) {
	filter: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.sliderImage span div {
    font-size: 13px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 200px !important;
	height: 280px;
}
.left a:link {
	text-decoration:none;
	color: #FFF;
	}
.left a:visited {
	text-decoration:none;
	color: #FFF;
	}
.left a:hover {
	text-decoration:none;
	color: #FFF;
	}
.left a:active {
	text-decoration:none;
	color: #FFF;
	}
.right {
	right: 0;
	bottom: 0;
	width: 50px !important;
	height: 290px;
}
