.article_edit{
  width: 100%;
  position: relative;
}

.article_edit input[type=text], .article_edit input[type=file], .article_edit textarea{
  background-color: #ffff99;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  border: 0px;
  width: 100%;
}

.article_edit iframe{
  background-color: transparent;
}

#article_operations{
  padding-bottom: 10px;
}

#gallery{
  padding-left: 0px;
}

.gallery{
  /*width: 532px;*/
}

.gallery h2{
  text-transform: uppercase;
  font-size: 16px;
  color: #912038;
  text-align: left;
  font-weight: normal;
}

.gallery h2:first-letter{
  font-size: 20px;
}

#gallery .image{
	float: left;
	text-align: center;
	margin: 0px 0px 10px 10px;
	border: 1px solid #dddddd;
	width: 130px;
	height: 100px;
  position: relative;
}

#gallery .image a{
	position: absolute;
	background-color: #ffffff;
}

#gallery .image .img{
  border: none;
  background-position: center;
  background-repeat: no-repeat;
}

#gallery .image a img{
  border: none;
}

#gallery .image input{
  position: absolute;
  margin-left: 110px;
}

#gallery h2{
  padding-top: 15px;
  color: #d2261c;
  font-size: 24px;
  text-align: left;
}

#gallery>object{
  float: left;
}

.slideshow{
  margin-top: 10px;
  width: 472px;
  height: 130px;
  /*overflow: hidden;*/
  /*background-image: url(../images/slideshow_bg.png);*/
  text-align: left;
  position: relative;
  padding: 0px 36px;
}

.slideshow a.next, .slideshow a.prev{
  position: absolute;
  display: block;
  top: 4px;
  width: 36px;
  height: 109px; 
  background-repeat: no-repeat;  
}

.slideshow a.prev{
  background-image: url(../images/slideshow_prev.png);
  background-position: left center;
  left: 0px;
}

.slideshow a.next{
  background-image: url(../images/slideshow_next.png);
  background-position: right center;
  right: 0px;
}

.slideshow .slider{
  width: 458px;
  height: 110px;
  margin-left: 6px;
  padding-top: 5px;
  overflow: hidden;  
}

.slideshow ul{
  padding: 0px;
  margin: 0px;
  position: relative;
  left: 0px;
}

.slideshow ul li{
  padding: 0px 10px 0px 0px;
  margin: 0px;
  float: left;
  list-style: none !important;
}

.slideshow ul li a.image_mask_1{
  /*background-image: u*/
}

.slideshow ul li a img{
  border: 2px solid #e0e0dd;  
  padding: 0px;
}

.slideshow ul li a:hover img{
  border: 2px #912038 solid;
}

.slideshow ul li dl{
  padding: 0px;
  margin: 0px;
}

.slideshow ul li dl dt{
  display: none;
}

.slideshow ul li dl dd{  
  font-size: 12px;
  font-weight: bolder;
  color: #484848;
  padding: 0px 15px 0px 5px;
  margin: 0px;
  height: 45px;
  overflow: hidden;
  text-align: center;
  width: 167px;
}

.slideshow ul li iframe{
  margin-left: 50px;
}

@media screen and (min-width: 752px) and (max-width: 959px)
{
  #content .left{
    max-width: 50%;
  }
}

@media screen and (max-width: 602px) {
  .slideshow{
    width: auto;
    height: auto;
    padding: 0px;
  }
  
  .slideshow .slider{
    width: auto;
    height: auto;
  }
  
  .slideshow a.next, .slideshow a.prev{
    display: none;
  }
  
  .slideshow .slider ul{
    width: auto !important;
  }
  
  .slideshow ul{
    text-align: center;
  }
  
  .slideshow ul li{
    float: none;
    display: -moz-inline-stack; /*Firefox 2 hack*/
    display: inline-block; 
    /* magic IE7 hack making element inline-block*/
    zoom: 1; 
    *display: inline;
  }
}