
.row-slider{ margin:0px 0 0px 0; display: block; width: 767px; height: 253px; position: relative; padding: 3px; border: 2px #0f0f0f solid; background: #fff;}
/*
.slider-top-left{ background: url('images/slider_bg_l.png') no-repeat 0% 0; position: absolute; top: 0; left: 0; z-index: 2; display: block; width: 15px; height: 253px;}
.slider-top-right{ background: url('images/slider_bg_r.png') no-repeat 0% 0; position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 14px; height: 253px;}
.slider-bottom-left{ background: url('images/slider_bg_t.png') repeat-x 0% 0; position: absolute; top: 0; left: 0; z-index: 1; display: block; width: 767px; height: 2px;}
.slider-bottom-right{ background: url('images/slider_bg_b.png') repeat-x 0% 0; position: absolute; bottom: 0px; left: 0; z-index: 1; display: block; width: 767px; height: 2px;}
*/
#slideshow{overflow: hidden;  display: block; position: relative;}

/* container for slides */
#slideshow .images {
	position:absolute;
	
	top: 0; left: 0;
	float:left;
	display: block;
}
/* single slide */
.images div {
	position: relative;
	display:block;
	float: left;
	margin:0px;
	padding:0 0 0 0;
	height:249px;
	width: 767px;
	font-size:12px;
}
.tabs{position: absolute; display: block; width: auto; height: 22px; background: #00a2ff; padding: 5px 0 0 15px; bottom: 10px; right: 0;}
#tabs-navi{display: block; width: auto; height: 27px; float: left; margin: 0 40px 0 0;} 
#tabs-navi a{display: block; width: 16px; height: 16px; background: #fff; float: left; margin-right: 10px;}
#tabs-navi a.current{background: #1a3650}
.slider-indent-button{display: block; width: 60px; float: right}
.slider-indent-button a{cursor: pointer; font: 12px Arial; color: #fff;}

.wrappet-slider-text{background: url('images/slide_text_bg.png') repeat 0 0; display: block; width: 200px; height: 100%; position: absolute; top: 0; right: 0; padding: 30px 15px 0 20px;}
.wrappet-slider-text h3{font: 36px Georgia; color:#00253b; margin-bottom: 20px;}
.wrappet-slider-text .slider-main-text{color:#46260d; font: 12px Arial;}
.wrappet-slider-text .slider-text2{font: 20px Arial; color:#00a2ff; margin-right: 15px; float: left;}
.wrappet-slider-text .button-slider-text{display: inline-block; width: 90px; height: 26px; line-height: 26px; font: 12px Arial; color: #0f0f0f; background: url('images/slide_more.png') no-repeat 0 0; text-align: center; padding: 4px 0 0 0; text-decoration: none; cursor: pointer;}

.link-next{display: block; width: 32px; height: 46px; background: url('images/slide_next.png') no-repeat 0 0; position: absolute; top: 35%; right: -33px; z-index: 10;cursor: pointer}
.link-prev{display: block; width: 32px; height: 46px; background: url('images/slide_prev.png') no-repeat 0 0; position: absolute; top: 35%; left: -33px; z-index: 10;cursor: pointer}

.link-top{display: block; width: 46px; height: 32px;  background: url('images/slide_top.png') no-repeat 0 0; position: absolute; top: -33px; left: 50%; z-index: 10; cursor: pointer}
.link-bottom{display: block; width: 46px; height: 32px;  background: url('images/slide_bottom.png') no-repeat 0 0; position: absolute; bottom: -33px; left: 50%; z-index: 10;cursor: pointer}