/* Slider */
#slider { position: relative; z-index: 1; height: 200px; width: 761px; margin-top:0px; overflow: hidden; }
#slider .top-left { position: absolute; top: 0; left: 0; z-index: 3; width: 6px; height: 6px; }
#slider .top-right { position: absolute; top: 0; right: 0; z-index: 3; width: 6px; height: 6px; }
#slider .bottom-left {
	position: absolute;
	bottom: -13px;
	left: 0;
	z-index: 3;
	width: 6px;
	height: 6px;
}
#slider .bottom-right { position: absolute; bottom: -13px; right: 0; z-index: 3; width: 6px; height: 6px; }
#slider ul.slider-one-navi { position: absolute; top: 20px; right: 25px; z-index: 3; height: 16px; list-style-type: none; clear: both; }
#slider ul.slider-one-navi li { display: inline; }
#slider ul.slider-one-navi li a { display: block; float: left; height: 16px; width: 16px; margin-left: 4px; cursor: pointer; }

.slider-one { height: 200px; width: 761px; background: url(../img/slider/slider-one-dropshadow.png) no-repeat bottom center; overflow: hidden; }
.slider-one .slider-one-items { width: 20000em; position: absolute; }
.slider-one .slider-one-items .slider-one-item { position: relative; float: left; height: 265px; width: 761px; overflow: hidden; }
.slider-one .slider-one-items .slider-one-item .slider-one-content {
	position: absolute;
	bottom: 62px;
	left: -3px;
	z-index: 2;
	width: 761px;
	height: 67px;
	background: url(../img/slider/slider-one-content-bg.png) no-repeat bottom left;
	color: #ffffff;
}
.slider-one .slider-one-items .slider-one-item .slider-one-content h1 {
	position: absolute;
	top: 5px;
	left: 13px;
	font-size: 15px;
	font-family: Arial;
	color: #ffffff;
}
.slider-one .slider-one-items .slider-one-item .slider-one-content p {
	position: absolute;
	top: 24px;
	left: 13px;
	width: 562px;
	font-family: Arial;
	font-size: 12px;
	height: 43px;
} 
.slider-one .slider-one-items .slider-one-item .slider-one-content a {
	position: absolute;
	top: 20px;
	right: 4px;
	width: 135px;
	height: 30px;
	line-height: 30px;
	padding-left: 39px;
	color: #121b21;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
}



/* Slider */
#slider { background-color:#CCC; }
#slider .top-left { background: url(../img/blue/slider-one-corners/top-left.gif) no-repeat; }
#slider .top-right { background: url(../img/blue/slider-one-corners/top-right.gif) no-repeat; }
#slider .bottom-left { background: url(../img/blue/slider-one-corners/bottom-left.gif) no-repeat; }
#slider .bottom-right { background: url(../img/blue/slider-one-corners/bottom-right.gif) no-repeat; }
#slider ul.slider-one-navi li a { background: url(../img/blue/slider-one-navi/nonactive.png) no-repeat; }
#slider ul.slider-one-navi li a:hover, #slider ul.slider-one-navi li a.active {  background: url(../img/blue/slider-one-navi/active.png) no-repeat; }

.slider-one .slider-one-items .slider-one-item .slider-one-content a {
	padding-right:0px;
	background: url(../img/blue/forms/button-plus.png) no-repeat;
}
.slider-one .slider-one-items .slider-one-item .slider-one-content a:hover { background: url(../img/blue/forms/button-plus-hover.png) no-repeat; }
