.gallery {
width:291px !important;
margin: 0px 0px 30px 0px;
}

div.buttonBox{
border:0px solid #ccc;
}

.gallery .carousel  {
padding: 10px 0px 0px 0px;
margin: 0 0 0px 0px;
position: relative;  
border:1px dashed #ccc;
height:150px;
width:220px !important;
overflow:hidden;
}

.gallery #arrows  {
/*height:133px;*/
}

.gallery #full  {
/*height:163px;*/
}
     
.gallery .carousel ul {
border:0px solid green;
}            

div.prev, div.next {
width: 30px;
height:60px;
text-decoration: none;
border:0px solid red;
cursor: pointer;
}


div.prev {
background: url('/i/gall_larr.png') left center no-repeat;
float: left !important;
}

div.next {
background: url('/i/gall_rarr.png') left center no-repeat;
float: right;
}
                     
.gallery .carousel li {
margin:0px;
border:0px solid red;
width: 220px !important;
height:150px !important;
list-style:none;
float:left;
border:0px solid #ccc;
}

.gallery #arrows li{
padding-top:7px;
}

.gallery #full li {
height:165px !important;
}

.gallery .carousel li img{
  margin: 0px 0px 0px 0px;
  cursor: pointer;
}

.gallery #arrows li img{
margin-bottom:14px;
}

            
.buttonCode{
width:210px;
margin: 5px 0px 20px 0px;
}

.buttonCode textarea{
width:210px;
height:80px;
border:1px solid #ccc;
margin: 5px 0px 20px 0px;
font-size:12px;
color:#555;
}
