.container {
    width: 1200px;
    margin: 0 auto 0 auto;
position: relative;}
    #slider1 {
	width: 990px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  /*border: 1px solid rgba(105, 121, 168,1);*/
}
.addOrDeleteButtonContainer { text-align: right; margin-top: 25px;  }
.addOrDeleteButtonContainer  { padding: 5px 20px; color: white; text-decoration: none; display: inline-block; background: #01a2a6; transition-duration: 0.2s; }
.addOrDeleteButtonContainer :hover { background: #008286; }
#slider1 ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider1 ul li {
  position: relative;
/*   display: block; */
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 38px;
  width: 200px;
  height: 100%;
  background: white;
  text-align: center;
}

#slider1 ul li img {
  max-width: 200px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

div.control_prev1, div.control_next1 {
  position: absolute;
  top: 40%;
  z-index: 1;
  display: block;
 
  width: auto;
  height: auto;
  text-decoration: none;
  
  cursor: pointer;
}

div.control_prev1 {

}

div.control_next1 {
  right: 0;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
.newsItem
{
position:relative;
}
.newsItem img
{
/* width:200px; */
height:80%
}
/* -------------------------- */

#news {
	width: 810px;
	overflow: hidden;
	float: left;
}

#news > * {
	margin-left: 10px;
}

#news > h1{
	font-size: 22px;
}

#news .slider{
	position: relative;
	overflow: hidden;
	width: 797px;
	height: 350px;
}

#news .slider .slide {
	position: absolute;
	width: 797px;
	height: 100%;
	overflow: hidden;
	transition-duration: 0.5s;
}
 
.slider .left, .slider .right{
	position: absolute;
	height: 100%;
	width: 67px;
	top: 0;
	cursor: pointer;
}

.slider .left {
	left: 0;
	background: url(images/content/news/slider_left.png) no-repeat center;
}

.slider .right {
	right: 0;
	background: url(images/content/news/slider_right.png) no-repeat center;
}

#news .slider .description{
	width: 100%;
	height: 80px;
	background: rgba(112, 113, 113, 0.5);
	position: absolute;
	bottom: 0;
	color: white;
}

#news .slider .description > * {
	margin-left: 10px;
}

#news .slider .description .sbold{
	line-height: 30px;
}

#news .moar{
	padding: 5px 10px;
	margin-top: 6px;
	margin-right: 3px;
	background: #01a2a6;
	color: white;
	text-decoration: none;
}

/* --------------------------------------- */
