/* Phtogallery */
div.gallery-div {
	width: 590px;
	height: 90px;
	margin: 8px 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

#gallery-container {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#gallery-container li {
	margin: 7px 25px 7px 0px;
	padding: 2px;
	margin-top: 0px;
	background: #d4d4d4;
	float: left;
}

#gallery-container li a {
	width: 119px; /* ширина плашки */ 
	height: 87px;
	background: no-repeat top;
	display: block;
}

#scroll_gallery_top {
	height: 65px;
	width: 20px;
	margin: 0px auto;
}

#scroll_gallery_bottom {
	height: 65px;
	width: 20px;
	margin: 0px auto;
}
#scroll_gallery_top a {
	display: block;
	width: 20px;
	height: 65px;
	background: url("images/arrog_gal_left.gif") no-repeat top left;
	outline: none;
}
#scroll_gallery_bottom a {
	display: block;
	width: 20px;
	height: 65px;
	background: url("images/arrog_gal_right.gif") no-repeat top right;
	outline: none;
}
#scroll_gallery_top a:hover {
	background: url("images/arrog_gal_left-2.gif") no-repeat top left;
}
#scroll_gallery_bottom a:hover {
	background: url("images/arrog_gal_right-2.gif") no-repeat top right;
}

/*Видео*/
div.video{
  padding: 2px;
  vertical-align: middle;
  text-align: center;
}

div.gallery_video-div {
  width: 590px;
  height: 90px;
  margin: 8px 0px;
  padding: 0px;
  overflow: hidden;
  position: relative;
}

#gallery_video-container {
  margin: 0px;
  padding: 0px;
  list-style:none;
}

#gallery_video-container li {
  margin: 7px 25px 7px 0px;
  padding: 2px;
  margin-top: 0px;
  background: #d4d4d4;
  float: left;
}

#gallery_video-container li a {
  width: 119px; /* ширина плашки */ 
  height: 87px;
  background: no-repeat top;
  display: block;
}

#scroll_video_gallery_top {
  height: 65px;
  width: 20px;
  margin: 0px auto;
}

#scroll_video_gallery_bottom {
  height: 65px;
  width: 20px;
  margin: 0px auto;
}
#scroll_video_gallery_top a {
  display: block;
  width: 20px;
  height: 65px;
  background: url("images/arrog_gal_left.gif") no-repeat top left;
  outline: none;
}
#scroll_video_gallery_bottom a {
  display: block;
  width: 20px;
  height: 65px;
  background: url("images/arrog_gal_right.gif") no-repeat top right;
  outline: none;
}
#scroll_video_gallery_top a:hover {
  background: url("images/arrog_gal_left-2.gif") no-repeat top left;
}
#scroll_video_gallery_bottom a:hover {
  background: url("images/arrog_gal_right-2.gif") no-repeat top right;
}