

/* Start Slider*/

#content-slider {
	width: 870px;
	height: 300px;
	background: #fff; 
	margin:auto;
	margin-top: 30px;
	background-color: #EBEBEB;
	text-align:center;
	}

#controller { }
#controller ul {text-decoration:none;list-style:none;}
#controller span {
	cursor: pointer;
	}

#button {
	margin:auto;
	margin-top:50px;
	width: 870px;
	height: 20px;
	}

#button_back {
	float:left;
	}

#button_next
	{
	float:right;
	}

#button_back a img{
	text-decoration:none; 
	border-style:none;
	}

#button_next a img{
	text-decoration:none; 
	border-style:none;
	}

.jFlowPrev, .jFlowNext {
	cursor: pointer;
	}

#slides div {
	margin:auto;
	overflow: hidden;
	width:700px;
	height:300;
	}

/* Ende Slider*/

	
/*Start jQuery lightBox plugin - Gallery style */

.gallery {
	margin:auto;
	width:700px;
	height:300px;
	}
	
.gallery ul { list-style: none;margin:auto; margin-top:30px;padding:0;}
.gallery ul li { display: inline;}
.gallery li a img  {
	border: 3px solid  #EBEBEB; 
	border-width: 5px;}
	
.gallery li a:hover img {
	border: 3px solid  #999;
	border-width: 5px;}
	
	
/* Ende jQuery lightBox plugin - Gallery style */