@charset "utf-8";
/* CSS Document */

#slider {
    width: 823px; /* important to be same as image width */
    height: 244px; /* important to be same as image height */
	position:relative;
	overflow: hidden; /* important */
}
#sliderContent {
	margin:0px;
	padding:0px;
    width: 740px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
}
.sliderImage {
    float: left;
	display: none;
}
.sliderImage .normal {
	font-weight:normal;
	font-size:10px;
}
.sliderImage .bold {
	font-weight:bold;
	font-size:11px;
}
.clear {
	clear: both;
}
.left {
	top: 0;
    left: 0;
	width: 150px !important;
	height: 312px;
}
.right {
	right: 0;
	bottom: 0;
	width: 150px !important;
	height: 314px;
}
#slider ul { list-style-type: none;}
#slider hr {
	border-top:none;
	border-bottom:1px solid red;
}