﻿.GalleryWrap
{
    
  margin:0 auto;
  width:570px;
  margin-top:50px;
  margin-bottom:50px;
    
}

.Gallery
{
	width:500px;
	position: relative;
    visibility: hidden;
    left: -5000px;
    margin:0 auto;
}
.Gallery img
{
	width:150px;
	height:150px;

}
.Gallery li
{
	margin : 0 10px 0 10px;
		width:150px;
	height:150px;
	border-color:#e1e1e1;
	border-style:solid;
	border-width:1px;
}
.Gallery_NextButton
{
	
	
    background-image:url(images/arr001.png);
	background-repeat:no-repeat;
	width:25px;
	height:24px;
	margin-top:65px;
	cursor:pointer;
}
.Gallery_PrevButton
{

	background-image:url(images/arr002.png);
	background-repeat:no-repeat;
	width:25px;
	height:24px;
	margin-top:65px;
	cursor:pointer;
}

.GalleryWrap
{
    
     margin-left:50px;
     width:auto;
     height:auto;
    }