.slideshow.frontend  {
    top: 10px;
	left: 10px;
	bottom:10px;
	right:10px;
    height: 370px;
    width: 600px;
   	height: 370px;
    z-index: 3;
}
.slideshow.backend{
   height: 370px;
    width: 600px;
   	height: 370px;
}
.image {
	float: left;
}
#frame {
	position: absolute;
	top: 20px;
	left: 27px;
	bottom:10px;
	right:10px;
    height: 370px;
    width: 600px;
    z-index:4;
}

#ramka {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom:0px;
	right:9px;
    height: 370;
    width: 600;
    z-index:2;
    border-width:50px 50px 50px 50px;
    border-style: solid;
    border-color: #663300;
}
#wrapper {
	position: relative;
	height: 380px;
	width: 600px;
}
.backend{
  margin-bottom: 20px;
}
#bottom_left_corner,#bottom_right_corner{
  height: 75px;
}
#bottom_left_corner{

    width: 72px;
    background: url(/sfSlideShowPlugin/images/Frame/bottom-left.png)
}
#bottom_right_corner{
    width: 75px;
    background-image: url(/sfSlideShowPlugin/images/Frame/bottom-right.png);
}
#top_right_corner,#top_left_corner{

   height: 68px;
}

#top_right_corner{
  background-image: url(/sfSlideShowPlugin/images/Frame/top_right.png);
  width:75px;
  background-repeat: no-repeat;
}

#top_left_corner{
    background-image:url(/sfSlideShowPlugin/images/Frame/top_left.png);
    background-repeat: no-repeat;
    width: 72px;
}
#left,#right{
  height:210px;
  width: 72px;
}


#left{
  background-image: url(/sfSlideShowPlugin/images/Frame/left.png);
}
#right{
  background-image: url(/sfSlideShowPlugin/images/Frame/right.png);
}
 #top,#bottom{
   width: 415px;

 }

#top{

  background-image: url(/sfSlideShowPlugin/images/Frame/top.png)
}
#bottom{

  background-image: url(/sfSlideShowPlugin/images/Frame/bottom.png)
}
#table1{

}
#sf_slideshow_image_path{
   z-index: 3;
}


