#horiz_container1
{
	width:40px;
	margin:0px;
	padding:0px;
	height:250px;
}

#horiz_container1 ul
{
	margin:0px; padding:0px;
	float:left;
}

#horiz_container1 li
{
	list-style:none;
	display: inline-table;
	margin:0px;
}

#horiz_container1 li img
{
	padding:0px;
	margin:0px;
}

.container
{
margin: 0 auto;
 overflow: hidden; 
 width: 620px;
  position: relative;
border:none;
}
.inner{
position: relative; 
left: 0; 
top: 0;
}


#gallery-prev1{
cursor: pointer;
}


#gallery-next1{
cursor: pointer;
}
.nest
{

background: #666666 url(images/nav.png) no-repeat 4px 3px;
width: 23px;
height: 23px;
border-radius: 50%;

cursor: pointer;
opacity: 0.8;
}
.nestss
{

background: #666666 url(images/nav.png) no-repeat 4px -17px;
width: 23px;
height: 23px;
border-radius: 50%;

cursor: pointer;
opacity: 0.8;
}
.nest:hover
{

background: #666666 url(images/nav.png) no-repeat 4px 3px;
width: 23px;
height: 23px;
border-radius: 50%;

cursor: pointer;
opacity: 1.0
}
.nestss:hover
{

background: #666666 url(images/nav.png) no-repeat 4px -17px;
width: 23px;
height: 23px;
border-radius: 50%;

cursor: pointer;
opacity: 1.0
}